Skip to content

tonyage/switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

switcher

screenshot1

menubar app to manage audio inputs/outputs on the fly without having to go into settings menu

local install

# from the root directory build and sign the app via the following commands
xcodebuild -configuration Release -scheme switcher
codesign  --timestamp \
          --options runtime \
          --sign "Developer ID Application: Your Name" \
          --deep \
          "build/Release/switcher.app"

# misc helper commands
xcodebuild -configuration Release -list

About

menu bar app to quickly swap between various audio input/output devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages