Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bd4147

Browse files
committed
cosmetics
1 parent dbdeebb commit 4bd4147

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Demo/sgi/cd/README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
These are some programs to work with the SCSI CD-ROM player's audio
2-
interface (see cdaudio(3) in IRIX 4.0[.2?] or higher). At the moment
3-
the Python code is not very clean, sorry about that...
2+
interface (see cdaudio(3) in IRIX 4.0 or higher; tested only on 4.0.2).
43

54
cdwin.py A trivial window interface to play a CD over the CD
65
player's audio jack. More functionality is left as an
7-
excersice to the reader. Uses module stdwin.
6+
excersice to the reader. Needs module stdwin.
87

98
listcd.py List the table-of-contents of a CD (data CDs will
109
appear as a single track).
1110

1211
playcd.py Read audio data from the CD and play it over the
13-
Indigo's built-in speker or audio jack. Uses module al.
12+
Indigo's built-in speker or audio jack. Needs module al.
1413

1514
sendcd.py Read audio data from the CD and send it as UDP packets
1615
over the network (to readcd.py).
1716

1817
readcd.py Receive UDP packets containing CD audio data (from
1918
sendcd.py) and play them over the Indigo's built-in
20-
speaker or audio jack. Uses module al. (Doesn't
19+
speaker or audio jack. Needs module al. (Doesn't
2120
actually use module cd.)
2221

23-
Note that to read *data* CD-ROMs you must open /dev/rdsk/dks0d4s7...
22+
Note that to read *data* CD-ROMs you must open /dev/rdsk/dks0d4s7 or
23+
some such special file...

0 commit comments

Comments
 (0)