WarrenWeckesser / wavio

A Python module for reading and writing WAV files using numpy arrays.
133 stars 19 forks source link

Add partial read option to read() function #8

Closed nikolai-kummer closed 5 months ago

nikolai-kummer commented 6 years ago

The user can now indicate in seconds the partial reading of wav files. This speeds up read times and reduces memory issues when trying to extract small sections from a large audio file.

WarrenWeckesser commented 6 years ago

@nikolai-kummer, thanks! I want to think a bit more about the API, and I might not get to it right away, but I want to let you know that I like the idea.