rnnoise-windows:这是一个RNNoise Windows演示。 对其进行了修改和重组,以便可以使用MSVC,VS2017,VS2019进行编译

上传者: 42097450 | 上传时间: 2024-04-27 19:05:22 | 文件大小: 1.86MB | 文件类型: ZIP
窗户 这是一个RNNoise Windows平台演示。 已对其进行了修改和重组,以便可以使用MSVC,VS2017,VS2019进行编译。 除此之外,该项目还具有对其他平台的cmake支持。 有什么变化 在文件中,有些代码./src/celt_lpc.c , ./src/pitch.c ,已被修改,使rnnoise可以在Windows平台上运行。 这些代码是用C99标准编写的,MSVC无法完全支持这些语言标准,例如VLA。 某些培训python脚本已进行了更改,以修复错误,并且易于使用。 用法: 您可以在vs项目Rnnoise-windows引用rnnoise_demo()函数以获取更多详细信息。 初始化rnnoise模块。 DenoiseState* pRnnoise = rnnoise_create( NULL ); 噪声帧处理和输出 for ( size_t n = 0 ;

文件下载

资源详情

[{"title":"( 43 个子文件 1.86MB ) rnnoise-windows:这是一个RNNoise Windows演示。 对其进行了修改和重组,以便可以使用MSVC,VS2017,VS2019进行编译","children":[{"title":"rnnoise-windows-master","children":[{"title":"rnnoise_windows","children":[{"title":"Rnnoise-windows.vcxproj <span style='color:#111;'> 9.99KB </span>","children":null,"spread":false},{"title":"Rnnoise-windows.vcxproj.filters <span style='color:#111;'> 3.11KB </span>","children":null,"spread":false},{"title":"rnnoise_demo.c <span style='color:#111;'> 5.06KB </span>","children":null,"spread":false},{"title":"CMakeLists.txt <span style='color:#111;'> 372B </span>","children":null,"spread":false}],"spread":true},{"title":"my_training","children":[{"title":"dump_rnn.py <span style='color:#111;'> 4.00KB </span>","children":null,"spread":false},{"title":"rnn_train.py <span style='color:#111;'> 5.34KB </span>","children":null,"spread":false},{"title":"bin2hdf5.py <span style='color:#111;'> 530B </span>","children":null,"spread":false},{"title":"midWeight2Final.py <span style='color:#111;'> 4.85KB </span>","children":null,"spread":false}],"spread":true},{"title":"Rnnoise-windows.sln <span style='color:#111;'> 2.15KB </span>","children":null,"spread":false},{"title":"include","children":[{"title":"rnnoise.h <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false}],"spread":true},{"title":"resources","children":[{"title":"audio_in_with_noise_48k.wav <span style='color:#111;'> 1.31MB </span>","children":null,"spread":false},{"title":"speech_with_car_noise_48k.wav <span style='color:#111;'> 630.94KB </span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":"denoise_training <span style='color:#111;'> 288.55KB </span>","children":null,"spread":false},{"title":"pitch.h <span style='color:#111;'> 4.57KB </span>","children":null,"spread":false},{"title":"tansig_table.h <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false},{"title":"rnn_data.c <span style='color:#111;'> 415.16KB </span>","children":null,"spread":false},{"title":"kiss_fft.h <span style='color:#111;'> 6.20KB </span>","children":null,"spread":false},{"title":"_kiss_fft_guts.h <span style='color:#111;'> 5.87KB </span>","children":null,"spread":false},{"title":"compile.sh <span style='color:#111;'> 138B </span>","children":null,"spread":false},{"title":"denoise.c <span style='color:#111;'> 18.02KB </span>","children":null,"spread":false},{"title":"opus_types.h <span style='color:#111;'> 4.84KB </span>","children":null,"spread":false},{"title":"common.h <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"rnn_train.py <span style='color:#111;'> 2.00KB </span>","children":null,"spread":false},{"title":"rnn.c <span style='color:#111;'> 6.04KB </span>","children":null,"spread":false},{"title":"rnn.h <span style='color:#111;'> 2.16KB </span>","children":null,"spread":false},{"title":"celt_lpc.h <span style='color:#111;'> 1.99KB </span>","children":null,"spread":false},{"title":"kiss_fft.c <span style='color:#111;'> 16.54KB </span>","children":null,"spread":false},{"title":"rnn_reader.c <span style='color:#111;'> 5.07KB </span>","children":null,"spread":false},{"title":"rnn_data.h <span style='color:#111;'> 545B </span>","children":null,"spread":false},{"title":"celt_lpc.c <span style='color:#111;'> 7.80KB </span>","children":null,"spread":false},{"title":"CMakeLists.txt <span style='color:#111;'> 400B </span>","children":null,"spread":false},{"title":"arch.h <span style='color:#111;'> 7.45KB </span>","children":null,"spread":false},{"title":"pitch.c <span style='color:#111;'> 14.04KB </span>","children":null,"spread":false}],"spread":false},{"title":"unittest-tool","children":[{"title":"unittest_helper.h <span style='color:#111;'> 4.76KB </span>","children":null,"spread":false},{"title":"wavfile_demo.c <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 154B </span>","children":null,"spread":false},{"title":"dr_wav.h <span style='color:#111;'> 169.36KB </span>","children":null,"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'> 4.22KB </span>","children":null,"spread":false},{"title":"CMakeLists.txt <span style='color:#111;'> 142B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 5.53KB </span>","children":null,"spread":false},{"title":"rnnoise_training","children":[{"title":"rnnoise-training.vcxproj.filters <span style='color:#111;'> 2.66KB </span>","children":null,"spread":false},{"title":"rnnoise-training.vcxproj <span style='color:#111;'> 8.29KB </span>","children":null,"spread":false}],"spread":true},{"title":".gitattributes <span style='color:#111;'> 2.46KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明