open sys pref sound input with shell

Hi there -
I’m wondering if there’s a shell command for mac that will open up the system preferences>sound input window.

On Windows you can

Dim s As Shell s = New Shell s.Execute ("rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,1,1") s.Close

open -b com.apple.systempreferences /System/Library/PreferencePanes/Sound.prefPane