kaiidams / NeMoOnnxSharp

Text-to-speech and speech recognition, VAD with NVIDIA NeMo and ONNX Runtime for .NET Core.
Apache License 2.0
18 stars 2 forks source link

Transcribe #39

Closed GeorgeS2019 closed 7 months ago

GeorgeS2019 commented 11 months ago

Currently, it is not possible to continuously transcribe. Only one VAD marked voice one at a time.

TWO feedback for Godot (a) Every VAD Marked captured sentence add to a list and display as multiline textbox (b) It is possible to upload a MP3 audio and see the transcription proceeds in real time, adding each line of new VAD captured text into the List

GeorgeS2019 commented 7 months ago

It is done