mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
d6670b62ed
PR: 279299
6 lines
296 B
Plaintext
6 lines
296 B
Plaintext
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.
|