Re: Sound from different sources at the same time doesnt work anymore

2007-01-10 Thread Simon 'corecode' Schubert
Petr Janda wrote: Nevermind, I forgot that the channels dsp0.0-3 have to allocated statically in the application. Which leads me to think, doesnt the new sound code from FreeBSD allow to allocate the nodes dynamically? no, we don't do device cloning yet :/ I still don't know how to do this

Re: Sound from different sources at the same time doesnt work anymore

2007-01-10 Thread Petr Janda
Nevermind, I forgot that the channels dsp0.0-3 have to allocated statically in the application. Which leads me to think, doesnt the new sound code from FreeBSD allow to allocate the nodes dynamically? Petr Petr Janda wrote: After upgrading to the latest sound infrastructure i notice that i

Sound from different sources at the same time doesnt work anymore

2007-01-10 Thread Petr Janda
After upgrading to the latest sound infrastructure i notice that i cannot listen to 2 things at once. How to fix this? I guess this doesnt work anymore? elevator# sysctl hw.snd.pcm0.vchans=4 hw.snd.pcm0.vchans: 4 -> 4 elevator# sysctl hw.snd.maxautovchans=4 hw.snd.maxautovchans: 4 -> 4 elevato