资源简介
解码器,可以解DVD DTS Audio 格式的文件
代码片段和文件信息
/*
* audio_out.c
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 1999-2000 Aaron Holtzman
*
* This file is part of a52dec a free ATSC A-52 stream decoder.
* See http://liba52.sourceforge.net/ for updates.
*
* a52dec is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License or
* (at your option) any later version.
*
* a52dec is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not write to the
* Free Software Foundation Inc.
* 51 Franklin Street Fifth Floor Boston MA 02110-1301 USA.
*/
#include “config.h“
#include
#include
#include “dca.h“
#include “audio_out.h“
extern ao_open_t ao_oss_open;
extern ao_open_t ao_ossdolby_open;
extern ao_open_t ao_oss4_open;
extern ao_open_t ao_oss6_open;
extern ao_open_t ao_solaris_open;
extern ao_open_t ao_solarisdolby_open;
extern ao_open_t ao_al_open;
extern ao_open_t ao_aldolby_open;
extern ao_open_t ao_al4_open;
extern ao_open_t ao_al6_open;
extern ao_open_t ao_win_open;
extern ao_open_t ao_windolby_open;
extern ao_open_t ao_wav_open;
extern ao_open_t ao_wavdolby_open;
extern ao_open_t ao_wav6_open;
extern ao_open_t ao_wavall_open;
extern ao_open_t ao_aif_open;
extern ao_open_t ao_aifdolby_open;
extern ao_open_t ao_peak_open;
extern ao_open_t ao_peakdolby_open;
extern ao_open_t ao_null_open;
extern ao_open_t ao_null4_open;
extern ao_open_t ao_null6_open;
extern ao_open_t ao_float_open;
static ao_driver_t audio_out_drivers[] = {
#ifdef LIBAO_OSS
{“oss“ ao_oss_open}
{“ossdolby“ ao_ossdolby_open}
{“oss4“ ao_oss4_open}
{“oss6“ ao_oss6_open}
#endif
#ifdef LIBAO_SOLARIS
{“solaris“ ao_solaris_open}
{“solarisdolby“ ao_solarisdolby_open}
#endif
#ifdef LIBAO_AL
{“al“ ao_al_open}
{“aldolby“ ao_aldolby_open}
{“al4“ ao_al4_open}
{“al6“ ao_al6_open}
#endif
#ifdef LIBAO_WIN
{“win“ ao_win_open}
{“windolby“ ao_windolby_open}
#endif
{“wav“ ao_wav_open}
{“wavdolby“ ao_wavdolby_open}
{“wav6“ ao_wav6_open}
{“wavall“ ao_wavall_open}
{“aif“ ao_aif_open}
{“aifdolby“ ao_aifdolby_open}
{“peak“ ao_peak_open}
{“peakdolby“ ao_peakdolby_open}
{“null“ ao_null_open}
{“null4“ ao_null4_open}
{“null6“ ao_null6_open}
{“float“ ao_float_open}
{NULL NULL}
};
ao_driver_t * ao_drivers (void)
{
return audio_out_drivers;
}
相关资源
- 音频测试文件pcmmp3aacamrg711ag711u等多种
- ArcGIS_ArcInfo_9.3_Workstation_DVD_BT
- 奥科网关M1000B配置手册.docx
- CentOS-6.5-i386-bin-DVD1
- SSS1629 datasheet
- dts音效大师V14.62注册破解版
- DVD文件VOB的生成代码
- 基于FFMPEG_SDL2_音视频播放_参考音频时
- AnyDVDHD v7.3.8简体中文破解版.rar
- AudioResample
- virtual audio cable 4.10 破解版
- Virtual Audio Cable 4.10破解版+破解说明
- Virtual Audio Cable 4.1.3终极完美破解
- 5.1dts声道测试音频
- 2.59.00-RsLinx-DVD
- DVDFab_VirtualDrive
- JULIUSO. SMITHIII《INTRODUCTION TO DIGITAL FI
- NAudio源码及demo
- 深入理解linux设备树dts
- SRS Audio Sandbox 1.9.0.4 64位 + 汉化破解补
- 基于FPGA的线阵CCDTSL1401光强自动采集程
- AudioCompare 音频相似度比较
- Introduction-to-Digital-Filters-with-Audio-App
- AC3-DTS Killer (x64)
- pcm音频文件
- FFmpeg解码MP4分别播放YUV视频和PCM音频
- 先科DVD数据合集
- Digital Video and Audio Broadcasting Technolog
- Audio Source Separation and Speech Enhancement
- SRS_Audio_Sandbox注册码破解版+注册机+中
评论
共有 条评论