Date: Fri, 18 Nov 2005 18:12:37 +0300 From: Artem Ignatiev <zazubrik@mail.ru> To: freebsd-multimedia@freebsd.org Subject: uaudio question Message-ID: <F1548921-30C9-408B-9FB0-502F4244551D@mail.ru>
next in thread | raw e-mail | index | archive | help
Hi, I have nice USB handset (y@p phone), which is capable of 8000 samples/ sec of SFMT_16_LE. Works nice under linux and mac os X, but I can't get it completely working under FreeBSD. I'm using CURRENT of about week ago. I can get this device working as full-duplex with these settings: hw.snd.pcm0.vchans=2 hw.snd.pcm0.vchanrate=8000 now I'm able to do things like dd if=/dev/urandom of=/dev/dsp0.0 & dd if=/dev/dsp0.0 of=somefile bs=8000 & after that, somefile contains whatever I say in mic and muted noises of /dev/urandom being played through speaker. using /dev/dsp0.0 for input and /dev/dsp0.1 for output in one process produces nothing. Are there any patches or other tricks that I could test to make device working with, eg. ohphone?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F1548921-30C9-408B-9FB0-502F4244551D>