1Included Tcl demos
2--------------------------------------------------------------------------
3
4widget.tcl
5The basic Snack demonstrator also used to launch several other demos.
6
7record.tcl
8Recording program. Good starting point for custom recording tools.
9
10wrap.tcl
11Utility that creates stand alone executables from Snack Tcl scripts.
12
13tomAmp.tcl
14MP3 player with play-lists.
15
16dbrec.tcl
17Script for recording prompted sentences.
18
19mixer.tcl
20A multi-platform mixer application.
21
22play.tcl
23The simplest file player.
24
25aserver.tcl
26A minimal audio server.
27
28rplay.tcl
29A play program which sends a sound file to one or several servers.
30
31recrplay.tcl
32A simple recording program which sends data to an audio server.
33
34snamp.tcl
35A very simple play list program.
36
37cool.tcl
38A simple sound viewer which demonstrates how to link to disk files.
39
40spectrum.tcl
4116-channel spectrum analyzer.
42
43levelmeter.tcl
44Two channel level meter.
45
46mapChan.tcl
47Demo which shows how to map input channels to output channels.
48
49fourChan.tcl
50Demo of four channel sound output with channel selection.
51
52echo.tcl
53Demo of echo filter with interactive parameter modification.
54
55compose.tcl
56Demo of a composed filter, a map filter in series with an echo filter.
57
58formant.tcl
59Demo of a simple formant speech synthesizer built using Snack filters.
60
61polarspec.tcl
62Polar spectrum plot of microphone input signal.
63
64oggstream.tcl
65Demo that sends a live recorded Ogg/Vorbis stream to aserver.tcl
66
67generator.tcl
68Simple real-time tone generator.
69
70notescale.tcl
71Example of on-the-fly beep generation.
72
73CSLwithAB.tcl
74Example on how to read CSL/NSP files with A and B data chunks.
75
76pitch.tcl
77Draws pitch track of speech recorded from the microphone.
78
79phonetogram.tcl
80Draws simple phonetogram, i.e., a pitch/intensity plot.
81
82generator2.tcl
83Two channel real-time tone generator.
84
85vowelspace.tcl
86Draws formant tracks of speech recorded from the microphone.
87
88playlist.tcl
89Play all files in directory with short beep between files.
90
91mixplay.py
92An example of how to play two sounds at the same time with independent
93volume control.
94