代码搜索结果
找到约 10,000 项符合
Audio 的代码
audio.asm
OUTPUT BIT P1.0 ;P1.0端口
ORG 00H
LOOP: CLR C ;主程序
MOV OUTPUT,C
CALL DELAY
SETB C
MOV OUTPUT,C ;输出方波
CALL DELAY
audio.lnp
"Audio.obj"
TO "Audio"
audio.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
audio.h
#undef CONFIG_MCP_UCB1200_AUDIO
audio.h
#undef CONFIG_USB_AUDIO
readme.audio
$Id: README.audio,v 1.1.4.1 2001/11/20 14:19:33 kai Exp $
ISDN subsystem for Linux.
Description of audio mode.
When enabled during kernel configuration, the tty emulator of the ISDN
subsystem is c
audio.c
/* $Id: audio.c,v 1.1.1.1 2004/02/04 12:56:49 laputa Exp $
* drivers/sbus/audio/audio.c
*
* Copyright 1996 Thomas K. Dyas (tdyas@noc.rutgers.edu)
* Copyright 1997,1998,1999 Derrick J. Brashear (sh
audio.h
/*
**********************************************************************
* audio.c -- /dev/dsp interface for emu10k1 driver
* Copyright 1999, 2000 Creative Labs, Inc.
*
*****************
audio.c
/*
**********************************************************************
* audio.c -- /dev/dsp interface for emu10k1 driver
* Copyright 1999, 2000 Creative Labs, Inc.
*
*****************
audio.cc
/*
This code takes an audio file and uses the FilePlayer AU to play this to the default output unit
It takes any valid audio file of any format that is understood by the AudioFile API
*/
extern