From abb1667c37691777440052ec448ab7b97ed2d8ae Mon Sep 17 00:00:00 2001 From: cbagwell Date: Sun, 26 Oct 2008 14:54:15 +0000 Subject: [PATCH] Allow sample command to show up in pdf version. --- sox.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sox.1 b/sox.1 index 10f5864d..6e393bb4 100644 --- a/sox.1 +++ b/sox.1 @@ -131,7 +131,9 @@ records 10 seconds of stereo audio, and .EE records a new track in a multi-track recording. .EX - rec -r 44100 -2 -s -p silence 1 0.50 0.1% 1 10:00 0.1% | sox -p song.ogg silence 1 0.50 0.1% 1 2.0 0.1% : newfile : restart + rec -r 44100 -2 -s -p silence 1 0.50 0.1% 1 10:00 0.1% | \\ + sox -p song.ogg silence 1 0.50 0.1% 1 2.0 0.1% : \\ + newfile : restart .EE records a stream of audio such as LP/cassette and splits in to multiple audio files at points with 2 seconds of silence. Also does not start -- 2.11.4.GIT