代码搜索结果

找到约 10,000 项符合 Sound 的代码

rawmidi.h

#ifndef __SOUND_RAWMIDI_H #define __SOUND_RAWMIDI_H /* * Abstract layer for MIDI v1.0 stream * Copyright (c) by Jaroslav Kysela * * * This program is free software; you can

dmasound_core.c

/* * linux/sound/oss/dmasound/dmasound_core.c * * * OSS/Free compatible Atari TT/Falcon and Amiga DMA sound driver for * Linux/m68k * Extended to support Power Macintosh for Linux/ppc by Pau

makefile

ifndef PWLIBDIR PWLIBDIR = $(HOME)/pwlib endif PLUGIN_NAME = esd PLUGIN_FAMILY = device/sound PLUGIN_LIBS = PLUGIN_SOURCES = sound_esd.cxx include ../../make/plugins.mak

makefile

ifndef PWLIBDIR PWLIBDIR = $(HOME)/pwlib endif PLUGIN_NAME = oss PLUGIN_FAMILY = device/sound PLUGIN_LIBS = PLUGIN_SOURCES = sound_oss.cxx include ../../make/plugins.mak

sampledelegator.java

package abchr.audio; import javax.sound.sampled.AudioFormat; import javax.sound.sampled.AudioInputStream; import java.util.Map; import java.util.Iterator; abstract class SampleDelegator imple

trans_16.c

/* * linux/drivers/sound/dmasound/trans_16.c * * 16 bit translation routines. Only used by Power mac at present. * * See linux/drivers/sound/dmasound/dmasound_core.c for copyright and * his

makefile

ifndef PWLIBDIR PWLIBDIR = $(HOME)/pwlib endif PLUGIN_NAME = esd PLUGIN_FAMILY = device/sound PLUGIN_LIBS = PLUGIN_SOURCES = sound_esd.cxx include ../../make/plugins.mak

makefile

ifndef PWLIBDIR PWLIBDIR = $(HOME)/pwlib endif PLUGIN_NAME = sunaudio PLUGIN_FAMILY = device/sound PLUGIN_LIBS = PLUGIN_SOURCES = sound_sunaudio.cxx LDSOPTS +=-L../../lib $(LDLIBS)

makefile

ifndef PWLIBDIR PWLIBDIR = $(HOME)/pwlib endif PLUGIN_NAME = oss PLUGIN_FAMILY = device/sound PLUGIN_LIBS = PLUGIN_SOURCES = sound_oss.cxx include ../../make/plugins.mak

trans_16.c

/* * linux/drivers/sound/dmasound/trans_16.c * * 16 bit translation routines. Only used by Power mac at present. * * See linux/drivers/sound/dmasound/dmasound_core.c for copyright and * his