A
alikim
Guest
I'm writing a Python program for running under Win10, that needs to play two different sounds simultaneously and allow the user to change their volumes separately while playing. I can not use any 3rd party library but I can make calls to native Win dll.
I was looking into winmm.dll but it seems that it doesn't allow you to change volumes of two sounds separately.
Are there any other dlls I could use to make a controllable sound mixer?
Continue reading...
I was looking into winmm.dll but it seems that it doesn't allow you to change volumes of two sounds separately.
Are there any other dlls I could use to make a controllable sound mixer?
Continue reading...