aboutsummaryrefslogtreecommitdiff
path: root/audio/py-wavio/pkg-descr
blob: a1223233c2ab39a7e3980111055112dea092a268 (plain) (blame)
1
2
3
4
5
6
7
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