diff options
author | Zbigniew Baniewski <zb@ispid.com.pl> | 2011-01-09 00:26:17 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:24 -0600 |
commit | 0d456ff51444fb9497e76bec89b5856b6fc5aa1b (patch) | |
tree | 8c4ae8fed1a207dbc3cdc90ad1577af74773c28e /development/snack/README | |
parent | 3ef093ad9540d9c317b4795ec72642cda11cde56 (diff) | |
download | slackbuilds-0d456ff51444fb9497e76bec89b5856b6fc5aa1b.tar.gz |
development/snack: Added (sound extensions for TCL)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/snack/README')
-rw-r--r-- | development/snack/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/snack/README b/development/snack/README new file mode 100644 index 0000000000..2f4425e0f7 --- /dev/null +++ b/development/snack/README @@ -0,0 +1,11 @@ +The Snack sound extension adds commands to play and record audio. +Snack supports in-memory sound objects, file based audio, and +streaming audio, with background audio processing. It handles +fileformats such as AIFF, AU, MP3, NIST/Sphere, and WAV. +Snack is extensible; new commands and sound file formats can +be added using the Snack C-library. Snack also does sound visualization, +e.g. waveforms and spectrograms. The visualization canvas item types update +in real time and can output postscript. Works with Tcl 8.0.3 and later, +as well as is stubs enabled. Works with the Tcl plug-in. + +Platforms: HP-UX, Irix, Linux, Solaris, Windows 95/98/NT/2000/XP. |