Replies: 1 comment 2 replies
-
Microphone support is quite fragile, and those scripts cannot easily be translated to it. If you need it just for a demo, a very simple approach would be to use a gradio app in streaming mode. For example, you can extend the code here as needed - https://huggingface.co/spaces/smajumdar/nemo_conformer_rnnt_large_streaming |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I really need help. I trained a Conformer-Transducer model and I have to online streaming inference with the audio recorded by a microphone, like Online_ASR_Microphone_Demo.ipynb. I also read the tutorials Streaming_ASR.ipynb and Buffered_Transducer_Inference.ipynb but I'm not understanding how to combine all this example to performe what I need.
Someone can help me please? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions