代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/160611/5568802
alg clip.alg
(CLIP-ALG
(NAME "clip")
(ARGUMENTS ("sound_type" "s") ("double" "level"))
(LINEAR s) ; this will move the scale factor to the result
(STATE ("double" "lev" "level * s->scale"))
(START (MIN
www.eeworm.com/read/160611/5568861
alg reson.alg
(RESON-ALG
(NAME "reson")
(ARGUMENTS ("sound_type" "s") ("double" "hz") ("double" "bw")
("int" "normalization"))
(START (MIN s))
(TERMINATE (MIN s))
(LOGICAL-STOP (MIN s))
(STATE ("double"
www.eeworm.com/read/160611/5568883
alg atonev.alg
(ATONEV-ALG
(NAME "atonev")
(ARGUMENTS ("sound_type" "s1") ("sound_type" "hz"))
(INLINE-INTERPOLATION T)
(LINEAR hz)
(ALWAYS-SCALE hz)
(START (MAX s1 hz))
(TERMINATE (MIN s1 hz))
(LOGICAL-STOP (MIN s1
www.eeworm.com/read/152843/5658740
c atasound.c
/*
* linux/arch/m68k/atari/atasound.c
*
* ++Geert: Moved almost all stuff to linux/drivers/sound/
*
* The author of atari_nosound, atari_mksound and atari_microwire_cmd is
* unknown. (++roman: T
www.eeworm.com/read/472930/6859921
h parsesound.h
#ifndef __PARSESOUND_H__
#define __PARSESOUND_H__
class ParseSoundV7
{
protected:
bool nonempty_msg;
public:
virtual void Parse_Sound(int time,char* SensoryInfo);
virtual void ProcessMs
www.eeworm.com/read/394529/8219683
bak
public void pause()
{
}
protected void hideNotify()
{
}
protected void showNotify()
{
}
// Destroys the thread
pub
www.eeworm.com/read/413844/11139923
h d3dsound.h
#include "Std.h"
#define MAX_SOUNDS 8
#define SOUND_NULL 0
#define SOUND_LOADED 1
typedef struct pcm_sound_typ
{
LPDIRECTSOUNDBUFF
www.eeworm.com/read/411801/11225885
h sdl_audioin_internal.h
/***************************************************************************
* Copyright (C) 2004 by Tyler Montbriand *
* tsm@accesscomm.ca
www.eeworm.com/read/411062/11258071
h iis.h
//====================================================================
// File Name : 2410iis.h
// Function : S3C2410
// Program : Shin, On Pil (SOP)
// Date : September 30, 2002
// Vers
www.eeworm.com/read/265659/11258637
c keyscan119.c
//**************************************************************/
/*键盘源程序,源文件名KEYSCAN.c。使用MPLAB C18 编译器。*/
//使用PIC18F6527高性能单片机
//*******************************************************