We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReazonSpeech/pkg/k2-asr/src/transcribe.py
Lines 28 to 34 in b6916fd
Since this is implemented for espnet, it's probably worth also copying that here.
ReazonSpeech/pkg/espnet-asr/src/transcribe.py
Lines 59 to 77 in b6916fd
The text was updated successfully, but these errors were encountered:
Unfortunately, it's not that easy.
This particular function find_blank() deeply depends on ESPnet's API interface. For this reason, we cannot just copy it to reazonspeech.k2.asr.
find_blank()
reazonspeech.k2.asr
Since this is implemented for espnet, it's probably worth also copying that here
For now, we recommend to use an external VAD model (such as Silero VAD) to process a long audio sequence with our K2 model.
Sorry, something went wrong.
No branches or pull requests
ReazonSpeech/pkg/k2-asr/src/transcribe.py
Lines 28 to 34 in b6916fd
Since this is implemented for espnet, it's probably worth also copying that here.
ReazonSpeech/pkg/espnet-asr/src/transcribe.py
Lines 59 to 77 in b6916fd
The text was updated successfully, but these errors were encountered: