You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If desired we could implement a pure python standard library only version of functions like trim_wav_ms by using the wave module https://docs.python.org/3/library/wave.html
The text was updated successfully, but these errors were encountered:
I guess one thing is that sox may be a whole lot faster depending on how the standard library wave module is implemented. This might be a good first issue for someone to contribute?
If desired we could implement a pure python standard library only version of functions like
trim_wav_ms
by using thewave
module https://docs.python.org/3/library/wave.htmlThe text was updated successfully, but these errors were encountered: