summaryrefslogtreecommitdiff
path: root/audio/tcl-snack
AgeCommit message (Collapse)AuthorFilesLines
2002-10-21Add buildlink2.mk.wiz1-0/+23
2002-08-27Use /dev/sound rather than /dev/dsp as the default audio devicegson2-1/+35
on NetBSD
2002-08-26Removed stray "/include" from XINCLUDES and half-bakedgson3-13/+6
buildlink stuff from Makefile.
2002-08-26Added missing dependency on x11/tkgson1-1/+2
2002-08-25Add tcl-snack: the Snack Sound Toolkitgson7-0/+113
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.