Welcome![Sign In][Sign Up]
Location:
Search - wav

Search list

[Windows Develop50842498C(1)

Description: 万水的软件示例,《Visual C++案例开发》源代码包括:API绘图小例程,WAV文件操作小例程,换肤程序小例程,网络对聊小例程,用户信息管理小例程,注册表操作小例程.-software 10,000 water samples, "Case Development Visual C" source code include : small graphics API routines, WAV file manipulation routines small, small Eurocargo routine procedure, a small network of little routines, user information management routines small, registry operators of small routines.
Platform: | Size: 8342528 | Author: 明日 | Hits:

[Windows Develop实现音频文件的播放

Description: 本程序实现音频文件的播放;单声道录音、立体声录音并保存为.wav文件;枚举系统中的声卡显示在下拉列表中供用户选择。   指定声道录音的功能我仍然没有实现,若有朋友知道实现方法敬请告知(chrys@163.com)我的实现方法是:先录制立体声的.wav文件,然后再将声道提取出来,分别保存为左声道的.wav文件和右声道的.wav文件,方法虽然笨,但也是没办法了。 -the program audio player; Mono audio, stereo recording and save. Wav file; Enumeration System of the card shows the drop-down list for users to select. Designated channel recording function, I still did not materialize, if my friends to know that this method Comments (chrys@163.com) I realize is : the first stereo recording. wav file and then re-channel extracted, kept separate from the left channel. wav files and the right channel. wav file, though stupid, but it is also not a solution.
Platform: | Size: 15360 | Author: lf | Hits:

[Button control播放WAV声音

Description:
Platform: | Size: 2308096 | Author: | Hits:

[Multimedia DevelopHwAudioRec

Description: 直接压缩成mp3的录音机程序,录音过程中不需要产生.wav文件,边录音边压缩,处理速度快,节约磁盘空间,尤其对长时间录音非常合理。本程序可以录制单声道、立体声、左声道、右声道的语音。录音和播放过程中都有实时的波形显示。特别感谢我的好朋友李志刚的指点,由于他的提醒,我从使用mciSendXXX()改用waveInXXX()。-directly into compressed MP3 recorders procedures, the process of recording have not. Wav file, while recording edge compression, fast processing speed and save disk space, especially for long recording very reasonable. This procedure can record mono, stereo, left channel, right channel voice. Recording and playback process have real-time waveform display. Special thanks to my good friend, Li Zhigang's instructions, he reminded, I use mciSendXXX () switch waveInXXX ().
Platform: | Size: 310272 | Author: 谢红伟 | Hits:

[Otherlongwavpro

Description: wav文件的切割程序,将一个大wav切成若干小文件-cutting procedures, a large wav file into several small
Platform: | Size: 110592 | Author: 赵培 | Hits:

[Multimedia Developcswavplay_src

Description: C#编写的wav播放器源码,摘自codeproject-C# prepared by the wav player source, extracted from codeproject
Platform: | Size: 12288 | Author: 唐唐 | Hits:

[Multimedia Develop简单的媒体播放器(czy)

Description: 本章实现了一个简单的媒体播放器,该媒体播放器可以播放Wav和CD光盘。本章主要介绍多媒体相关知识。包括DirectX SDK进行多媒体开发,对混合器设备进行操作和访问,对音量进行获取与设置,播放Wav文件,打开和关闭CD设备,对CD进行播放、停止、前进、后退操作等。-chapter achieve a simple media player, the media player that can play CD and Wav. This chapter introduces multimedia related knowledge. DirectX SDK include multimedia development, the mixer equipment operation and visit, for access to the volume and settings, players Wav document, open and close CD equipment, a CD player, stop, forward, back operation.
Platform: | Size: 1169408 | Author: chen | Hits:

[Multimedia DevelopClassWav

Description: 标准Wav文件生成器.用户可以利用该接口,把自己的数据转换为可以听到的声音.-standards Wav file generator. Users can use the interface, his conversion of data can hear voices.
Platform: | Size: 2048 | Author: 柳礼蔷 | Hits:

[Voice CompressWavPlayer

Description: to show the waveform of audio file and play it on computer Purpose: Familiar with WAV file format and UI design It should have the following functions: Provide a Graphic User Interface for user to browse the file system and select one WAV file Show the waveform of input audio signal Play the selected WAV file Print the parameters of WAV file such as sampling rate, bit-depth, etc-to show the waveform of audio file and play i t on computer Purpose : Familiar with WAV file format and UI design It sh ould have the following functions : Provide a Graphic User Interface for user to bro need the file system and select one WAV file Show t he waveform of input audio signal Play the selec ted WAV file Print the parameters of WAV file suc h as sampling rate, bit-depth, etc.
Platform: | Size: 205824 | Author: 王嘉宁 | Hits:

[Audio programwavereader_matlab

Description: 提供GUI界面让用户能选择读取一个wav文件,并查看相关的信息,如采样率、比特深度 -provide GUI interface to let users can choose to read a wav file, and view relevant information, such as sampling rate, bit depth
Platform: | Size: 56320 | Author: 王嘉宁 | Hits:

[Multimedia DevelopCD抓原始数据

Description: 本程序能将CD中的数据抓下来保存成WAV文件,为以后的编码打下基础,希望能对初学的人有帮助-CD of this program can grasp the data down into WAV files preserved for future coding lay the groundwork, in hopes of learning who help
Platform: | Size: 23552 | Author: 陈中 | Hits:

[Multimedia DevelopPCM2ADPCM编码

Description: 这是一个WAV到IMAADPCM转换的小DEMO,读者能够根据程序中的算法,编写出解码的算法,小程序,抛砖引玉-This is a WAV IMAADPCM conversion to a small DEMO. readers can follow the procedures of the algorithm, to prepare the decoding algorithm, small programs, congregate
Platform: | Size: 30720 | Author: 陈中 | Hits:

[Windows Developcpr2mp3rcdr

Description: 直接压缩成mp3的录音机程序,录音过程中不需要产生.wav文件,边录音边压缩,处理速度快,节约磁盘空间,尤其对长时间录音非常合理。本程序可以录制单声道、立体声、左声道、右声道的语音。录音和播放过程中都有实时的波形显示。-directly into compressed MP3 recorders procedures, the process of recording have not. Wav file, while recording edge compression, fast processing speed and save disk space, especially for long recording very reasonable. This procedure can record mono, stereo, left channel, right channel voice. Recording and playback process have real-time waveform display.
Platform: | Size: 149504 | Author: 望打开 | Hits:

[Multimedia DevelopVisualCshejibofangqi

Description: VC6.0可谓是微软的王牌产品,它以强大的功能而赢得了广大程序员的爱好。而用VC的AppWizard、ClassWizard和其中的各种控件可以方便地建立应用程序。 本文就介绍用VC6.0自带的一个ActiveX控件----ActiveMovieControl Object,来建立自己的多媒体播放器。此多媒体具有一般的播放功能,能播放*.mp3,*.wma,*.mdi,*.wav,*.avi,*.dat等文件,还有Repeat功能-VC6.0 is Microsoft's flagship product, which features a powerful and won the majority of programmers love. Using VC+5.0, ClassWizard, and the various controls which can easily build applications. This paper introduces a VC6.0's own ActiveX Object-ActiveMovieControl to build their own multimedia players. This is a general multimedia player, which will be available*. mp3,*. wma,*. MDI,*. wav,*. avi,*. dat documents, Repeat function
Platform: | Size: 11264 | Author: sun | Hits:

[Multimedia Developwavadvancecode

Description: WAV文件的波形、频谱,非常不错-WAV files waveforms, spectrum, very good.
Platform: | Size: 14336 | Author: lzh | Hits:

[Multimedia Developsnack2[1].2.1.tar

Description: Snack声音扩展增加了用于声音播放/录音和声音可视化的命令,如波形和声谱图。它支持内存声音对象,基于文件的音频,音频流,WAV, AU, AIFF, 和MP3文件格式,同步和异步播放。 -Snack voice for the expansion of a broadcast voice/voice recording and visual orders, such as acoustic wave spectra. It supports voice memory object, file-based audio, streaming audio, WAV, AU, AIFF, and the MP3 file format, synchronous and asynchronous broadcast.
Platform: | Size: 1183744 | Author: 沈新宇 | Hits:

[Multimedia Developrecordwav

Description: WAV录音机,可以时刻录音,时刻暂停,继续录音,功能比较齐全-WAV recorder, recording time can always be suspended, to continue recording more complete function
Platform: | Size: 39936 | Author: 大毛 | Hits:

[Audio programWaveCtrl_demo

Description: 提供显示wav文件波形的类,可以用来显示wav文件的波形.-provide waveform display wav file a class can be used to display the waveform wav file.
Platform: | Size: 36864 | Author: 张志同 | Hits:

[Multimedia DevelopTC_wave_play

Description: TC下播放WAV文件 -broadcasting WAV files
Platform: | Size: 53248 | Author: 蒋铃锋 | Hits:

[Multimedia Develop3232232

Description: WAVE音频编辑源代码,Wav文件画图,画出WAV文件的波形图,已经试过,可以使用。-WAVE audio editing source code, Wav file drawing to depict the WAV files to the waveform, has tried to use them.
Platform: | Size: 825344 | Author: | Hits:
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »

CodeBus www.codebus.net