Paweł Różański wrote:
>  dmix works fine, OSS layer works fine..but i just can't make them
>  work together. Is it possible ?

It's possible if you use the aoss script from the alsa-oss package.
This one redirects all accesses to /dev/dspX to an ALSA PCM device
named dspX, which you can define in the .asoundrc to do anything you
want.  I.e., put the following in your .asoundrc:

        pcm.dsp0 {
                type dmix
                ...
        }

and run your OSS application with

        aoss my_app ...


HTH
Clemens





-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to