Skip to content

Releases: iluvcapra/bwavfile

Version 2.0.1 — Documentation

03 Jun 04:08
2dfddff
Compare
Choose a tag to compare
  • Added and fixed some documentation.
  • Made the ReadWavAudioData sample reading trait public.

What's Changed

Full Changelog: v2.0.0...v2.0.1

Version 2.0.0 — The first REAL version

23 May 01:00
Compare
Choose a tag to compare

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

  • Allow more types to be used as paths by @Wuelle in #12
  • Performance improvements by @irh in #14

New Contributors

  • @Wuelle made their first contribution in #12
  • @irh made their first contribution in #14

Full Changelog: v1.1.0...v2.0.0

Version 1.1.0

28 Sep 20:55
Compare
Choose a tag to compare

Enhancements:

  • Cue interface has been enhanced to expose cue frame_offset field. #10 #9
  • Sound Devices MixPre file test case has been added #9
  • Debug enhancements #11

Bugs:

  • Code that was preventing f32 WAV file reading has been updated #11

Version 1.0

23 Jun 17:35
Compare
Choose a tag to compare

This has some light updates from v0.9.3, reading and writing is still quite slow but works.

Version 0.9.3

05 Jan 03:21
Compare
Choose a tag to compare
  • 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

01 Jan 20:30
Compare
Choose a tag to compare

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

27 Dec 05:18
Compare
Choose a tag to compare

Finished a basic implementation of RF64 writing, also Broadcast-WAV metadata writing.

Version 0.9.0

26 Dec 06:28
Compare
Choose a tag to compare

Basic wave file writing is implemented, some documentation updates.

Version 0.1.7

11 Dec 02:14
Compare
Choose a tag to compare
  • Tweaks to WaveReader interface return types to make errors into Optional types.
  • Added cue list and range parsing.

Version 0.1.6

03 Dec 05:51
Compare
Choose a tag to compare
  • Raw iXML and axml metadata accessors
  • Documentation updates
  • Tweaked AudioFrameReader interface