fhalamos
Results
3
issues of
fhalamos
Added slightly modified version of `convert_samplerate()` from https://github.com/mozilla/DeepSpeech/blob/master/native_client/python/client.py
I am loading a ton of .m4a files with `AudioSegment.from_file()`. After a while, I am getting [Errno 24] Too Many Open Files when running that line. I was looking at...