diff options
author | Guido van Rossum <guido@python.org> | 2002-09-17 20:55:57 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-09-17 20:55:57 (GMT) |
commit | b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3 (patch) | |
tree | cbd117574482176b4a7277ed5f30dc3e00050623 /Demo/sgi/al/README | |
parent | 4cb22048515deb55fdf46775400da9c841706248 (diff) | |
download | cpython-b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3.zip cpython-b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3.tar.gz cpython-b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3.tar.bz2 |
Remove the SGI demos. These were all ancient and nobody cared enough.
Diffstat (limited to 'Demo/sgi/al/README')
-rw-r--r-- | Demo/sgi/al/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Demo/sgi/al/README b/Demo/sgi/al/README deleted file mode 100644 index fba67b7..0000000 --- a/Demo/sgi/al/README +++ /dev/null @@ -1,15 +0,0 @@ -This directory contains programs using the "al" interface, which gives -access to the most important parts of the SGI Audio Library for the -Indigo and 4D/35. - -alwatch.py Watch changes in device settings -broadcast.py Broadcast audio using UDP packets -cmpaf.py Compare different audio compression schemes (uses fl) -intercom.py 2-way communication with another host (uses fl) -playaiff.py Play an AIFF file (as output by recordaiff) -playback.py Play raw audio data read from stdin -playold.py Play an audio file recorded by the old 4D/25 audio -radio.py Listen to UDP packets sent by broadcast.py -rec_play.py Repeatedly record and play back a sample -record.py Record raw audio data to stdout -unicast.py Like broadcast but sends to one host |