From 5322f8d5760f401d9fb4b99200e97024bf608eec Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 17 Dec 2020 17:29:50 -0500 Subject: [PATCH] fix typo --- docs/complex_example.md | 2 +- src/test/resources/tests/test_add_silence.jvc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/complex_example.md b/docs/complex_example.md index 13325b0..983648c 100644 --- a/docs/complex_example.md +++ b/docs/complex_example.md @@ -200,7 +200,7 @@ use [comments as parsing directives or otherwise break interoperability](https:/ "creates": "v2_silent", // output asset name "source": "v2", // main video asset "channelLayout": "stereo", // optional channel layout, usually 'mono' or 'stereo'. Default is 'stereo' - "samplingRate": 48000 // optional samping rate, in Hz. default is 48000 + "samplingRate": 48000 // optional sampling rate, in Hz. default is 48000 } ] } diff --git a/src/test/resources/tests/test_add_silence.jvc b/src/test/resources/tests/test_add_silence.jvc index 5f052df..3c83010 100644 --- a/src/test/resources/tests/test_add_silence.jvc +++ b/src/test/resources/tests/test_add_silence.jvc @@ -16,12 +16,13 @@ "start": "10", "end": "30" }, + // create 20 seconds of silent audio, combine with input video, produce silent video output. { "operation": "add-silence", // name of the operation "creates": "v2_silent", // output asset name "source": "v2", // main video asset "channelLayout": "stereo", // optional channel layout, usually 'mono' or 'stereo'. Default is 'stereo' - "samplingRate": 48000 // optional samping rate, in Hz. default is 48000 + "samplingRate": 48000 // optional sampling rate, in Hz. default is 48000 } ] }