soundfile
Package — MediaPython 3.7+Intermediate
Read and write audio files (WAV, FLAC, OGG, etc.)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- cffi, NumPy (libsndfile bundled)
- Install
pip install soundfile
Learn by Difficulty
Quick Example
python
# Install: pip install soundfile import soundfile # Basic soundfile usage print(f"Using soundfile") # See documentation for detailed examples
soundfile is a third-party package. Read and write audio files (WAV, FLAC, OGG, etc.). Install with: pip install soundfile
Try in PlaygroundTags
packagemediaaudiovideo