Add a simple audio file stream handler#64
Conversation
This commit implement a handler to read an audio file as stream.
|
appologies for the late response though.. do you think you can pivot your dependency from librosa to pydub. for better cross platform dependencies.. I recently shifted the project's dependency from librosa to pydub due to issues in windows and rasspberry pi |
|
@TheSeriousProgrammer, |
|
@TheSeriousProgrammer, this is the cost to install
|
|
Hmm .. we can migrate to soundfile but we won't be able to generate reference files from file types other than the wav format.. let me see.. |
|
have made the pivot to soundfile and added a couple of other features tooo.. check it out and let me know |
|
@TheSeriousProgrammer, it works with my change. |
|
Just now saw that a recent version of sndfile does support mp3... will test it myself too once. and then include it back |
|
Have made the changes |
@TheSeriousProgrammer, the PR is ready.
|


Issues
Changes