Guido van Rossum | c96f38e | 1991-09-15 21:26:30 +0000 | [diff] [blame] | 1 | This directory contains programs using the "al" interface, which gives |
| 2 | access to the most important parts of the SGI Audio Library for the |
| 3 | Indigo and 4D/35. |
| 4 | |
| 5 | alwatch.py Watch changes in device settings |
| 6 | broadcast.py Broadcast audio using UDP packets |
Guido van Rossum | 2739c9c | 1992-12-14 15:06:22 +0000 | [diff] [blame] | 7 | cmpaf.py Compare different audio compression schemes (uses fl) |
Guido van Rossum | c96f38e | 1991-09-15 21:26:30 +0000 | [diff] [blame] | 8 | intercom.py 2-way communication with another host (uses fl) |
| 9 | playaiff.py Play an AIFF file (as output by recordaiff) |
| 10 | playback.py Play raw audio data read from stdin |
| 11 | playold.py Play an audio file recorded by the old 4D/25 audio |
| 12 | radio.py Listen to UDP packets sent by broadcast.py |
| 13 | rec_play.py Repeatedly record and play back a sample |
| 14 | record.py Record raw audio data to stdout |
| 15 | unicast.py Like broadcast but sends to one host |