mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
26 lines
623 B
ReStructuredText
26 lines
623 B
ReStructuredText
JavaScript contributed examples
|
|
===============================
|
|
|
|
NodeJS WAV
|
|
----------
|
|
|
|
This example demonstrates a very basic usage of the NodeJS API
|
|
|
|
.. literalinclude:: ../examples/nodejs_wav/index.js
|
|
:language: javascript
|
|
:linenos:
|
|
|
|
Full source code available under `../examples/nodejs_wav/`.
|
|
|
|
FFMPEG VAD Streaming
|
|
--------------------
|
|
|
|
This example demonstrates using the Streaming API with ffmpeg to perform some
|
|
Voice-Activity-Detection.
|
|
|
|
.. literalinclude:: ../examples/ffmpeg_vad_streaming/index.js
|
|
:language: javascript
|
|
:linenos:
|
|
|
|
Full source code available under `../examples/ffmpeg_vad_streaming/`.
|