⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Python语言编译器
💻
字号:
These are some programs to work with the SCSI CD-ROM player's audiointerface (see cdaudio(3) in IRIX 4.0 or higher; tested only on 4.0.2).See also the SGI-specific standard module 'readcd', documented as"readcd.lib" in the library.cdwin.py	A trivial window interface to play a CD over the CD		player's audio jack.  More functionality is left as an		excersice to the reader.  Needs module stdwin.listcd.py	List the table-of-contents of a CD (data CDs will		appear as a single track).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 recvcd.py).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.)cdaiff.py	Dump CD audio to disk in AIFF format.Note that to read *data* CD-ROMs you must open /dev/rdsk/dks0d4s7 orsome such special file...

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -