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

Search list

[Other resourcesound

Description: 其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open(\"/dev/dsp\", O_RDWR) ,则无法录音和回放。只能分别设置RDONLY和WRONLY。即半双工方式。否则,就是在录音的时候可以听见,但是无法回放。分析下来似乎是IIC总线中只分配了一个通道给声卡,或者是只启用了一个通道,所以无法录音和放音同步进行。解决方法就是分别以RDONLY方式打开进行录音和WRONLY方式打开进行放音。 Sound1.c用于将录音保存在test.wav文件中,并利用cast test.wav > /dev/sound/dsp回放文件。此处需要注意的是,录音频率必须是44100才能正确回放。否则就会出现类似快放的效果。分析应该是cast方式利用了dsp的默认播放频率44100,所以如果录音的时候低于这个频率,这放的时候就会快放。 此外,设置采样率的时候必须设置成16bit,否则会提示出错。原因尚不知道,估计是与声卡有关。
Platform: | Size: 3051 | Author: 杨浩 | Hits:

[WinSock-NDISRtspSvr

Description: 一个rtsp服务器,监听的为554端口.支持rtsp协议,其中还包含了媒体的sdp协议,可以实现客户端远程播放目录下的test.wav文件,在VC工程下直接可以编译,运行
Platform: | Size: 239434 | Author: chengsong | Hits:

[Multimedia programwaverecord2.0

Description: wave recording use call back function and sample for call back window second method, then save to test.wav..easy to use.常因工作在網上找了很多人的source code 最近只要工作之餘我也會寫些好程式 給大家參考用,好心有好報lo password jessestone email:fatalfeel@hotmail.com
Platform: | Size: 57485 | Author: 小誠\ | Hits:

[Web Serverrandsound

Description: 应该会让很多网友开心,因为这是一个无须使用SSI的随机音乐程式,支援*.mid以及*.wav档,至于能不能支援*.ra或*.ram........等等?这要各位网友自己去测试了,如果有了结果记得要通知我喔!^_^-many netizens would be happy, because it is not necessary to use a random SSI music programs, and support*. mid*. wav stalls, they can support*. ra, or*. ram ........ and so forth? How are you this to themselves to the test, if the result I have to remember to notice! ^ _ ^
Platform: | Size: 2048 | Author: 田可峰 | Hits:

[Multimedia DevelopWAVStereo2Mono

Description: 从立体声的wave文件中分别提出左声道和右声道的声音数据,并分别保存到两个单独的单声道wave文件中。 封装了一个类,且有详细的测试代码。 涉及到wave文件格式的剖析、多媒体文件的操作、wave文件的生成等各方面的编程技巧。-wave from the stereo proposed document left channel and right channel voice data, and kept separate into two separate mono wave files. Packaging of a class, but a detailed test code. Documents relating to the format of the wave analysis, multimedia documents, the operation wave document generation in the areas of programming skills.
Platform: | Size: 1910784 | Author: 谢红伟 | Hits:

[Voice Compresstest_adpcm

Description: adpcm编码源代码,加测试程序,可以直接运行-mode coding source code, and test procedures can be run directly
Platform: | Size: 182272 | Author: 孙蕾 | Hits:

[Audio programraw-wave-lib-v0.1

Description: raw-wave-lib:一个非常好的wav文件读写的库,包含测试文件。在Linux/windows下运行良好。使用C语音书写-raw-wave-lib : a very good wav file reader of the library, including test paper. Linux/windows running good. Speech writing C
Platform: | Size: 4096 | Author: granite | Hits:

[Other Embeded programMP3playerCORD

Description: 本程序是MP3的解码程序,可以用VC编译或者用GNU编译,可以运行在PC机上。 本程可以MP3文件解压为WAV文件 TEST 中的代码可以播放WAV文件 有兴趣的朋友可以把这段mp3程序移植到开发板上,这样就可以用开发板播放MP3了-MP3 decoding procedures that can be used with VC or GNU compiler compiler. can run on the PC. The process can decompress MP3 to WAV TEST document of the code can be broadcast WAV documents are interested friends this can be transplanted to mp3 development board, we can develop with the board to broadcast MP3
Platform: | Size: 148480 | Author: 饶敏 | Hits:

[Speech/Voice recognition/combineVAD_2

Description: 该程序是AMR-WB+声码器中的VAD(Voice Activity Detection)程序.测试时使用8kHz采样率,16bit量化的wav文件. -AMR-WB Vocoder the VAD (Voice Activity Dete ction) program. test the use of 8 kHz sampling rate and 16bit wav quantify the document.
Platform: | Size: 43008 | Author: 赵璟 | Hits:

[SCM44b0aaaaaaaaaaaaaaaaaaaa

Description: 本程序是MP3的解码程序,可以用VC编译或者用GNU编译,可以运行在PC机上。 本程可以MP3文件解压为WAV文件 TEST 中的代码可以播放WAV文件 有兴趣的朋友可以把这段mp3程序移植到开发板上,这样就可以用开发板播放MP3了。-MP3 decoding procedures that can be used with VC or GNU compiler compiler. can run on the PC. The process can decompress MP3 to WAV TEST document of the code can be broadcast WAV documents are interested friends this can be transplanted to mp3 development board, we can develop with the board to broadcast MP3.
Platform: | Size: 1213440 | Author: kk | Hits:

[GDI-Bitmapdianlijiankong

Description: 一截取摄像头图像的简单测试程序主要减少了ezVidC60.ocx的使用方法。可以任意抓取图像和保存WAV格式文件。-an interception camera images simple test procedures will reduce the use of the side ezVidC60.ocx France. Arbitrary images can grasp and preserve WAV format.
Platform: | Size: 130048 | Author: | Hits:

[Multimedia Developdllhw_player

Description: 多媒体播放器封装类 使用mciSendXXX()函数播放多媒体文件,可以播放mp3,wav,cda,avi,asf,wmv,mpg等所有windows支持的文件,还可以直接播放CD 我已经封装好一个类,还有测试程序,程序很简单,源代码您可以直接使用-multimedia players use mciSendXXX Packaging category () function broadcast multimedia files, can play mp3, wav, cda, avi, asf, wmv, mpg windows all the support documents can also direct broadcast CD Packaging, I have a good class, There test procedure is very simple procedure, the source code you can directly use
Platform: | Size: 24576 | Author: wangning | Hits:

[mpeg mp3MP3_Coder(SDK)

Description: Help : 帮助文件。SDK : 开发包。Test : 配套测试程序。Convert : MP3->Wav转换的测试程序-Help : Help files. SDK : development kits. Test : supporting the test. Convert : MP3- "yes change testing procedures
Platform: | Size: 585728 | Author: 郭红波 | Hits:

[Embeded Linuxsound

Description: 其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open("/dev/dsp", O_RDWR) ,则无法录音和回放。只能分别设置RDONLY和WRONLY。即半双工方式。否则,就是在录音的时候可以听见,但是无法回放。分析下来似乎是IIC总线中只分配了一个通道给声卡,或者是只启用了一个通道,所以无法录音和放音同步进行。解决方法就是分别以RDONLY方式打开进行录音和WRONLY方式打开进行放音。 Sound1.c用于将录音保存在test.wav文件中,并利用cast test.wav > /dev/sound/dsp回放文件。此处需要注意的是,录音频率必须是44100才能正确回放。否则就会出现类似快放的效果。分析应该是cast方式利用了dsp的默认播放频率44100,所以如果录音的时候低于这个频率,这放的时候就会快放。 此外,设置采样率的时候必须设置成16bit,否则会提示出错。原因尚不知道,估计是与声卡有关。
Platform: | Size: 3072 | Author: 杨浩 | Hits:

[Multimedia Developtest

Description: 一个简单的播放器的编写源码,此多媒体具有一般的播放功能,能播放*.mp3,*.wma,*.mdi,*.wav,*.avi,*.dat等文件,还有Repeat功能。并附有说明文档-A simple preparation of player source, the multimedia playback functions with general can play*. mp3,*. wma,*. mdi,*. wav,*. avi,*. dat and other documents, as well as Repeat function . Accompanied by documentation
Platform: | Size: 3485696 | Author: zhengyang | Hits:

[Audio programwav-test

Description: 读取并且分析wav 格式的C 代码,非常清晰易懂,并有示例文件。-Wav format to read and analyze the C code, very clear and understandable, and there is sample file.
Platform: | Size: 26624 | Author: 何水富 | Hits:

[Embeded-SCM DevelopTest

Description: 为44B0的测试代码,可以测试蜂鸣器,IIS 播放WAV文件,USB点灯,按键,串行FLASH,IDE硬盘 LCD等。 0 : Please input a number 1 : Memory test 2 : Timer PWM test ( Beep ) 3 : IIC EEPROM test 4 : ADC test 5 : Download File by uart(DNW) 6 : IIS Play test(Please download *.wav by Uart first) 7 : PDIUSBD12 test 8 : LCD test Mono 9 : LCD test Mono printf string 10 : LCD test Grey 4 11 : LCD test Gray 16 12 : LCD test Color 256 13 : Interrupt test 14 : Get IDE information-Test code for the 44B0, you can test buzzer, IIS plays WAV files, USB lamps, buttons, serial FLASH, IDE hard drive LCD and other. 0: Please input a number 1: Memory test 2: Timer PWM test (Beep) 3: IIC EEPROM test 4: ADC test 5: Download File by uart (DNW) 6: IIS Play test (Please download*. wav by Uart first ) 7: PDIUSBD12 test 8: LCD test Mono 9: LCD test Mono printf string 10: LCD test Grey 4 11: LCD test Gray 16 12: LCD test Color 256 13: Interrupt test 14: Get IDE information
Platform: | Size: 1922048 | Author: 张俊 | Hits:

[Audio programwav音频测试用例

Description: 音频测试wav文件,可直接pcm播放,用于验证speaker或者headset功能。(for audio device function verification.)
Platform: | Size: 27487232 | Author: dongshengzou95 | Hits:

[Other0-9A-z语音文件WAV

Description: 0-9A-z语音文件WAV 可以作为测试音频用(The 0-9A-z voice file WAV can be used as a test audio)
Platform: | Size: 1045504 | Author: ttyyll_ | Hits:

[Otherwav音频测试用例

Description: wav测试用例,用于视音频开发。原生pcm(wav test pcm ffmepg development)
Platform: | Size: 28299264 | Author: Raymond999999 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net