代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/154949/5630957
c oss.c
#include
#include
char *strdup();
#include
#include
#include
#ifdef IS_FBSD
#include "machine/soundcard.h"
#define DSP_DEVICE "/dev/dsp"
#
www.eeworm.com/read/395657/8162894
txt driver readme.txt
最近将UTU2440上的ALSA音频驱动折腾了出来,分享给大家!
我的邮箱是zhj8407@gmail.com 有什么问题大家可以相互讨论。
对了,大家如果使用到了该驱动(复制、修改等),望能保留GPL声明和作者信息。基本的职业道德嘛!
附件里面包含两个文件bitfield.h和s3c24xx-uda1341.c。
1. 将bitfied.h拷贝到目录include/asm-ar ...
www.eeworm.com/read/195003/8179887
h uisound.h
#ifndef _GUI_SOUND_H_
#define _GUI_SOUND_H_
#include
DLL_EXP(void) guiPenSound(void);
#endif
www.eeworm.com/read/294886/8195901
m nndsnd.m
function ss = nndsnd(i)
%NNDSND Neural Network Design utility function.
% NNDSND(i)
% i - index between 1 and 9.
% Plays sound number i.
%
% S = NNDSND(i)
% i - index between 1 and 9.
%
www.eeworm.com/read/393985/8252380
java fivechessconstants.java
public interface FiveChessConstants {
public static final int HORI_SPACE = 26;;
public static final int PANEL_WIDTH = 600;
public static final int CHESS_SQUARE = 40;
public static final int CH
www.eeworm.com/read/414972/11088945
readme
LTris
a tetris clone for Linux
by Michael Speck
********************
I. Requirements
II. Install
www.eeworm.com/read/414357/11119328
m nndsnd.m
function ss = nndsnd(i)
%NNDSND Neural Network Design utility function.
% NNDSND(i)
% i - index between 1 and 9.
% Plays sound number i.
%
% S = NNDSND(i)
% i - index between 1 and 9
www.eeworm.com/read/413561/11150650
txt speechdenoising.txt
clear
clc
%在噪声环境下语音信号的增强
%语音信号为读入的声音文件
%噪声为正态随机噪声
sound=wavread('c12345.wav');
count1=length(sound);
noise=0.05*randn(1,count1);
for i=1:count1
signal(i)=sound(i);
end
for i=1:count1
y(i)=
www.eeworm.com/read/411801/11225914
h audio_detect.h
/***************************************************************************
* Copyright (C) 2004 by Tyler Montbriand *
* tsm@accesscomm.ca
www.eeworm.com/read/148380/12470778
h gba.h
/*****************************\
* gba.h
* Original by eloist
* Modified by staringmonkey
* Modified by Uze
* Last modified on 29/11/2001
\*****************************/
///////////////////