hi,
I am fighting around with setting a property on sound device via registry edit.
I know its located at
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render\{ab701278-c48d-41cd-b68c-8466465f06e4}\FxProperties]
i found that the setting is
"{fc52a749-4be9-4510-896e-966ba6525980},3"=hex:0b,00,8f,f0,01,00,00,00,ff,ff,00,00
what changes is ff,ff to 00,00, that is ok,
but also the 3rd, and 4th value change, but i did not discover the logic...sometimes the same, sometimes like random
0b,00,f5,02,01,00,00,00,ff,ff,00,00
Can someone bring some light into this, what do the 3rd,4rd hex data mean? I did not change anything else, so it should be relatively static.
and i need som vbscript to detect the device ID, but thats not a problem.
cheers