搜索资源列表
alsa-utils-1.0.24.2.tar
- 嵌入式linux开发中用于测试ALSA音频驱动的小工具,需要经过交叉编译后,生成多个二进制文件,可用于录音、播放.wav文件。-Embedded linux development ALSA audio driver for testing the gadget, to go through cross-compiled to generate multiple binary files, can be used for recording, playback. Wav files.
ChangeVoiceDemo
- 这是利用网上的一个dirac的库制作的变声代码,可以实现变速不变调,变频,调整振幅来对变频产生的破音等进行修复。里面的声音是本人随意录的一段,可以随意换声文件,缺点是只支持wav和aif格式的,而且是写文件,不是操作二进制流,效率方面存在问题。其它的还是挺可以的.-This is a dirac library production use of the Internet changed the sound code, you can achieve variable speed to the
Recorder
- 简单的媒体控件引用,可以录制和播放wav格式文件。其中的创新点是,含有资源文件进行二进制读取并写成基本的音频文件,再利用进行录音。-Simple media controls reference, you can record and play wav files. One innovation is that the binary file containing resources to read and write basic audio files, re-use of sound rec
amr_dll
- Converts a binary file to a wav file. Used in audio signal processing
AAC_Encoder_with_MATLAB
- AAC编码器的matlab实现,可以导出AAC编码中间过程的系数-Usage: Take a wav file (44100, Mono) and name it as original_input.wav or change name in main_aacencoder.m. 1. Open the file main_aacencoder.m to encode original_input.wav in ADTS AAC format. 2. Run the f
wavTransform
- 将wav文件从十进制转换成二进制,再从二进制转换回去-tansform a wav file from decimal to binary and reverse the process
PCMConvert
- PCM文件:模拟音频信号经模数转换(A/D变换)直接形成的二进制序列,该文件没有附加的文件头和文件结束标志。Windows的Convert工具可以把PCM音频格式的文件转换成Microsoft的WAV格式的文件。-PCM files: analog audio signal by the analog to digital conversion (A/D transformation) direct the formation of binary sequences, it did not at
Read_Wav
- 1:运行Read_Wav.exe文件,在弹出的对话框"打开文件转换"按钮选择需要转换的wav格式文件; 2:文件转换完后,在源文件路径下会生成相应的二进制文件".dat",并且会在程序界面上会显示Wav文件的相应文件信息。 3:生成的.dat文件中的二进制数据是从Wav文件data数据开始的二进制,不包括Wav文件的文件头信息。 -1: Run Read_Wav.exe files, in the pop-up dialog box to open the file conversi
bin to wav converter
- converter of general binary files to wav files for DACs.
changevoicedemo
- C语言仿写iPhone IOS汤姆猫变声源代码,利用网上的一个dirac的库制作的变声代码,可以实现变速不变调,变频,调整振幅来对变频产生的破音等进行修复。里面的声音是本人随意录的一段,可以随意换声文件,缺点是只支持wav和aif格式的,而且是写文件,不是操作二进制流,效率方面存在问题。其它的还是挺可以的。-C language parodies the iPhone IOS Tom Cat change the sound source code, the use of an online d
writefile
- 把wav文件的二进制码转成原始的wav文件,代码放在media_resource.h 文件的数组中。-Wav file to binary code into the original wav file, the code is placed media_resource.h file array.
WaveFileParser
- A WAV file is binary file in the RIFF format, RIFF format enables the user to haev multiple information in the same file which can either be used or not. The information is stored in chunks, each chunk have its type (4 chars) and side (dword) s