A library for fast reading of audio files in various formats (WAV, MP3, FLAC, etc.). Current version 1.6.1, requires Python >=3.10. Released irregularly, with focus on performance and format support.
pip install audiofileNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Read an audio file and get signal array and sampling rate.
Update code to expect (signal, sampling_rate) tuple.
Replace audiofile.info(...) with specific functions like audiofile.duration(...) and audiofile.samples(...).
Use signal.T or audiofile.read(..., always_2d=True, dtype='float64') depending on desired layout.
Ensure file extensions match actual content.
No dependency data recorded yet.
No resource links recorded.