Re: change volume of single audio device

2013-11-13 Thread Tim Chase
On 2013-11-13 16:05, Steven D'Aprano wrote: > Start by googling for "mixerSetControlDetails return value 11" and > go on from there. Sounds like Nigel at work.[1] -tkc http://en.wikipedia.org/wiki/Up_to_eleven -- https://mail.python.org/mailman/listinfo/python-list

Re: change volume of single audio device

2013-11-13 Thread Steven D'Aprano
On Wed, 13 Nov 2013 06:40:02 -0800, moldevort87 wrote: > on executing i get > [CODE] > < Error 11 while setting volume > Error 11 while setting volume > > waveOutGetNumDevs= 3 > mixerGetNumDevs 4 > res: 0 > wMid= 6553601 > wPid= 1537 > vDriverVersion= 2037083

Re: change volume of single audio device

2013-11-13 Thread Jean-Michel Pichavant
- Original Message - > hi, > > i'd like to change the volume of my av-receiver (HDMI) and speakers > (analogue) simultaneously. in order to use both outputs i'm using > virtual audio cable but if i set it as default device and change > volume, hdmi and analogue remains unchanged. > i inten