Thanks for responding. It might be helpful to describe our goals. We are recording 4 spaces of a music building 24/7 using stereo pairs. These files are then used by students, faculty, or staff to listen to
rehearsals, create audition materials, or edit concerts. We’ve been doing this for nearly 12 years (using Audio Companion, Amadeus Pro, but currently Logic Pro). Logic is just a shell we use (because it has a nice interface) to write the CAF files, then we
use SoX to split them up every hour. We also use SoX to discard silent files. The problem is, Logic can be flakey, so we are investigating SoX as the recording device also. I think I solved my initial issue: I’m currently experimenting with a Focusrite Clarett which has 8 analog and 10 digital inputs.
rec test.aif Records all 18 channels in order. When I open that in Amadeus Pro it correctly recognizes it as 9 stereo channels. (I send test tones to 1 and 3 that are beeping at 1 hz and 5 hz). But this creates is more
channels than we need. rec -c 2 test.aif Records the first two channels.
rec -c 8 test.aif Records the first 8 channels. I don’t do anything differently to the interface.
I have then successfully used remix to split up the files into stereo tracks (the end goal). I didn’t think remix could be used when recording, just with existing files. But I just tried: rec -c test.aif remix 3 4 And that recorded just tracks 3 and 4, which was my original question.
I then opened two terminal windows and recorded tracks 1 and 2 using one instance of sox, then 3 and 4 with the other. That also worked, which was likewise my original goal. But now the question is, am I going
about it incorrectly and taxing the system or sox using remix during the recording process? It is handy to have all the separate CAF files as stereo pairs (for each room), but would it be more efficient to record all 8 channels to a single file, then split
them up using SoX and remix? |
_______________________________________________ Sox-users mailing list Sox-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/sox-users