slackbuilds_ponce/audio/snd/README
AW Green d23dbd0255 audio/snd: Updated for version 17.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-10-28 05:58:30 +07:00

15 lines
580 B
Text

Snd is a sound editor modelled loosely after Emacs. It is highly
programmable, supports a variety of audio and sample file formats,
includes a complete implementation of Common Lisp Music (CLM), can be
run sans GUI as a scripting engine, and more.
This SlackBuild configures Snd to use Scheme (s7), ALSA, and Motif.
If you prefer Pulse Audio to ALSA, then begin the build like so:
PULSEAUDIO=yes sh ./snd.SlackBuild
Using GTK3 instead of Motif is also easy.
GTK=yes sh ./snd.SlackBuild
To enable support for OpenGL spectrogram rendering:
OPENGL=yes sh ./snd.SlackBuild