slackbuilds/audio/snd
AW Green 7fa7546f80 audio/snd: Updated for version 17.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-09-24 10:15:52 +01:00
..
README audio/snd: Updated for version 17.6. 2017-08-12 06:57:40 +07:00
doinst.sh audio/snd: Added (A sound editor). 2016-03-03 16:22:55 +07:00
slack-desc audio/snd: Updated for version 16.7. 2016-08-28 00:22:59 +01:00
snd.SlackBuild audio/snd: Updated for version 17.7. 2017-09-24 10:15:52 +01:00
snd.desktop audio/snd: Script cleanup. 2016-03-19 18:49:16 +07:00
snd.info audio/snd: Updated for version 17.7. 2017-09-24 10:15:52 +01:00
snd_48x48.xpm audio/snd: Script cleanup. 2016-03-19 18:49:16 +07:00

README

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.
But if you prefer GTK3 to Motif, then enable it like so:
  GTK=yes sh ./snd.SlackBuild

Support for OpenGL spectrogram rendering can also be enabled:
  OPENGL=yes sh ./snd.SlackBuild
This option is not appropriate for all configurations, so it is disabled
by default.