代码搜索结果
找到约 12,685 项符合
Sound 的代码
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
config.in
# drivers/sound/dmasound/Config.in
if [ "$CONFIG_ATARI" = "y" ]; then
dep_tristate ' Atari DMA sound support' CONFIG_DMASOUND_ATARI $CONFIG_SOUND
fi
if [ "$CONFIG_ALL_PPC" = "y" ]; then
dep_tr
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
sound.h
/*
* Sound core interface functions
*/
extern int register_sound_special(struct file_operations *fops, int unit);
extern int register_sound_mixer(struct file_operations *fops, int dev);
extern int
makefile
# Makefile for the Linux sound card driver
#
# Note 2! The CFLAGS definitions are now inherited from the
# parent makes. (hopefully)
#
#
VERSION = 2.4
TARGET_OS = linux
.c.s:
$(CC) $(CF
readme.linux
Sound Driver version 2.4 for Linux
----------------------------------
NOTE! The sound driver is now a part of the Linux kernel distribution.
Check that your kernel doesn't have more recent versi
sninit.asm
TITLE SNINIT - Sound and Play Initialization/Termination module
;***
;SNINIT.ASM - Sound/Play initialization/termination module
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; This
gwsound.asm
TITLE GWSOUND - GW BASIC 2.0 NOISE, SOUND, & BEEP support
;***
; GWSOUND - GW BASIC 2.0 NOISE, SOUND, & BEEP support
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax
echofilter.java
package com.brackeen.javagamebook.sound;
/**
The EchoFilter class is a SoundFilter that emulates an echo.
@see FilteredSoundStream
*/
public class EchoFilter extends SoundFilter {
soundmanager.java
package com.brackeen.javagamebook.sound;
import java.io.*;
import javax.sound.sampled.*;
import javax.sound.midi.*;
import com.brackeen.javagamebook.util.ThreadPool;
import com.brackeen.javagam