tyarling wrote:
> maybe im missing something, but is software mixing posible with alsa and an
> i810 (not nvidia)

Yes; _software_ mixing is independent of the capabilities of the
hardware.

Put the following in your ~/.asoundrc file:

pcm.!default {
        type plug
        slave.pcm "dmix"
}

> i tried a bunch of stuff to try and get teamspeak to work in conjunction with
> Q3 but no go

The dmix plugin does not work with programs using the OSS emulation,
but you can try to define a pcm named "dsp0" instead of "default", and
to run your OSS program(s) with the aoss script from the alsa-oss
package.


HTH
Clemens




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to