Re: Recording specific channels

Jan Stary <[email protected]> Mon, 13 May 2024 22:05:29 +0200
Newsgroups gmane.comp.audio.sox
Message-ID <[email protected]>
On May 13 16:30:54, [email protected] wrote:
> 
> This one also. It looks so promising, if I could just get it to be stable.
> To test, in one terminal window I started the recording.
> 
> minion-2-recording:~ minion$ ~/sox/rec -V5 -c 8 -b 16 -r 48k /Volumes/CAF3/test.aif
> 
> To test the splits, I opened another window and ran:

I am not sure it is entirely safe to be using the test.aif
while it is still being written.

(But apparently it stops prematurely even without that.)

> minion-2-recording:~ minion$ ~/sox/sox /Volumes/CAF3/test.aif /Volumes/CAF3/test1.aif remix 3 4 trim 0 30
> minion-2-recording:~ minion$ ~/sox/sox /Volumes/CAF3/test.aif /Volumes/CAF3/test2.aif remix 3 4 trim 30 30
> minion-2-recording:~ minion$ ~/sox/sox /Volumes/CAF3/test.aif /Volumes/CAF3/test3.aif remix 3 4 trim 60 30

You can also trivialy concatenate these in sox,
as opposed to the GUI of Amadeus.

But please: try with the current version of SoX,
not with the nine years old 14.4.2.

	Jan