ogg_caf_converter 0.1.4
ogg_caf_converter: ^0.1.4 copied to clipboard
Converts OPUS audio files between OGG and CAF container formats using pure dart.
0.1.4 #
- Release date: Jan 10, 2025
- Added
convertCafToOggInMemoryandconvertOggToCafInMemorymethods to return converted file bytes in memory without creating a new file. - Fixed CAF test resource file.
- Increased conversion efficiency.
- Rewrote OGG file encoding.
- Documentation update.
- Restructured and added tests.
0.1.3 #
- Release date: Jan 8, 2025
- Relax
metaversion constraint.
0.1.2 #
- Release date: Jan 7, 2025
- Remove
pathas direct dependency. - Relax dart SDK version constraint.
0.1.1 #
- Release date: Jan 7, 2025
- Update example and documentation.
0.1.0 #
- Release date: Jan 7, 2025
- Initial development release.
- Supports Android and iOS platforms.