blob: 7e953cd168b18adb96d7e1a8bccf7da68767bd62 (
plain) (
blame)
1
2
3
4
5
|
PySoundFile can read and write sound files. File reading/writing is supported
through libsndfile, which is a free, cross-platform, open-source (LGPL) library
for reading and writing many different sampled sound file formats.
WWW: https://github.com/bastibe/PySoundFile
|