代码搜索结果
找到约 12,685 项符合
Sound 的代码
sound.java
/*
* Sound.java
*
* Created on 2008年3月28日, 上午11:41
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package com.gjunit.CRT;
sound.js
// script.aculo.us sound.js v1.8.0, Tue Nov 06 15:01:40 +0300 2007
// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
//
// Based on code created by Jules Gravinese
sound.java
package kyodai;
import java.io.*;
import javax.sound.sampled.*;
import java.net.*;
/**
* 控制音乐特效
*/
public class Sound implements Runnable {
String currentName;
Object currentSound;
sound.desktop
[Desktop Entry]
Type=Application
Exec=sound
Icon=Sound
Name=Sound
Name[ja]=サウンド
CanFastload=0
sound.desktop
[Desktop Entry]
Type=Application
Exec=sound
Icon=Sound
Name=Sound
Name[ja]=サウンド
CanFastload=0
sound.c
/*
* sound.c
* 先录制几秒种音频数据,将其存放在内存缓冲区中,然后再进行回放,其所有的功能都是通过读写/dev/dsp设备文件来完成
*/
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.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: mkernel/modules/sound/sound.c
* PURPOSE: SoundBlaster 16 Driver
sound.rbuild
ntoskrnl
hal
.\include
dsp.c