代码搜索结果

找到约 12,685 项符合 Sound 的代码

sound.js

// script.aculo.us sound.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 // Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) // // Based on code created by Jules Gravinese

sound.js

// script.aculo.us sound.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 // Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) // // Based on code created by Jules Gravinese

sound.js

// script.aculo.us sound.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 // Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) // // Based on code created by Jules Gravinese

sound.js

// script.aculo.us sound.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008 // Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) // // Based on code created by Jules Gravinese

sound.java

import java.applet.*; import java.net.*; import java.io.*; /** This class receives a filename (sound file) and plays sound on request. */ class Sound extends Applet{ URL url; AudioClip clip;

sound.h

void set_patch(int channel, int prog); void set_pan(int channel, int pan); void note_on(int channel, int pitch, int vel); void note_off(int channel, int pitch); void sound();

sound.java

package kyodai; //import java.io.*; import javax.sound.sampled.*; import java.net.*; /** * 控制音乐特效 */ public class Sound implements Runnable { String currentName; Object currentSound