代码搜索结果

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

seq_oss_legacy.h

#ifndef __SOUND_SEQ_OSS_LEGACY_H #define __SOUND_SEQ_OSS_LEGACY_H /* * OSS compatible macro definitions * * Copyright (C) 2000 Abramo Bagnara * * This program is free s

mpu401.h

#ifndef __SOUND_MPU401_H #define __SOUND_MPU401_H /* * Header file for MPU-401 and compatible cards * Copyright (c) by Jaroslav Kysela * * * This program is free software; y

kconfig

# drivers/sound/Config.in # # 18 Apr 1998, Michael Elizabeth Chastain, # More hacking for modularisation. # # Prompt user for primary drivers. config SOUND_BCM_CS4297A tristat

hoontech.h

#ifndef __SOUND_HOONTECH_H #define __SOUND_HOONTECH_H /* * ALSA driver for ICEnsemble ICE1712 (Envy24) * * Lowlevel functions for Hoontech STDSP24 * * Copyright (c) 2000 Jaroslav Kysela

makefile.am

nativeexeclib_LTLIBRARIES = libgjsmdssi.la libgjsmdssi_la_SOURCES = gnu_javax_sound_midi_dssi_DSSIMidiDeviceProvider.c \ gnu_javax_sound_midi_dssi_DSSISynthesizer.c \ dssi_data.h libgjsmdss

makefile

ifndef PWLIBDIR PWLIBDIR = $(HOME)/pwlib endif PLUGIN_NAME = alsa PLUGIN_FAMILY = device/sound PLUGIN_LIBS = -lasound PLUGIN_SOURCES = sound_alsa.cxx include ../../make/plugins.mak

c0a16ab8d085001c1c07b990949a4770

package com.sun.speech.freetts.relp; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.sound.sampled.LineEvent; import javax.sound.sampled.LineListener;

makefile

ifndef PWLIBDIR PWLIBDIR = $(HOME)/pwlib endif PLUGIN_NAME = alsa PLUGIN_FAMILY = device/sound PLUGIN_LIBS = -lasound PLUGIN_SOURCES = sound_alsa.cxx include ../../make/plugins.mak

test03.c

#include #include int main() { SWFMovie m = newSWFMovieWithVersion(7); SWFSound sound; FILE *file; int ret; file = fopen(MEDIADIR "/sound1.mp3", "rb"); if(!file) { per

test03-cxx.c

#include #include int main() { try { SWFMovie *m = new SWFMovie(7); SWFSound *sound; int i; FILE *file; file = fopen(MEDIADIR "/sound1.mp3", "rb"); if(!file) { r