SoundVolumeCommandLine Changelog

What's new in SoundVolumeCommandLine 1.26

Feb 4, 2024
  • Added /SetBooleanFxProperty command-line option, which allows you to turn on/off different options of a device, like 'Loudness Equalization', 'Headphone Virtualization', 'Voice Cancellation', and others.

New in SoundVolumeCommandLine 1.25 (Oct 3, 2023)

  • Added /GetColumnValue command-line option, which allows to get a value of specific column for the specified item, for example:
  • svcl.exe /GetColumnValue "Realtek High Definition AudioDeviceSpeakersRender" "DeviceState"

New in SoundVolumeCommandLine 1.20 (May 3, 2023)

  • Added /SaveDeviceFormat and /LoadDeviceFormat command-line options, which allows you to save the data of the device default format into a file, and then later load it back into the device.
  • You should use these new commands if you have a format that cannot be set with the /SetDefaultFormat command.

New in SoundVolumeCommandLine 1.15 (Dec 1, 2022)

  • Added /SetSpeakersConfig command-line option, which allows you to set the desired speakers configuration (Stereo, Quadraphonic, 5.1 Surround, 7.1 Surround) from command-line.
  • Added /Columns command-line option, which allows you to set the columns to display or the columns to export from command-line, for example:
  • SoundVolumeCommandLine.exe /scomma "c:tempsound-items.csv" /Columns "Name,Command-Line Friendly ID,Volume Percent"

New in SoundVolumeCommandLine 1.10 (Mar 22, 2022)

  • You can now use wildcard with the command-line friendly ID, for example: SoundVolumeView.exe /Switch "Realtek*DeviceSpeakersRender"
  • You can now specify the number of channels in the /SetDefaultFormat command, for example: SoundVolumeView.exe /SetDefaultFormat "Speakers" 24 48000 4

New in SoundVolumeCommandLine 1.05 (Dec 21, 2021)

  • Updated the /SetAppDefault and /SetSpatial commands to work on Windows 11.
  • You can now use any variable inside the .cfg file of SoundVolumeView tool (SoundVolumeView.cfg) in order to set the configuration from command line, for example:
  • SoundVolumeCommandLine.exe /SaveFileEncoding 3 /ShowUnpluggedDevices 1 /ShowDisabledDevices 1