« Return to Thread: Sound cards, multiple access, device busy

Re: Sound cards, multiple access, device busy

by Aaron J. Grier-2 :: Rate this Message:

Reply to Author | View in Thread

On Thu, Jul 09, 2009 at 11:39:07AM -0400, telmnstr@... wrote:
> On freebsd, I was able to run two copies of the application against
> the single /dev/dsp device. It's reading the input, both were able to
> read concurrently.

freebsd has a kernel-level audio mixer.
 
> On NetBSD, after one copy of darkice opens the sound device it becomes
> busy.

netbsd is single-access.

> I notice only one system utility can open the device at a time (strings
> /dev/audio > /tmp/crap.txt&, do it again, device is busy).
>
> Any way to get around this?

install a userspace sound server like audio/pulseaudio from pkgsrc?

--
  Aaron J. Grier | "Not your ordinary poofy goof." | agrier@...

 « Return to Thread: Sound cards, multiple access, device busy