A custom speaker project.
This is still a work in progress. The README will be updated anytime soon.
- Linux
- Rust 1.40
Required libraries:
libgtk-3-dev
- Apt:
sudo apt install libgtk-3-dev
- Apt:
at-spi2-core
(only withrpi
feature)- Apt:
sudo apt install at-spi2-core
- Apt:
libasound2-dev
:- Apt:
sudo apt install libasound2-dev
- Apt:
The following compile time features are available:
rpi
: Compile with Raspberry Pi features, with support for GPIO and custom external peripherals.
Example: cargo run --features "rpi"
This project is released under the GNU GPL-3.0 license. Check out the LICENSE file for more information.