| Crates.io | embedded-audio-driver |
| lib.rs | embedded-audio-driver |
| version | 0.0.0 |
| created_at | 2024-12-18 07:25:01.036096+00 |
| updated_at | 2024-12-18 07:25:01.036096+00 |
| description | Embedded Audio |
| homepage | https://github.com/decaday/embedded-audio |
| repository | https://github.com/decaday/embedded-audio |
| max_upload_size | |
| id | 1487286 |
| size | 20,096 |
A no_std driver interface crate for embedded audio devices, providing a set of traits for implementing audio drivers in embedded systems.
https://crates.io/crates/embedded-audio
⚠️ Warning: Early Development State
This project is in its extremely early stages of development and is currently NOT USABLE. We are still working on the basic trait definitions and architecture design. Everything is subject to change significantly.
A no_std driver interface crate that defines traits for embedded audio devices. This crate serves as the foundation for the embedded-audio framework.
This crate aims to provide a common set of traits for:
These traits will be used by the embedded-audio framework to build a complete audio processing system.