DeepSpeech/taskcluster/examples-ffmpeg_vad_streaming-node10.yml
2020-08-12 13:52:17 +02:00

15 lines
474 B
YAML

build:
template_file: examples-base.tyml
docker_image: "node:10"
dependencies:
- "linux-amd64-cpu-opt"
system_setup:
>
apt-get -qq -y install ffmpeg
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/examples/ffmpeg_vad_streaming/test.sh"
workerType: "${docker.dsTests}"
metadata:
name: "Mozilla Voice STT examples: ffmpeg VAD Streaming NodeJS v10.x"
description: "Mozilla Voice STT examples: ffmpeg VAD Streaming NodeJS v10.x"