DDM (Dell Display Manager) can handle most of the controls on the U4320Q. However, there is one major thing missing from the application, that being that you can not control the audio settings for the U4320Q from DDM. It would be nice to be able to change the audio volume, as well as the audio source directly from the DDM application.
You can control audio volume on the U4320Q from DDM, but only by using the command line.
ddm.exe /SetControl 62 nn
Where nn is a hex value between 0 and 64 (100 dec)
or
ddm.exe /IncControl 62 x
ddm.exe /DecControl 62 x
Where x is a decimal value to increase/decrease the current value of audio volume. Link the last two command strings to Windows shortcuts and you have system wide hotkeys that adjust volume up and down.
I don't knopw about changing the audio source, but I tried your command-line example and it worked as expected - volume increased from 50% to 55% according to the OSD. Try sending it from a CMD window or the Windows Run dialog box.
swamped207
4 Apprentice
•
426 Posts
1685
0
Posted September 6th, 2020 02:00
You can control audio volume on the U4320Q from DDM, but only by using the command line.
ddm.exe /SetControl 62 nn
Where nn is a hex value between 0 and 64 (100 dec)
or
ddm.exe /IncControl 62 x
ddm.exe /DecControl 62 x
Where x is a decimal value to increase/decrease the current value of audio volume. Link the last two command strings to Windows shortcuts and you have system wide hotkeys that adjust volume up and down.