readme
来自「在linux下多媒体开发实例linux下多媒体开发」· 代码 · 共 33 行
TXT
33 行
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 + =
减小字号Ctrl + -
显示快捷键?