代码搜索结果
找到约 10,000 项符合
Audio 的代码
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.txt
AUDIO:
System: System to change Audio options:
CPS1 - CPS1 hardware options, YM2151 FM and OKI ADPCM
Qsound - CPS2 and later CPS1 games hardware options.
Spatial PCM Mixer/resampler
N
audio.h
///////////////////////////////////////////////////////
// FileName: audio.h
// Author: b1gm0use
// Project: myvideo
#ifndef _AUDIO_H_
#define _AUDIO_H_
#include
#include
audio.cxx
/*
* audio.cxx
*
* Audio conferencing functions for a simple MCU
*
* Copyright (c) 2000 Equivalence Pty. Ltd.
* Copyright (c) 2004 Post Increment
*
* The contents of this file are subj
audio_in.h
#ifndef _audio_in_h
#define _audio_in_h
#define AUDIO_IN_ALSA 1
#define AUDIO_IN_OSS 2
#include "config.h"
#if defined(HAVE_ALSA9) || defined(HAVE_ALSA1X)
#include
typedef str
audio_in.c
#include
#include
#include
#include "config.h"
#if defined(USE_TV) && (defined(HAVE_TV_V4L) || defined(HAVE_TV_V4L2))
#include "audio_in.h"
#include "mp_msg.h"
#incl
audio.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------