![]() |
AudioMixer stops working - Printable Version +- Forums (http://mitov.com/forum) +-- Forum: .NET 2.0 - 4.0 Components (/forum-8.html) +--- Forum: AudioLab (/forum-16.html) +--- Thread: AudioMixer stops working (/thread-2974.html) |
AudioMixer stops working - ejalbert - 04-28-2013 01:46 AM Hi, I have the following setup: 1 ASIO device (4 in and 4 out) 1 AudioMixer with 5 channels the audio mixer's output is plugged into ASIO device, and the 4 ASIO device inputs are plugged into the 4 first channels of the audio mixer. the 5th line of the audio mixer is a DSAudioPlayer, and it plays an url. Everithing works fine until the url stops playing. When it stops, everything stops. Is there a way I can continue mixing the 4 other channels while the 5th channel is stopped? thanks. RE: AudioMixer stops working - Dave - 04-28-2013 07:55 PM Hi! Did you try playing audio from file instead of an URL to see if it still occurs? Which compiler and version of the labs are you using? Regards, Dave RE: AudioMixer stops working - ejalbert - 04-29-2013 12:09 PM (04-28-2013 07:55 PM)Dave Wrote: Hi! I'm gonna try it, but now I did a workaround. I got a component that buffers the Stream and restream it for my directshow filter, and this filter never stops. So for the moment it works, but I'll investigate that at a later time to know the real answer. Thanks for your answer. P.S. I Use Visual Studio 2012 with dll version 5.0.3.1 |