Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

as-sound-switch

as-sound-switch

as-sound-switch is a small package for switching macOS audio input/output devices from our beloved Emacs.

Requirements

  • macOS
  • Emacs 28.1 or newer
  • SwitchAudioSource from switchaudio-osx

Install the external dependency with Homebrew:

brew install switchaudio-osx

Installation

package-vc

(use-package as-sound-switch
  :vc (:url "https://github.com/nuno69/as-sound-switch"
       :rev :newest)
  :commands (as-set-input as-set-output))

Manual

Put as-sound-switch.el somewhere in your load-path, then:

(require 'as-sound-switch)

Usage

Run:

M-x as-set-output
M-x as-set-input

Example key bindings:

(use-package as-sound-switch
  :bind (("S-<f9>" . as-set-output)
         ("S-<f10>" . as-set-input)))

Say hi!

If you like my package, feel free to write about it somewhere in your spaces. It will motivate me to continue trying to make useful software for everyone.

About

Blazingly fast audio input/output switching for Emacs

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages