mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
14 lines
423 B
YAML
14 lines
423 B
YAML
build:
|
|
template_file: examples-base.tyml
|
|
docker_image: "node:8"
|
|
dependencies:
|
|
- "node-package-cpu"
|
|
system_setup:
|
|
>
|
|
apt-get -qq -y install ffmpeg
|
|
args:
|
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/examples/ffmpeg_vad_streaming/test.sh"
|
|
metadata:
|
|
name: "DeepSpeech examples: ffmpeg VAD Streaming NodeJS v8.x"
|
|
description: "DeepSpeech examples: ffmpeg VAD Streaming NodeJS v8.x"
|