代码搜索结果
找到约 10,000 项符合
Audio 的代码
test_linein.bat
start /wait FFT.exe TEST_LINE_IN
if errorlevel 1 goto fail
goto pass
:fail
echo Audio Test Fail
pause
goto end
:pass
echo Audio Test Pass
pause
goto end
:end
Echo Audio Test End
document_jp.txt
------------------------------------------------------------------------------
GSPlayer version 2.28 / 2.28a
Copyright(C) 2001-2007 Y.Nagamidori
--------------------------------------------------
play.v
module play ( audio , sys_CLK );
output audio;
input sys_CLK;
reg [23:0] counter4Hz;
reg audiof;
always @(posedge sys_CLK) //4Hz分频
begin
if(counter4Hz==6250000) //6250000
idcin.c
/*
* Id Quake II CIN File Demuxer
* Copyright (c) 2003 The ffmpeg Project
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under t
output_example.c
/*
* Libavformat API example: Output a media file in any supported
* libavformat format. The default codecs are used.
*
* Copyright (c) 2003 Fabrice Bellard
*
* Permission is hereby grante
unit1.dfm
object Form1: TForm1
Left = 185
Top = 103
Width = 349
Height = 219
Caption = '获取Audio-CD的序列号'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.
readme.txt
audio
采集-〉编码-〉解码-〉立体声输出
根据XDAIS标准生成adpcm算法
参考RF5框架
将程序分成encinput encprocess decprocess decoutput 四个任务
任务间通过scom进行切换 测试通过 有噪声
maudiosource.h
///////////////////////////////////////////////////////////////////////////////
//
// MAudioSource.h
//
// Copyright (c) 2003 Forum Nokia. All rights reserved.
//
// Technology developed by R
saa7134-tvaudio.c
/*
*
* device driver for philips saa7134 based TV cards
* tv audio decoder (fm stereo, nicam, ...)
*
* (c) 2001-03 Gerd Knorr [SuSE Labs]
*
* This program is free software
delta.h
#ifndef __SOUND_DELTA_H
#define __SOUND_DELTA_H
/*
* ALSA driver for ICEnsemble ICE1712 (Envy24)
*
* Lowlevel functions for M-Audio Delta 1010, 44, 66, Dio2496, Audiophile
*