Pulseaudio-mode for emacs

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?

  1. Start pulseaudio modules management by M-x list-pulseaudio-modules
  2. Start pulseaudio sinks management by M-x list-pulseaudio-sinks
… x. Maybe add more function to make it more like a powerful pulseaudio control panel.

Comments

Popular posts from this blog

Bluedroid stack in android

How to setup a NAT server?

Network programming in elisp