1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/audio/py-wavio/pkg-descr
Yuri Victorovich a4f04f0b77 audio/py-wavio: Python module for reading and writing WAV files using numpy arrays
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13914
2018-01-15 21:56:45 +00:00

8 lines
343 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.
WWW: https://github.com/WarrenWeckesser/wavio