Class around PixMap objects that allows more python-like access. By Joe Strout.
[python/dscho.git] / Demo / sgi / audio_stdwin / README
blob6d96fe1e40f8d95f30941449b2cb9e33d48efc27
1 Three programs that provide a user interface based upon STDWIN to the
2 audio device of the SGI 4D/25.  These scripts also demonstrate the power
3 of a set of window interface classes implemented in Python that simplify
4 the construction of all sorts of buttons, etc.
6 XXX This hardware is already obsolete; see ../al for examples of audio
7 XXX on the Indigo and 4D/35.
9 jukebox         Browses a directory full of sound samples and lets you
10                 play selected ones.  (Probably not fully functional, it
11                 requires a conversion program.)
13 rec             A tape recorder that lets you record a sound sample,
14                 play it back, and save it to a file.  Various options to
15                 set sampling rate, volume etc.  When idle it doubles
16                 as a VU meter.
18 vumeter         A VU meter that displays a history of the volume of
19                 sound recently sampled from the microphone.