Re: [ecasound] playback overrun problem

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] playback overrun problem
From: silvan (silvan.zurbruegg_AT_hgkz.net)
Date: Thu Apr 17 2003 - 01:09:42 EEST


The following worked so far to
let regular devices accessing
ecasound output

mkfifo /dev/fifo1.raw
mkfifo /dev/fifo2.wav

ecasound -f:s32_le,2,44100,i -z:db -z:intbuf
-i:alsahw,0,0 -o:/dev/fifo1.raw

then using sox to convert the samplesizes
sox -l -c2 -r44100 -s /dev/fifo1.raw -w -s /dev/fifo2.wav

and for instance playing output with
play /dev/fifo2.wav

well, it's actually not very latencyfriendly and
there's still a clicking perceivable (probably from
the sox conversion)

Greets
silvan


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Apr 17 2003 - 01:17:24 EEST