diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-08 18:53:47 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-08 18:53:47 +0000 |
commit | 656bf2fdaba05fbf067a8cb0593d20d83dae9356 (patch) | |
tree | a5092d494ce0ff8a121bd8260d945d95c34931a2 /audio/snd/pkg-descr | |
parent | - Actually populate the variable used for the homedir when creating the (diff) |
Add audio/snd, a multitracking, GUILE-extensible sound editor.
Notes
Notes:
svn path=/head/; revision=33588
Diffstat (limited to 'audio/snd/pkg-descr')
-rw-r--r-- | audio/snd/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/snd/pkg-descr b/audio/snd/pkg-descr new file mode 100644 index 000000000000..c8a62d8ae863 --- /dev/null +++ b/audio/snd/pkg-descr @@ -0,0 +1,22 @@ +Snd is a sound editor modeled loosely after Emacs and an old, sorely-missed +PDP-10 sound editor named Dpysnd. It can accommodate any number of sounds each +with any number of channels, and can be customized and extended using guile and +guile-gtk. It is under LGPL. + +Included with it are some command-line utilities: +- sndinfo prints a description of a sound file. +- sndplay plays a sound file. +- sndrecord records sound from a microphone. +- audinfo describes the current state of the audio hardware. +- sndsine writes a mono NeXT/Sun sound file of a 440 Hz sine wave. + +To build without the GUI, define WITHOUT_X. To build without the +enhanced file-selection dialog, define WITHOUT_GTKEXTRA. To omit +support for GUILE, define WITHOUT_GUILE. + +Saving a selection from the Edit menu does not work. + +WWW: http://www-ccrma.stanford.edu/software/snd/ + +Trevor Johnson +trevor@jpj.net |