代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.h
/*
* Minor numbers for the sound driver.
*/
#define SND_DEV_CTL 0 /* Control port /dev/mixer */
#define SND_DEV_SEQ 1 /* Sequencer output /dev/sequencer (FM
synthesizer and MIDI output) */
sound.h
#define CONFIG_SOUND 1
sound.txt
Information about PowerPC Sound support
=====================================================================
Please mail me (Cort Dougan, cort@fsmlabs.com) if you have questions,
comment
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.c
#include
#include
#include
#include
#include
#include
static int filter(int x)
{
static int oldx
sound.h
/*
* sound.h
*
* Sound class.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozilla Public License
sound.h
/*
* sound.h
*
* Sound class.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozilla Public License
sound.cxx
/*
* sound.cxx
*
* Code for pluigns sound device
*
* Portable Windows Library
*
* Copyright (c) 2003 Post Increment
*
* The contents of this file are subject to the Mozilla Public Li
sound.h
/*
* Minor numbers for the sound driver.
*/
#define SND_DEV_CTL 0 /* Control port /dev/mixer */
#define SND_DEV_SEQ 1 /* Sequencer output /dev/sequencer (FM
synthesizer and MIDI output) */
sound.java
package lianliankan;
import java.applet.Applet;
import java.applet.AudioClip;
import java.net.URL;
import java.net.URLClassLoader;
public class Sound {
URLClassLoader urlLoader = (URLCl