📄 readme
字号:
This directory contains the small example programs from Multimedia onLinux.Makefile - make fileREADME - this filecdtester.c - program to exercise CD-ROM ioctl calls (not in book)dsp_info - show /dev/dsp capabilitieseject.c - eject CD-ROMjoystick.c - reading joystick devicemixer.c - simple sound mixer programmixer_info.c - display sound mixer settingsmultisess.c - display CD multi-session infoparrot.c - echo back soundsplaycd.c - simple audio CD playerreadaudio.c - example of reading digital audioseq_info.c - display sequencer device infosubchnl.c - display subchannel infosyscalls.c - illustrates open/ioctl/close system callsAll program can be built by typing "make". They have been compiled andtested under Linux 1.1, 1.2, 1.3, and 2.0 but may need some minorchanges depending on your Linux distribution.The joystick program requires the kernel joystick driver which must beobtained separately.Some of the programs assume that the CD-ROM device to use is/dev/cdrom. If necessary, either create a symbolic link to your CD-ROMdevice in /dev or modify the source code.Not all CD-ROM drives support the CDROMREADAUDIO function used byreadaudio.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -