blob: ee23b7e4fc4f034f7f3dbdae6bcef27a19f3335e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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, as
these options are well-supported by Snd's author and extensively
tested.
Support for OpenGL rendering of spectrograms can be enabled like so:
OPENGL=yes sh ./snd.SlackBuild
This is not appropriate for all configurations, so this option is
disabled by default.
|