diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-01-15 21:56:45 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-01-15 21:56:45 +0000 |
commit | a4f04f0b77025742e517ee1b8eaac7abf1da5679 (patch) | |
tree | 639e6f5e664535ff4a0781efcd9b9b821664c997 /audio/py-wavio/pkg-descr | |
parent | 1d3eedfd1407310c68c8e9f0ccb4dab5596fd760 (diff) |
Notes
Diffstat (limited to 'audio/py-wavio/pkg-descr')
-rw-r--r-- | audio/py-wavio/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/py-wavio/pkg-descr b/audio/py-wavio/pkg-descr new file mode 100644 index 000000000000..a1223233c2ab --- /dev/null +++ b/audio/py-wavio/pkg-descr @@ -0,0 +1,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 |