DeepSpeech/examples
Carlos Fonseca M d024c333bc Multi-stream support .NET
Adds multi-stream support for the .NET client using the same acoustic model.
2019-11-29 08:09:17 -06:00
..
ffmpeg_vad_streaming Bump VERSION to 0.6.0-alpha.15 2019-11-14 09:18:30 +01:00
mic_vad_streaming Bump VERSION to 0.6.0-alpha.15 2019-11-14 09:18:30 +01:00
net_framework Multi-stream support .NET 2019-11-29 08:09:17 -06:00
nodejs_wav Bump VERSION to 0.6.0-alpha.15 2019-11-14 09:18:30 +01:00
vad_transcriber Bump VERSION to 0.6.0-alpha.15 2019-11-14 09:18:30 +01:00
README.rst Link to proper README for examples/ 2019-11-27 13:44:27 +01:00
tests.sh include /api/ in community-tc URLs 2019-11-03 03:54:18 +00:00

Examples
========
There are various examples on how to use or integrate DeepSpeech on a basic level.

It is a good way to just try out DeepSpeech, without much knowledge on how DeepSpeech actually works.
  
**List of examples**

* `Microphone VAD streaming  <mic_vad_streaming/README.rst>`_
  
* `FFMPEG VAD streaming  <ffmpeg_vad_streaming/README.rst>`_
  
* `Net framework  <net_framework/README.rst>`_
  
* `Nodejs wav  <nodejs_wav/README.rst>`_
  
* `VAD transcriber  <vad_transcriber/README.rst>`_