DeepSpeech/doc/Python-contrib-Examples.rst

27 lines
800 B
ReStructuredText

Python contributed examples
===========================
Mic VAD Streaming
-----------------
This example demonstrates getting audio from microphone, running
Voice-Activity-Detection and then outputting text.
.. literalinclude:: examples/mic_vad_streaming/mic_vad_streaming.py
:language: python
:linenos:
Full source code available on `https://github.com/mozilla/DeepSpeech-examples <https://github.com/mozilla/DeepSpeech-examples>`_.
VAD Transcriber
---------------
This example demonstrates VAD-based transcription with both console and
graphical interface.
.. literalinclude:: examples/vad_transcriber/wavTranscriber.py
:language: python
:linenos:
Full source code available on `https://github.com/mozilla/DeepSpeech-examples <https://github.com/mozilla/DeepSpeech-examples>`_.