代码搜索结果
找到约 10,000 项符合
Audio 的代码
audio.h
#ifndef AUDIO_H
#define AUDIO_H
int init_audio(void);
void au_main(void);
void mp3_main(void);
enum {
AUD_CMD_VOL_L = 0x01, /* left-channel-vol 0-255 */
AUD_CMD_VOL_R, /*
audio.conf
# Configuration file for the audio service
# This section contains options which are not specific to any
# particular interface
[General]
# Switch to master role for incoming connections (defaults t
audio.h
#define TDA7318 0x88
void Set_Volume(unsigned char Add_Dec,unsigned char Vol_value);
void SETVOLUME(unsigned char vol);
void EQ_Ajustment(unsigned char Ajust_Obj,unsigned char EQ_Val);
void Ste
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.cdb
//! DSK6711 Base Seed
//# c6211.cdb 4.02.83
object SDRAM :: MEM {
param iComment :: "This object defines space for the DSP's off-chip memory"
param iIsUsed :: 1
param iId :: 0
audio.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="audio"
ProjectDir="c:\ti\examples\dsk6711\bios\audio\"
ProjectType=Executable
CPUFa
audio.h
/*
* Copyright 2001 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*