On 23/08/11 14:19, KarlHungus wrote:
but i also really would like to know how to route this audio madness further
say dd if=/dev/sdb of=/dev/dsp    so it becomes readable client in jack with
alsa?

# assuming jack is running at 48000 and want to resample from 8000

ecasound -f:s16_le,1,48000 \
  -i:resample-hq,8000,sndfile,/usr/bin/mplayer,.raw \
  -o:jack,system

is there something like a bridge, so i can route the audio signal to
say supercollider 3 for further real time manipulations etc.anyone?

# untested

mkfifo bridge.fifo
sudo cat /dev/mem >> bridge.fifo &
ecasound -f:s16_le,1,48000 \
  -i:resample-hq,8000,sndfile,bridge.fifo,.raw \
  -o:jack,system


Claude
---
[email protected]
http://identi.ca/group/puredyne
irc://irc.goto10.org/puredyne

Reply via email to