frgnca / AudioDeviceCmdlets

AudioDeviceCmdlets is a suite of PowerShell Cmdlets to control audio devices on Windows
MIT License
743 stars 92 forks source link

Can you add the single-line command syntax for toggling mute to the help file examples? #27

Closed ibex-are-goats closed 2 years ago

ibex-are-goats commented 5 years ago

For example, I thought it might be "Get-AudioDevice -Recording | Set-AudioDevice -RecordingMuteToggle" to mute my microphone. But I have the syntax wrong. Would help to add the single-line shortcut trickery to the help. Thanks!

frgnca commented 5 years ago
Set-AudioDevice -RecordingMuteToggle

This line alone will toggle the default recording device's mute state. When yo say "the help" do you mean the README.md file? Because the project would be in need of an official PowerShell help file.