Handles audio data transparently. A smart audio container
with accessors that include:
|
|
__init__(self,
filename=None,
ndarray=None,
shape=None,
sampleRate=None,
numChannels=None)
Given an input ndarray, import the sample values and shape
(if none is specified) of the input numpy.array. |
source code
call graph
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
|
|
|
|
|
|
|
| Call Graph |
|
|
|
|
|
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|