VOXIO
Voxio is a lightweight, easy to use, audio playback library, originally written for the NoctaVox project in Rust.
Features
While voxio is extremely lightweight, it boasts a series of features:
- Gapless playback [use the
Voxio::set_next()method] - Seemless seeking capabilities
- Multi codec support including
opus - Built in sample tap for real-time visualizations
Usage
use Vox;
Disclaimer
Voxio was written with the use of AI tooling. It is primarily an educational project for myself insofar as learning how audio playback engines work, but some code was generated by AI. However, stability is important and the NoctaVox project relies on Voxio, so changes are reviewed, tested, and implemented with careful consideration.