mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
5 lines
296 B
Text
5 lines
296 B
Text
wavio is a Python module that defines two functions:
|
|
* wavio.read reads a WAV file and returns an object that holds the sampling
|
|
rate, sample width (in bytes), and a numpy array containing the data.
|
|
* wavio.write writes a numpy array to a WAV file, optionally using a
|
|
specified sample width.
|