Ren Brian wrote: > Hi, > > I'm trying to use OSS for my sound application. I need to open > /dev/audio device multiple times by different applications. Right now > if it is already opened by one application, it will allow me to open > it once again. Using alsa we can do this, but i dont want to use alsa > . How can i achieve this using OSS? Could anybody please help on this? /dev/audio is not an OSS device at all. You should use /dev/dsp instead.
In OSS 4.x the vmix (Virtual Mixer) subsystem makes it possible to use the same device from different applications at the same time. Vmix is enabled by default for most of the devices. However with many "professional" devices you may need to enable vmix by using the "vmixctl attach ..." command. What does the ossinfo -v command show in your system? Best regards, Hannu _______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel