代码搜索结果
找到约 12,685 项符合
Sound 的代码
sound.h
/**
* The 15-410 Reference Kernel
* @name sound.h
*
* Function for using the PC Speaker.
*
* @author Zachary Anderson(zra)
*/
#ifndef _SOUND_H
#define _SOUND_H
#define PITCH_LC 9121
#define
sound.xs
#include "module.h"
MODULE = Purple::Sound PACKAGE = Purple::Sound PREFIX = purple_sound_
PROTOTYPES: ENABLE
BOOT:
{
HV *stash = gv_stashpv("Purple::SoundEventID", 1);
static const constiv *civ
sound.h
/*------------------------------------------------------------------
* CopyRight (C) 2005,江苏盛唐电子产品有限公司
* All Rights Reserved.
*
* 文件名称:Sound.h
* 文件标识:
* 摘 要:板载蜂鸣器控制功能和延时函数的头文件
*
* 当前版本:1.0
sound.lst
C51 COMPILER V6.23a SOUND 08/17/2006 16:45:19 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE SOUND
OBJECT MODULE PLACED IN
sound.java
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: Sound.java
package or
sound.java
package com.brackeen.javagamebook.sound;
/**
The Sound class is a container for sound samples. The sound
samples are format-agnostic and are stored as a byte array.
*/
public class Soun
sound.def
LIBRARY SOUND
EXPORTS
OPENSOUND @1
CLOSESOUND @2
SETVOICEQUEUESIZE @3
SETVOICENOTE @4
SETVOICEACCE
sound.c
#include
/*
The numbers in this table are the timer divisors
necessary to produce the pitch indicated in the
lowest octave that is supported by the "sound"
function.
sound.gml
.func sound
#include
void sound( unsigned frequency );
.ixfunc2 '&DosFunc' &func
.funcend
.desc begin
The &func function turns on the PC's speaker at the specified
.arg frequency.
The
sound.java
package kyodai;
import java.io.*;
import javax.sound.sampled.*;
import java.net.*;
/**
* 控制音乐特效
*/
public class Sound implements Runnable {
String currentName;
Object currentSound;