baremetal_audio 1.0.3
baremetal_audio: ^1.0.3 copied to clipboard
A high-performance, lock-free audio DSP engine using C++17 and Miniaudio via Dart FFI.
1.0.3 #
- Documentation: Fixed broken GIF previews on pub.dev by migrating from relative local paths to absolute GitHub raw URLs.
1.0.2 #
- Documentation: Added comprehensive DartDoc comments (
///) to 100% of the public API (classes, methods, and typedefs) to achieve maximumpub.devscore. - Dependencies: Updated
flutter_blocto^9.1.1andequatableto^2.0.8to support the latest stable versions and resolve dependency constraint penalties.
1.0.1 #
Documentation update: Improved formatting in README.md. Added detailed instructions for UI/UX integration and exact FFI bridge usage.
1.0.0 #
- Initial release of Baremetal Audio Engine.
- High-performance C++ audio engine using Miniaudio.
- Supported features:
- Real-time microphone capture (FFT & RMS).
- Sample-accurate file playback.
- Zero-latency FFI bridge.
- Platform Support: Android (ARM64). iOS coming soon.