Hallo, Klaus-Peter Schrage hat gesagt: // Klaus-Peter Schrage wrote: > Thanks, Frank, for your suggestions. I didn't dive into ecasound yet, > and I don't catch the logics behind aoss, so I tried to compile > audacity-1.2 with the portaudio-v19 option: [...] > Now I have two i/o devices in audacity: /dev/dsp again and "TerraTec > DMX6Fire", which, until now, seems to be unusable.
Hmm, I see trouble coming. I will need to try this as well in the next time, but won't be able to do so this week. I'd be interested in your progress though. Regarding ecasound, I attached a little shell script that we use for about four years now at my work (DLF) to record various radio shows for later use like transcribing interviews and stuff. You'd call it from a cronjob like this: # "Forschung Aktuell" aufnehmen: 31 16 * * 1-5 /usr/local/bin/auto_aufnahme.sh forschung 1740 mp3 This will record for about half an hour (1740 seconds) into a subdirectory called "forschung" directly to format "mp3" every weekday starting at 16:31 o'clock. The script is using various ecasound options to ensure click-free recordings even with a non-patched kernel by double-buffering and realtime mode. As I said, this is working like that for years now. ciao -- Frank Barknecht _ ______footils.org__
auto-aufnahme.sh
Description: Bourne shell script