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 |
| 7 | intercom.py 2-way communication with another host (uses fl) |
| 8 | playaiff.py Play an AIFF file (as output by recordaiff) |
| 9 | playback.py Play raw audio data read from stdin |
| 10 | playold.py Play an audio file recorded by the old 4D/25 audio |
| 11 | radio.py Listen to UDP packets sent by broadcast.py |
| 12 | rec_play.py Repeatedly record and play back a sample |
| 13 | record.py Record raw audio data to stdout |
| 14 | unicast.py Like broadcast but sends to one host |