代码搜索结果
找到约 10,000 项符合
Audio 的代码
audio.h
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N
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.c
//音频编解码主程序
#include
#include
#include "common.h"
#include "decode.h"
void main(int argc, char**argv)
{
FILE *musicout;
Bit_stream_struc bs;
frame_params
audio.h
/*
* Audio 'LIB' defines
*/
#define AUDIO_OUT_HEADPHONES 0x01
#define AUDIO_OUT_INTERNAL_SPEAKER 0x02
#define AUDIO_OUT_LINE_OUT 0x04
enum { DECODE_TEST, DECODE_AUDIO, DECODE_FILE,
audio.c
#include
#include "mpg123.h"
void audio_info_struct_init(struct audio_info_struct *ai)
{
#ifdef AUDIO_USES_FD
ai->fn = -1;
#endif
#ifdef SGI
#if 0
ALconfig config;
ALport port;
#endi
audio.h
/*
* madplay - MPEG audio decoder and player
* Copyright (C) 2000-2004 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
audio.c
/*
* madplay - MPEG audio decoder and player
* Copyright (C) 2000-2004 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
audio.c
//音频编解码主程序
#include
#include
#include "common.h"
#include "decode.h"
void main(int argc, char**argv)
{
FILE *musicout;
Bit_stream_struc bs;
frame_params