Skip to content

Releases: audeering/audiofile

Release v1.0.1

28 Oct 12:29
Compare
Choose a tag to compare
  • Fixed: audiofile.duration() returns now 0.0
    for an empty WAV file with wrong file extension
    instead of None

Release v1.0.0

05 Aug 12:15
Compare
Choose a tag to compare
  • Added: support for Python 3.9
  • Added: tests for Windows
  • Added: tests for macOS
  • Added: sloppy argument to audiofile.duration()
    for faster processing of non SND formats
  • Changed: audiofile.write() raises RuntimeError
    instead of SystemExit
  • Changed: added sloppy=True results
    when accessing metadata of MP3 and MP4 files in the benchmarks
  • Removed: deprecated precision argument from audiofile.write()

Release v0.4.3

30 Jul 13:34
Compare
Choose a tag to compare
  • Fixed: make dtype keyword argument available in audiofile.read()

Release v0.4.2

26 Apr 07:07
Compare
Choose a tag to compare
  • Fixed: allow for duration=0.0 in audiofile.read()

Release v0.4.1

17 Dec 15:49
Compare
Choose a tag to compare
  • Added: bit_depth to usage section of documentation
  • Fixed: handling of file names that include ~ or ..
    by using audeer.safe_path

Release v0.4.0

26 Nov 12:32
Compare
Choose a tag to compare
  • Added audiofile.bit_depth()
    which returns bit depth of WAV and FLAC files
  • Added: bit_depth argument to audiofile.write()
  • Deprecated: precision argument of audiofile.write(),
    use bit_depth instead

Release v0.3.4

29 Oct 17:43
Compare
Choose a tag to compare
  • Fixed: several typos in the documentation

Release v0.3.3

29 Oct 11:42
Compare
Choose a tag to compare
  • Added: more tests to increase code coverage to 100%
  • Added: link to benchmark page in README
  • Changed: tests now require 100% code coverage

Release v0.3.2

29 Oct 09:32
Compare
Choose a tag to compare
  • Added: benchmark results page in docs
  • Fixed: multi-line release changelogs on Github
  • Fixed: copy-button for bash examples

Release v0.3.1

27 Oct 10:45
Compare
Choose a tag to compare
  • Fixed: missing dependencies for publishing documentation