[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

listenersoundpipe not working??? need help



I'm trying to get 2 separate audio channels recorded on m pc.
Everything seems to start fine
except both listener processes are picking up audio from either side....

I have 2 pipe devices in my /dev made with mkfifo

# ls -la /dev/ | grep pipe
prw-rw----  1 root root         0 Nov 14 05:02 left.pipe
prw-rw----  1 root root         0 Nov 14 05:02 right.pipe

I have 2 seperae listener proccess running and the listenersoundpipe program running
#ps ax | grep list
7935 ?        Ss     0:00 /usr/local/bin/listener -c /usr/local/etc/listener.conf
.ch1
7984 ?        Ss     0:00 /usr/local/bin/listener -c /usr/local/etc/listener.conf.ch2
8031 ?        Ss     0:00 /usr/local/bin/listenersoundpipe -l /dev/left.pipe -r /dev/right.pipe -d /dev/dsp -s 16000

my listener.conf is as follows
wav_path = /var/www/localhost/htdocs/audio/test1/  <---test2 for other conf. file
fname_template = %y%m%d-%H%M%S.au
exec = /usr/local/sbin/au2ogg.sh
devname = /dev/left.pipe  <---- /dev/right for other conf file
from_pipe = 1
detect_level = 150
min_duration = 10
rec_silence = 3
min_triggers = 2000
sample_rate = 16000
channels = 1
format = au
amplify = off
safe_after_filter = no
> prerecord_n_seconds = 2
amplify = off

Any ideas whats wrong with my setup???


--

David Kierzkowski
I can be reached further on
Skype ID: gopher2
home: 1-586-697-4757