代码搜索:Audio
找到约 10,000 项符合「Audio」的源代码
代码结果 10,000
www.eeworm.com/read/111374/6155770
am makefile.am
libdir = @PLAYER_PLUGIN_DIR@
lib_LTLIBRARIES = raw_audio_plugin.la
raw_audio_plugin_la_LDFLAGS = -module
raw_audio_plugin_la_SOURCES = \
rawa.cpp rawa.h
raw_audio_plugin_la_LIBADD = \
-lm
INCLUDE
www.eeworm.com/read/110972/6162683
am makefile.am
libdir = @PLAYER_PLUGIN_DIR@
lib_LTLIBRARIES = raw_audio_plugin.la
raw_audio_plugin_la_LDFLAGS = -module
raw_audio_plugin_la_SOURCES = \
rawa.cpp rawa.h
raw_audio_plugin_la_LIBADD = \
-lm
www.eeworm.com/read/169504/9854176
h mpgaudio.h
/* Copyright 1996, ESS Technology, Inc. */
/* SCCSID @(#)mpgaudio.h 1.5 3/2/98 */
/*
* $Log$
*/
void AUD_init(void);
int AUD_decode(void);
void AUD_set_PES(int);
www.eeworm.com/read/278797/10508905
bat qemu-arm.bat
REM Start qemu on windows.
@ECHO OFF
REM SDL_VIDEODRIVER=directx is faster than windib. But keyboard cannot work well.
SET SDL_VIDEODRIVER=windib
REM SDL_AUDIODRIVER=waveout or dsound can be u
www.eeworm.com/read/420146/10814818
html struct_a_u_d_i_o___p_l_u_g_i_n___s_e_t___v_o_l_u_m_e___m_s_g___t.html
BlueLab: AUDIO_PLUGIN_SET_VOLUME_MSG_T Struct
www.eeworm.com/read/408948/7153296
makefile
#############################################################################
# Makefile for building pcMain
# Generated by tmake at 16:10, 2008/10/03
# Project: pcMain
# Template: app
########
www.eeworm.com/read/136571/5869076
am makefile.am
## Makefile.am for SDL using the QNX Neutrino PCM audio API
noinst_LTLIBRARIES = libaudio_nto.la
libaudio_nto_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_nto_audio.c \
S
www.eeworm.com/read/136571/5869080
am makefile.am
## Makefile.am for SDL using the ALSA PCM audio API
noinst_LTLIBRARIES = libaudio_alsa.la
libaudio_alsa_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_alsa_audio.c \
SDL_al
www.eeworm.com/read/135709/5880901
c summary.c
/*****************************************************************************
* summary.c: set of functions to print options of selected title
* found in .ifo.
************************************
www.eeworm.com/read/133108/5907805
am makefile.am
## Makefile.am for SDL using the QNX Neutrino PCM audio API
noinst_LTLIBRARIES = libaudio_nto.la
libaudio_nto_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_nto_audio.c \
SDL_nto_a