Vikram Natraj

Results 5 comments of Vikram Natraj

https://simpleaudioindexer.readthedocs.io/usage/#as-a-python-library I’ve read the documentation and tried to implement it. There is an error from SimpleAudioIndexer import SimpleAudioIndexer as sai indexer = sai(mode="cmu",src_dir="C:/Users/Vikram/audio/small_audio.wav") #even tried it with the IBM mode...

as per the documentation, indexer.index_audio() is supposed to create two directories filtered and staging. But it doesn't seem to be doing it in the code. If this is a bug,let...

I'm sorry but the docker link provided in the documentation doesn't work. https://docker.org/ On Sun, Mar 17, 2019 at 4:55 AM Alireza Rafiei wrote: > @enviz Not a bug. Windows...

Hey looks like i ran into the same issue (attached screenshot) This time I had no trouble locating the path. (Sorry,I had to struggle a little coz i couldn't understand...

so i tried it with mode="cmu" as well instead. Got the same error again. HERE i am using the same wav file that is used in the code. It's just...