mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
audio/py-wavio: update 0.0.8 → 0.0.9
PR: 279299
This commit is contained in:
parent
b629d6e6c5
commit
d6670b62ed
3 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
||||||
PORTNAME= wavio
|
PORTNAME= wavio
|
||||||
DISTVERSION= 0.0.8
|
DISTVERSION= 0.0.9
|
||||||
CATEGORIES= audio python
|
CATEGORIES= audio python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Python module for reading and writing WAV files using numpy arrays
|
COMMENT= Python module for reading and writing WAV files using numpy arrays
|
||||||
WWW= https://github.com/WarrenWeckesser/wavio
|
WWW= https://github.com/WarrenWeckesser/wavio/
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1696905561
|
TIMESTAMP = 1716656898
|
||||||
SHA256 (wavio-0.0.8.tar.gz) = 51c13768885d4095ba082547857502e2123905db547faebdc007e03ade18ed5d
|
SHA256 (wavio-0.0.9.tar.gz) = 5aa683a6b41b67d738b3d2d5883bca36ab2398c84ab7fa11940e0d9554cd1e85
|
||||||
SIZE (wavio-0.0.8.tar.gz) = 10421
|
SIZE (wavio-0.0.9.tar.gz) = 10491
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
wavio is a Python module that defines two functions:
|
wavio is a Python module that defines two functions:
|
||||||
* wavio.read reads a WAV file and returns an object that holds the sampling
|
* 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.
|
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
|
* wavio.write writes a numpy array to a WAV file, optionally using a
|
||||||
sample width.
|
specified sample width.
|
||||||
|
|
Loading…
Add table
Reference in a new issue