代码搜索结果
找到约 21,607 项符合
Audio 的代码
sdl_openaudio.3
.TH "SDL_OpenAudio" "3" "Tue 11 Sep 2001, 22:58" "SDL" "SDL API Reference"
.SH "NAME"
SDL_OpenAudio\- Opens the audio device with the desired parameters\&.
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.
sdl_mixaudio.3
.TH "SDL_MixAudio" "3" "Tue 11 Sep 2001, 22:58" "SDL" "SDL API Reference"
.SH "NAME"
SDL_MixAudio\- Mix audio data
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.h"
.sp
\fBvoid \fBSDL_MixAudio\fP\fR(\f
makefile.am
## Makefile.am for SDL using the UNIX /dev/audio sound driver
noinst_LTLIBRARIES = libaudio_sun.la
libaudio_sun_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_sunaudio.c \
makefile.am
## Makefile.am for SDL using the MacOS SoundManager audio driver
noinst_LTLIBRARIES = libaudio_macrom.la
libaudio_macrom_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_romaud
makefile.am
## Makefile.am for SDL using the Win32 WaveOut audio driver
noinst_LTLIBRARIES = libaudio_windib.la
libaudio_windib_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_dibaudio.c
makefile.am
## Makefile.am for SDL using the AIX UMS sound driver
noinst_LTLIBRARIES = libaudio_ums.la
libaudio_ums_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_umsaudio.c \
SDL_umsa
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
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
makefile.am
## Makefile.am for SDL using the OSS /dev/dsp DMA sound driver
noinst_LTLIBRARIES = libaudio_dma.la
libaudio_dma_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_dmaaudio.c \
makefile.am
## Makefile.am for SDL audio "driver" that writes to a file.
noinst_LTLIBRARIES = libaudio_disk.la
libaudio_disk_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_diskaudio.c \