bchinnari

Results 5 issues of bchinnari

I am performing VAD using examples/asr/vad_infer.py . I see that, from the code, MarbleNet directly operates on raw audio data using convolution filters. There is no separate feature extraction from...

Hello, I am getting errors installing kenLM, on macOS, with the official git repo. However , I am able to install kenLM quickly using pip. Is there a way to...

Hi, I am running faster-whisper on an audio file like follows ``` segments, info = model.transcribe(wav, task="transcribe", language="hi",beam_size=1, word_timestamps=True,max_new_tokens=50 ) ``` **The same code sometimes gives two segments and sometimes...

I made a very little change in the text , I added just "." at the end. There is change in the output. Is this expected, is there something that...

Piper official repo, as of now, splits the input text into sentences using phonemize(). It generates audio chunk for whole sentence at once and then "yields" audio for each sentence...