Added another example with a plot that is updated in real-time.

This commit is contained in:
Kai Karren
2021-05-09 18:44:26 +02:00
parent ceab9e8551
commit 896a346e43
2 changed files with 9954 additions and 4 deletions

View File

@@ -1,9 +1,13 @@
# Pyaudio Streaming Example
This example shows how micophone audio fetched by pyaudio can be processed with Silero-VAD.
This example notebook shows how micophone audio fetched by pyaudio can be processed with Silero-VAD.
It has been designed as a low-level example for binary real-time streaming using only the prediction of the model, processing the binary data and plotting the speech probabilities at the end to visualize it.
Currently, the notebook consits of two examples:
- One that records audio of a predefined length from the microphone, process it with Silero-VAD, and plots it afterwards.
- The other one plots the speech probabilities in real-time (using jupyterplot) and records the audio until you press enter to stop the recording.

File diff suppressed because one or more lines are too long