diff options
author | gson <gson> | 2002-08-25 18:34:39 +0000 |
---|---|---|
committer | gson <gson> | 2002-08-25 18:34:39 +0000 |
commit | 11009cacb890eb254d42a8795769ead3e216c2e2 (patch) | |
tree | 2b2a98c00f2bc78d25bd2418a54ec6220a311a9c /audio/tcl-snack/DESCR | |
parent | d202db74096ec6d7412966c5ed2fdef219fca31c (diff) | |
download | pkgsrc-11009cacb890eb254d42a8795769ead3e216c2e2.tar.gz |
Add tcl-snack: the Snack Sound Toolkit
The Snack Sound Toolkit is designed to be used with a scripting
language such as Tcl/Tk or Python. Using Snack you can create powerful
multi-platform audio applications with just a few lines of code. Snack
has commands for basic sound handling, e.g. sound card and disk
I/O. Snack also has primitives for sound visualization, e.g. waveforms
and spectrograms. It was developed mainly to handle digital recordings
of speech, but is just as useful for general audio. Snack has also
successfully been applied to other one-dimensional signals.
Diffstat (limited to 'audio/tcl-snack/DESCR')
-rw-r--r-- | audio/tcl-snack/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/tcl-snack/DESCR b/audio/tcl-snack/DESCR new file mode 100644 index 00000000000..e9b69ad3653 --- /dev/null +++ b/audio/tcl-snack/DESCR @@ -0,0 +1,8 @@ +The Snack Sound Toolkit is designed to be used with a scripting +language such as Tcl/Tk or Python. Using Snack you can create powerful +multi-platform audio applications with just a few lines of code. Snack +has commands for basic sound handling, e.g. sound card and disk +I/O. Snack also has primitives for sound visualization, e.g. waveforms +and spectrograms. It was developed mainly to handle digital recordings +of speech, but is just as useful for general audio. Snack has also +successfully been applied to other one-dimensional signals. |