Releases: iluvcapra/bwavfile
Releases · iluvcapra/bwavfile
Version 2.0.1 — Documentation
- Added and fixed some documentation.
- Made the
ReadWavAudioData
sample reading trait public.
What's Changed
- Committing lock file by @iluvcapra in #16
Full Changelog: v2.0.0...v2.0.1
Version 2.0.0 — The first REAL version
Significant breaking changes in this version, but these were essential. Most users of this library shouldn't have to make many changes as few users were using the library for audio reading and writing, where the changes are.
- Thanks to @irh , audio file reading and writing performance has been massively improved and is now practical.
- Also @irh has cleaned up much of the source code so it all passes clippy.
What's Changed
New Contributors
Full Changelog: v1.1.0...v2.0.0
Version 1.1.0
Version 1.0
This has some light updates from v0.9.3, reading and writing is still quite slow but works.
Version 0.9.3
- Two examples, blits and wave-deinter, are implemented and are working, though they are very slow.
- WaveWriter now writes extended wave format chunks properly.
- Documentation, other odds and ends.
Version 0.9.2
Happy New Year! This release catches the release up with a bunch of odds and ends.
- A lot of documentation reorganizing
- Integrated RF64 WaveWriter test
Version 0.9.1
Finished a basic implementation of RF64 writing, also Broadcast-WAV metadata writing.
Version 0.9.0
Basic wave file writing is implemented, some documentation updates.
Version 0.1.7
- Tweaks to WaveReader interface return types to make errors into
Optional
types. - Added cue list and range parsing.
Version 0.1.6
- Raw iXML and axml metadata accessors
- Documentation updates
- Tweaked AudioFrameReader interface