代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/113668/6126987
h soundprovider_recorder_oss.h
/* $Id: soundprovider_recorder_oss.h,v 1.5 2003/10/14 15:52:13 mbn Exp $
**
** ClanLib Game SDK
** Copyright (C) 2003 The ClanLib Team
** For a total list of contributers see the file CREDITS
www.eeworm.com/read/251886/6336124
h fft.h
/* fft.h: Header for iterative implementation of a FFT
* Copyright (C) 1999 Richard Boulton
*
* This program is free software; you can redistribute it and/or modify
* it u
www.eeworm.com/read/231526/14228257
lsp system.lsp
; system.lsp -- machine/system-dependent definitions
;; default behavior is to call SETUP-CONSOLE to get large white typescript
;;
;; set *setup-console* to nil in your personal init.lsp to override
www.eeworm.com/read/121010/14775807
c sealintf.c
#include "osd.h"
int seal_sample_rate = 44100;
int seal_sound_card = -1;
HAC hVoice[NUMVOICES];
LPAUDIOWAVE lpWave[NUMVOICES];
AUDIOINFO info;
AUDIOCAPS caps;
int c[MAX_STREAM_CHANNE
www.eeworm.com/read/213086/15142789
m water_in4.m
clear all
%水印嵌入程序
%读取掩护媒体
% audio_name='D:\sound\钢琴曲 - 少女的祈祷.wav';
% audio_name='D:\sound\大地.wav';
audio_name='D:\sound\001.wav';
[y,fs,br]=wavread(audio_name);
%若掩护媒体为双声道则取第一个声道,在audio中嵌入水印
www.eeworm.com/read/160611/5568660
h avg.h
sound_type snd_make_avg(sound_type s, long blocksize, long stepsize, long op);
sound_type snd_avg(sound_type s, long blocksize, long stepsize, long op);
/* LISP: (snd-avg SOUND FIXNUM FIXNUM FIXNU
www.eeworm.com/read/160611/5568754
h areson.h
sound_type snd_make_areson(sound_type input, double hz, double bw, int normalization);
sound_type snd_areson(sound_type input, double hz, double bw, int normalization);
/* LISP: (snd-areson SOUND
www.eeworm.com/read/160611/5568762
c scale.c
#include "stdio.h"
#ifndef mips
#include "stdlib.h"
#endif
#include "xlisp.h"
#include "sound.h"
#include "falloc.h"
#include "cext.h"
#include "scale.h"
void normalize_free();
typedef struct norm
www.eeworm.com/read/160611/5568773
alg exp.alg
(EXP-ALG
(NAME "exp")
(ARGUMENTS ("sound_type" "in"))
(ALWAYS-SCALE in)
(START (MIN in))
(INNER-LOOP "output = (sample_type) exp(in)")
(TERMINATE (MIN in))
(LOGICAL-STOP (MIN in))
)
www.eeworm.com/read/160611/5568849
h ifft.h
sound_type snd_make_ifft(time_type t0, rate_type sr, LVAL src, long stepsize, LVAL window);
sound_type snd_ifft(time_type t0, rate_type sr, LVAL src, long stepsize, LVAL window);
/* LISP: (snd-iff