搜索资源列表
Play3DSound
- 一个多功能的音乐播放程序,不上播放WAV文件,还加了各种3D效果,调整低声等功能-a versatile music player, not player WAV files, plus a variety of 3D effects, such as functional adjustment snickering
CSharpMediaPlay2005
- C#播放器。支持多种媒体格式。目前支持的文件格式有: 1.音频文件(aif aiff au mp2 mp3 mpa wav wma snd) 2.MIDI文件(mid midi rmi) 3.视频文件(avi dat m1v mov mpeg mpg qt wmv) 4.文本文件(*.lrc 件为歌词动态显示文件) -A Mediaplayer written by C#. It support many media stream format.such as aif a
Wavfileswillbeconvertedtomatfile
- 将wav文件转为mat文件,可以用作小波分析中的数据转换-Wav files will be converted to mat file, can be used as a wavelet analysis of the data conversion
RecShowWave
- 可以通过麦克风进行录音,生成wav文件,并可以播放录音文件并显示波形,有助于理解wav采样、波形生成等。-Through a microphone recording, generate the wav file, and can play the audio file and display waveform, to help understand wav samples, waveform generation.
PlayAVIMIDAndWAVCluster
- 这是一个C#与多媒体操作相关的程序,实现C#播放AVI、MID以及WAV文件,看了源代码,有一个小发现,原来C#定义私有函数的时候,还可以用中文哦,第一次见到,可能偶有点孤陋寡闻哦,C#高手莫笑哦-This is a C# and multimedia related to the operation of the program to achieve C# play AVI, MID and WAV files, read the source code, there is a small d
MyWAVtoMP3
- 国外的东西+WAV转MP3源代码.zip,国外的东西+WAV转MP3源代码.zip-installed in your path you must put the DLL included here (or other lame_enc.dll version) somewhere in your path in order for the projects presented here can work. See http://www.mp3dev.org/ for te
WaveInfo
- C#获取多媒体音乐文件wav的属性信息,创建只读文件流,读取到的文件属性信息示例如下: RIFF标志:RIFF 文件长度:190200 WAVE标志:WAVE fmt标志:fmt 过渡字节:16 格式类别:1 通道数:2 采样率:22050 波形音频数据传送速率:88200 数据块的调整数:4 每样本的数据位数:16 数据标记符:data 语音数据的长度:190164
CSharp
- 文本到语音功能,输入的文本输入框,将其转换为语音,并可以保存为wav格式的音频文件-The text into speech function, the input text input box, convert it to a voice, and can be saved as WAV format audio files
wav1pcm
- c#生成WAV转pcm的demo程序,一个简单的演示测试程序-c# generate WAV pcm turn the demo program, a simple demonstration test program
NAudioPractice1
- 我参考官方示例简单封装了一个BSoundPlayer类,这个WAV播放类的特点: 1、简单易用,声明一个对象,指定文件路径,Play(),Stop()就可以了,支持调整音量,同时可以输出音频文件总时间,当前播放时间 2、同一个对象在播放完毕(或者手动停止)之前无法再次播放 3、不同对象可以同时播放 4、每次播放完毕,自动释放资源 这个类最大的缺点就是在播放结束之前不能再次播放,对于按钮快速点击声音这样的需求不能满足,但是可以用来播放时间比较长的背景音乐,与System.Med