summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-13 07:18:23 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:40 +0200
commit553122f4555d7925193aa740814563a3bb18eaf8 (patch)
treec17496b66b9a6efb67c50e75f5690cdbfdfb322f /development
parent95f082db5268f9a20901b22fb959a1d2dd1dd397 (diff)
downloadslackbuilds-553122f4555d7925193aa740814563a3bb18eaf8.tar.gz
development/snack: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/snack/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/development/snack/README b/development/snack/README
index 2f4425e0f7..a7313f98b8 100644
--- a/development/snack/README
+++ b/development/snack/README
@@ -2,10 +2,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.
+
+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.