diff options
author | Guido van Rossum <guido@python.org> | 1992-04-15 16:40:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-04-15 16:40:12 (GMT) |
commit | 632d49274e8cd26076fd4947caa3d53b20f14c98 (patch) | |
tree | 7d5ae72c93a09aa19a5fe7f16d304f733176101a | |
parent | f4be726da206ed1c34817a7b63a0c6e0281879ee (diff) | |
download | cpython-632d49274e8cd26076fd4947caa3d53b20f14c98.zip cpython-632d49274e8cd26076fd4947caa3d53b20f14c98.tar.gz cpython-632d49274e8cd26076fd4947caa3d53b20f14c98.tar.bz2 |
renamed readcd to recvcd (to avoid conflict with Sjoerd's reacd class)
-rw-r--r-- | Demo/sgi/cd/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demo/sgi/cd/README b/Demo/sgi/cd/README index af2f4c5..c17e3cf 100644 --- a/Demo/sgi/cd/README +++ b/Demo/sgi/cd/README @@ -12,9 +12,9 @@ playcd.py Read audio data from the CD and play it over the Indigo's built-in speker or audio jack. Needs module al. sendcd.py Read audio data from the CD and send it as UDP packets - over the network (to readcd.py). + over the network (to recvcd.py). -readcd.py Receive UDP packets containing CD audio data (from +recvcd.py Receive UDP packets containing CD audio data (from sendcd.py) and play them over the Indigo's built-in speaker or audio jack. Needs module al. (Doesn't actually use module cd.) |