搜索资源列表
resample-v1.0.0.40.tar
- 采样率转换代码,用多相滤波器实现了音频的抽取、插值与分数倍速重采样, 尤其是分数倍重采样是现在大部分采样率转换代码中没有的,该代码对三种方式都提供了例子代码供参考-resample, decimate and interp audio samples
EnAndDeCode
- 基于C#的,音频声道切换、重采样、IMAADPCM、DVIADPCM、G726编解码 纯原创,带完整测试用例-C#-based, audio channel switching, resampling pure originality IMAADPCM DVIADPCM G726 programmed decoding with a complete test case
libinterp-0.1.0.tar
- libinterp是一个很小的库,实时数据插值,特别是集中在重采样的声音。-libinterp is a tiny library for real-time data interpolation, especially focused on sound resampling.
change_voice0.2
- 变声 重采样实现变声不变速,重采样实现变声不变速-change voice
resample
- 重采样(升采样、降采样),含测试音频文件,大家一起交流下,-resample technology(upsample/downsample),include wav test audio file
libSamplerate
- 在测试了ffmpeg,speex,系统acm,webrtc的音频重采样效果后,发现webrtc的质量最高,能保留更多真实信号,这对语音重采样很重要(如AEC),但是webrtc重采样的提取非常困难,并且存在不按倍数或一定比率重采样会构建失败的问题,这里提交的重采样器,效果仅次于webrtc,对于非特殊场合(不需要双工通话消除回声),都能达到很高的水平,推荐使用。-In testing the ffmpeg, speex, system acm, after webrtc audio resamp