slackbuilds_ponce/audio/snd
Matteo Bernardini 1fa0962fa7 audio/snd: Mirror download url.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2018-03-06 02:04:17 +07:00
..
doinst.sh
README
slack-desc
snd.desktop
snd.info audio/snd: Mirror download url. 2018-03-06 02:04:17 +07:00
snd.SlackBuild
snd_48x48.xpm

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