代码搜索结果

找到约 10,000 项符合 Audio 的代码

audio.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="D:\work\ICETEK-VC5509-A\5509A_EDU\audio\" ProjectType=Executable CPUFamily=TMS320C55X

audio.cmd

-w -lrts55x.lib MEMORY { RAM: origin = 07000h length = 06000h ROM: origin = 00100h length = 06F00h SND: origin = 0D000h length = 12000h } SECTIONS

audio.c

// 测试时音频插孔J5接音源,J7接扬声器。 #include "5509.h" void CLK_init( void ); void main() { CLK_init(); AIC23_Init(); for(;;) AIC23_Mixer(); } void CLK_init( void ) { ioport u

audio.c

/* * Linux audio play and grab interface * Copyright (c) 2000, 2001 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesse

audio.c

/* Audio hardware handlers (SGI, OSS, ALSA, Sun, Windows, Mac OSX, Jack, ESD, HPUX, NetBSD) */ /* * layout of this file: * error handlers * SGI new and old audio library * OSS (with Sam