Skip to content

Releases: audeering/audiofile

Release v1.5.0

26 Jul 14:33
550e86a
Compare
Choose a tag to compare
  • Added: audiofile.has_video(),
    which probes with mediainfo
    if a file contains video.
    Returns False without probing
    for WAV, FLAC, MP3, and OGG files

Release v1.4.0

30 Jan 10:33
543766c
Compare
Choose a tag to compare
  • Added: audiofile.write() can now create MP3 files
  • Changed: audiofile does now use soundfile
    to read MP3 files
    (2x speed increase),
    and to access metadata of MP3 files
    (up to 1000x speed increase)
  • Changed: depend on soundfile>=0.12.1
  • Changed: updated benchmark pages in documentation
    to latest versions of tested libraries
  • Fixed: depend on audmath>=1.3.0

Release v1.3.2

05 Dec 09:08
4a956ea
Compare
Choose a tag to compare
  • Added: support for Python 3.12

Release v1.3.1

29 Nov 08:50
177a0d6
Compare
Choose a tag to compare
  • Added: pedalboard to the benchmark section of the documentation
  • Changed: use Python 3.10 when benchmarking different libraries
  • Fixed: avoid deprecation warning by replacing pkg_resources internally with importlib.metadata
  • Removed: aubio from the benchmark section of the documentation

Release v1.3.0

12 Jul 09:02
Compare
Choose a tag to compare
  • Changed: evenly round offset
    and duration
    after converting to samples
    in audiofile.read()
    and audiofile.convert_to_wav()
    for SND files
  • Fix: offset
    and duration
    now behave the same
    independent of the incoming file format

Release v1.2.1

13 Feb 12:01
0ae2de5
Compare
Choose a tag to compare
  • Fixed: missing pytest requirement
    in docs/requirements.txt

Release v1.1.1

22 Dec 13:45
f74f187
Compare
Choose a tag to compare
  • Added: support for Python 3.11
  • Added: support for Python 3.10
  • Changed: split API documentation into sub-pages
    for each function
  • Removed: dependency on pysox

Release v1.1.0

14 Apr 11:21
de91c80
Compare
Choose a tag to compare
  • Changed: use ffmpeg or mediainfo
    if sox binary is missing
    instead of raising an error
  • Changed: improve FileNotFoundError message
    when ffmpeg or mediainfo are required,
    but not installed
  • Fixed: always raise RuntimeError
    for broken files or missing files
  • Fixed: mention expected FileNotFoundError
    when ffmpeg or mediainfo are required,
    but not installed
  • Fixed: use soundfile
    for converting WAV, FLAC, OGG files
    with audiofile.convert_to_wav()

Release v1.0.3

03 Jan 14:56
Compare
Choose a tag to compare
  • Removed: Python 3.6 support

Release v1.0.2

06 Dec 06:40
Compare
Choose a tag to compare
  • Fixed: raise RuntimeError
    for broken or empty non SND files