Next: sox-gen, Previous: soundscape, Up: Emacspeak Commands And Options [Contents][Index]
This module defines a convenient speech-enabled interface for editing mp3 and wav files using SoX.
Launching M-x sox creates a special interaction buffer that provides single keystroke commands for editing and applying effects to a selected sound file. For adding mp3 support to sox, do
sudo apt-get libsox-fmt-mp3 install
This module provides support for ladspa effects using module ladspa.el. To use ladspa effects with SoX, you need a relatively new build of Sox; The stock SoX that is package for Debian/Ubuntu does not always work. This module can be used independent of Emacspeak.
Adds effect at the end of the effect list (fn NAME)
Delete effect at point. This function has :around advice: ‘ad-Advice-sox-delete-effect-at-point’. (fn)
Edit effect at point.
An audio workbench for the Emacspeak desktop. In addition to any hooks its parent mode ‘special-mode’ might have run, this mode runs the hook ‘sox-mode-hook’, as the final or penultimate step during initialization.
Open specified snd-file on the Audio Workbench. This function has :around advice: ‘ad-Advice-sox-open-file’. (fn SND-FILE)
Play sound .
Redraw Audio Workbench. This function has :around advice: ‘ad-Advice-sox-refresh’. (fn)
Save context to file after prompting. (fn SAVE-FILE)
Set effect. (fn NAME)
Show timestamp in stream.
Stop currently playing sound from current context.
Next: sox-gen, Previous: soundscape, Up: Emacspeak Commands And Options [Contents][Index]