Adding alsa lib and cpal

This commit is contained in:
2025-06-28 14:28:32 +00:00
parent 535822198b
commit 66c4aeffa6
11 changed files with 570 additions and 64 deletions
+5
View File
@@ -59,6 +59,11 @@ For more details : https://rustup.rs/
#### I2S Microphone
[I2S microphone](https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/raspberry-pi-wiring-test)
As we are using [cpal](https://crates.io/crates/cpal) crate to access microphone from alsa, libasound2-dev is necessary:
```
sudo apt install libasound2-dev
```
## Documentation