Pulseaudio-mode for emacs
Pulseaudio-mode for emacs
Table of Contents
- 1 Get Source code
- 2 How to install it?
- 3 How to use it?
1 Get Source code
You can download source code from my github repository.
or you can clone the repository directly by git.
git clone https://github.com/suzp1984/pulseaudio-mode.git
2 How to install it?
- First, get the source code according to above section.
- Add following line into your emacs's init file
;; replace following parameter into actual directory path. (add-to-list 'load-path "directory path to pulseaudio-autoload.el") (require 'pulseaudio-autoload)
3 How to use it?
- Start pulseaudio modules management by M-x list-pulseaudio-modules
- Start pulseaudio sinks management by M-x list-pulseaudio-sinks
Comments
Post a Comment