搜索资源列表
Play3DSound
- 一个多功能的音乐播放程序,不上播放WAV文件,还加了各种3D效果,调整低声等功能-a versatile music player, not player WAV files, plus a variety of 3D effects, such as functional adjustment snickering
CE playSond
- 用C#开发PDA里怎样播放WAV声音,其中要调用CoreDll.dll档的共公类部分-C# development PDA how to play WAV sound, which must be called CoreDll.dll stalls were part of the public category
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
SoundTest
- WM 6.0 播放声音源码,支持.wav格式-C# play music,support .wav file
Speaker
- C#使用dll实现播放声音文件的功能 可以模仿wav文件-C# using the dll functions for playing sound files wav files can be imitated
bofangwavgeshishengyin
- c# 源文件 源代码 播放WAV声音文件 播放音频格式文件-c# source file the source code play WAV sound files play audio format
20040628cshengyinziyuan
- 再VC的环境下用playsound函数播放*.wav的波形文件-VC environment and then use the playsound the wave functions to play*. wav file
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.
PlayApparatus
- e族听听软件的主要功能是播放MP3、WAV、AVI、DAT、RM、RMVB格式的文件,可以将单个播放文件及整个文件夹中的播放文件添加到列表中,并可以实现歌词滚动的效果。-e family to hear the main functions of the software to play MP3, WAV, AVI, DAT, RM, RMVB format file, play the file in the single player files and entire folders can
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
PutonghuaPP
- 声音文件的播放,普通话,wav,mp3等文件-Sound file playback, Mandarin, wav, mp3 and other files. .
RecordBeta1.0
- 本WAV录音控件主要实现简单的Wave波形声音录制和回放的功能,在Windows下,音频函数有多种类型,本ActiveX控件的制作是基于低级音频函数和多媒体设备I/O来实现音频设备的输入和输出,控件提供了录音、停录、播放、暂停、停止的接口,来使得外部程序调用该接口实现WAV音频的录制和播放功能。-The main achievement of the WAV audio controls Simple Wave wave sound recording and playback function
Sound
- c#音频播放代码,添加项后 例如要播放 NandFlash目录下的1.wav文件 调用 Sound sound = new Sound("NandFlash\\1.wav") sound.Play() -c# audio playback code, for example, after adding items to play NandFlash directory 1.wav file called Sound sound = new Sound ("
SimpleMediaPlayer
- C#源码使用Windows内置组件Windows MediaPlayer实现的播放器,支持VCD文件(*.dat)|*.dat|Audio文件(*.avi)|*.avi|WAV文件 (*.wav)|*.wav|MP3文件 (*.mp3等文件的播放,依赖于AxInterop.MediaPlayer.dll和Interop.MediaPlayer.dll两个文件,因此在C#代码方面,比较简洁,有兴趣的可下载源码参考-C# código fuente con los componentes integ
myPlayer
- C#控件编程编写多媒体程序,实现播放mp3,avi,WAV,cd等基本文件格式的功能。-Written in C# controls programming multimedia programs for playing mp3, avi, WAV, cd and other basic file formats.
media
- 播放MP3/wav等格式音乐,包括对各控件的使用说明。-Play MP3/wav format music. Includes instructions for each control
WPF_mediaplay_playlist
- 1. 播放功能模块:实现对WAV、MID、MP3、WMV、AVI等格式的多媒体文件的播放功能。 2. 文件加载系统:实现播放列表加载多个多媒体文件、自定义播放顺序等功能。 3. 文件播放系统:实现连续播放、记忆播放、播放/暂停、停止等功能。-1 playback module: playback of WAV, MID, MP3, WMV, AVI and other formats of multimedia files. 2 file loading syst
MP3ToWav
- 实现播放音乐 MP3转wav 快进后退-MP3 music playback to achieve fast forward back to wav
wav_save
- 用于生成wav文件的代码,可以打开wav文件,播放,暂停等功能。-this software is use for open xx.wav file, and pause, play function included.
NAudioPractice1
- 我参考官方示例简单封装了一个BSoundPlayer类,这个WAV播放类的特点: 1、简单易用,声明一个对象,指定文件路径,Play(),Stop()就可以了,支持调整音量,同时可以输出音频文件总时间,当前播放时间 2、同一个对象在播放完毕(或者手动停止)之前无法再次播放 3、不同对象可以同时播放 4、每次播放完毕,自动释放资源 这个类最大的缺点就是在播放结束之前不能再次播放,对于按钮快速点击声音这样的需求不能满足,但是可以用来播放时间比较长的背景音乐,与System.Med