Open
Description
The docs would be much more useful to me if this introductory sample
with audioread.audio_open(filename) as f:
print(f.channels, f.samplerate, f.duration)
for buf in f:
do_something(buf)
included some notion of how to convert buf
to a numpy array. If you have a minute. (and, if that's easy to do)
Metadata
Assignees
Labels
No labels