mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
renamed readcd to recvcd (to avoid conflict with Sjoerd's reacd class)
This commit is contained in:
parent
f4be726da2
commit
632d49274e
1 changed files with 2 additions and 2 deletions
|
@ -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.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue