Date: Wed, 1 Dec 1999 12:31:13 +0100 From: Pierre Beyssac <beyssac@enst.fr> To: freebsd-multimedia@freebsd.org Subject: problems with vat under newpcm Message-ID: <19991201123113.A12378@enst.fr>
next in thread | raw e-mail | index | archive | help
Hmm, I have been able to gather some more details on the problem with vat+newpcm I mentioned yesterday on -current. If I compile vat to open /tmp/audio (and remove all sound ioctl and non-blocking stuff) instead of having it open /dev/audio, then run a "cat /tmp/audio > /dev/audio", the sound comes ok. On the other hand, if I replace the code in vat with a popen("cat > /dev/audio") and a call fileno() to get the fd, vat still doesn't work (only very random fractions of sound). Any ideas what might be wrong? As I said earlier, amp and mpg123 work fine... -- Pierre Beyssac pb@enst.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991201123113.A12378>