Added the library versions, other minor improvements, requirements.txt, and a readme

This commit is contained in:
Kai Karren
2021-05-08 21:28:53 +02:00
parent 4e8a5b761d
commit 8db9e44f56
3 changed files with 150 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
# Pyaudio Streaming Example
This example 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.