Viraj Karandikar
Viraj Karandikar
Values mentioned at that link are the default values and the functionality is enabled by default. In case you want to change the values, you can follow the document, regenerate...
@jstourac , I see that $_shunit_test_ is already visible in setUp()
Yes. Please add a download option, so that media can be downloaded/moved and watched later (without network).
@xiongyihui Can you please add support to save tuned parameters?
Any update on this?
any update?
Can you elaborate "but it fails to kill the process." ? StreamingRecognize() is a client side call and it does not control lifecycle of Riva server. Riva server is started...
Code is simple. ``` with gr.Blocks() as demo: audio = gr.Audio(streaming=True) def process_audio(audio): rate, data = audio print(f"rate: {rate}, samples: {len(data)}") audio.stream(process_audio, [audio], None) ``` Below is the log I...