1 unstable release
new 0.0.0 | Dec 18, 2024 |
---|
#30 in #early
15KB
116 lines
Embedded Audio
⚠️ Warning: Early Development
This project is in its early stages of development and is currently NOT USABLE. The core architecture is still being designed and no working implementation exists yet. Everything is subject to change significantly.
A no_std
audio processing framework for embedded systems, inspired by ESP-ADF (Espressif Audio Development Framework).
Current Status
Development stage: Initial Design Phase
- Project structure setup
- Basic architecture design
- Core components implementation
- Audio pipeline
- Basic audio elements
- Documentation
- Examples
- Testing
Planned Features
The framework aims to provide:
- Audio element pipeline system
- Support for various input streams (WAV, MP3, ADC ...)
- Multiple output streams (I2S, DAC ...)
- Audio format conversion
- Flexible audio processing chain
Acknowledgments
This project is inspired by the ESP-ADF framework from Espressif Systems.
Dependencies
~150KB