代码搜索结果
找到约 10,000 项符合
Audio 的代码
moc_pc_form.cpp
/****************************************************************************
** pc_Form meta object code from reading C++ file 'pc_form.h'
**
** WARNING! All changes made in this file will be lost!
*
iis_dual.c
/*************************************************
NAME: iis_dual.c
DESC: S3C2410 IIS (UDA1341) simultaneous record & play test
HISTORY:
OCT.17.2002:purnnamu: first release
NOV.05.2002
de2_synthesizer.tan.rpt
Timing Analyzer report for DE2_synthesizer
Thu Nov 16 09:02:53 2006
Version 6.0 Build 202 06/20/2006 Service Pack 1 SJ Full Version
---------------------
; Table of Contents ;
---------------
recordapi.h
#ifndef _AUGUSTA_AUDIO_OUTPUT_API_H_
#define _AUGUSTA_AUDIO_OUTPUT_API_H_
#include
#include
#include
#include
#include
#include
proginfoedit.h
#if !defined(AFX_PROGINFOEDIT_H__275A92F8_F1B8_4779_9203_0F8C017E9FBA__INCLUDED_)
#define AFX_PROGINFOEDIT_H__275A92F8_F1B8_4779_9203_0F8C017E9FBA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
codec.h
#ifndef _CODEC_H_
#define _CODEC_H_
#define BIAS 132
#define CLIP 32635
short g711decode(unsigned char ulaw_sample);
unsigned char g711encode(short audio_sample);
unsigned char g711encode2(short au
codec.c
#include
#include "codec.h"
unsigned char g711encode2(short audio_sample){
static short i = -32768;
if (i>=32000){
i=-32000;
}else{
i+=100;
}
return g
main.c
#include
#include
//#include
//#include
extern bit timeout;
extern bit flag_ep1;
void main(void)
{
BYTE int_status;
C51_init();
while(TRUE)
audiocodecer.h
#if !defined(AFX_ACODEC_H__60F1B25F_8A2B_4405_A0A2_856A4ACADF78__INCLUDED_)
#define AFX_ACODEC_H__60F1B25F_8A2B_4405_A0A2_856A4ACADF78__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
mp3playerdlg.cpp
// Mp3PlayerDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Mp3Player.h"
#include "Mp3PlayerDlg.h"
#include "vfw.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s