Releases: audeering/audiofile
Releases · audeering/audiofile
Release v1.0.1
- Fixed:
audiofile.duration()
returns now0.0
for an empty WAV file with wrong file extension
instead ofNone
Release v1.0.0
- Added: support for Python 3.9
- Added: tests for Windows
- Added: tests for macOS
- Added:
sloppy
argument toaudiofile.duration()
for faster processing of non SND formats - Changed:
audiofile.write()
raisesRuntimeError
instead ofSystemExit
- 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
- Fixed: make
dtype
keyword argument available inaudiofile.read()
Release v0.4.2
- Fixed: allow for
duration=0.0
inaudiofile.read()
Release v0.4.1
- Added:
bit_depth
to usage section of documentation - Fixed: handling of file names that include
~
or..
by usingaudeer.safe_path
Release v0.4.0
- Added
audiofile.bit_depth()
which returns bit depth of WAV and FLAC files - Added:
bit_depth
argument toaudiofile.write()
- Deprecated:
precision
argument ofaudiofile.write()
,
usebit_depth
instead
Release v0.3.4
- Fixed: several typos in the documentation
Release v0.3.3
- 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
- Added: benchmark results page in docs
- Fixed: multi-line release changelogs on Github
- Fixed: copy-button for bash examples
Release v0.3.1
- Fixed: missing dependencies for publishing documentation