Python module for reading and writing WAV files using numpy arrays
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.
$
pkg install py311-wavioOrigin
audio/py-wavio
Size
65.0KiB
License
BSD2CLAUSE
Maintainer
yuri@FreeBSD.org
Dependencies
2 packages
Required by
0 packages