1Included Python demos
2--------------------------------------------------------------------------
3
4widget.py
5The basic Snack demonstrator.
6
7MinWave.py
8Minimal waveform example.
9
10MinSect.py
11Minimal section example.
12
13MinSpeg.py
14Minimal spectrogram example.
15
16echo.py
17Demo of echo filter with interactive parameter modification.
18
19sphere.py
20Demo that shows how to read NIST/Sphere format files.
21
22polarspec.py
23Polar spectrum plot of microphone input signal.
24
25spectrogram.py
26Spectrogram plot of microphone input signal.
27
28generator.py
29Simple real-time tone generator.
30
31notescale.py
32Example of on-the-fly beep generation.
33
34playnotes.py
35Another example of on-the-fly beep generation.
36
37mixplay.py
38An example of how to play two sounds at the same time with independent
39volume control.
40
41dataCmd.py
42An example of how to use the data command to transfer binary data into a sound object
43