matlab语音分帧代码-mex-webrtcvad:WebRtcVAD模块的MATLAB包装器

上传者: 38505158 | 上传时间: 2025-09-29 14:52:03 | 文件大小: 90KB | 文件类型: ZIP
matlab语音分帧代码 mex-webrtcvad 这是语音活动检测 (VAD) 模块的 MATLAB 可执行文件 (mex) 包装器。 获取二进制文件 下载最新版本 (或从代码编译) 运行make.m 如何使用 % Init mexwebrtcvad('Init'); % Set VAD aggressiveness vadAggr = 2; mexwebrtcvad('SetMode', vadAggr); % set 30ms frame length at 8kHz frameLen = 240; sampleRate = 8000; % Create dummy audio signal (16bit) numFrames = 100; audioSignal = int16( (rand(numFrames * frameLen, 1) - 0.5) * (2^15-1) ); % Process frames in loop for i=1:numFrames % Process one frame mvadOut(i) = mexwebrtcvad('Process'

文件下载

资源详情

[{"title":"( 49 个子文件 90KB ) matlab语音分帧代码-mex-webrtcvad:WebRtcVAD模块的MATLAB包装器","children":[{"title":"mex-webrtcvad-master","children":[{"title":".gitignore <span style='color:#111;'> 47B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 1.15KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"make.m <span style='color:#111;'> 3.38KB </span>","children":null,"spread":false},{"title":"mexwebrtcvad.cpp <span style='color:#111;'> 7.39KB </span>","children":null,"spread":false},{"title":"webrtc","children":[{"title":"common_audio","children":[{"title":"signal_processing","children":[{"title":"cross_correlation.c <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":"complex_bit_reverse.c <span style='color:#111;'> 4.29KB </span>","children":null,"spread":false},{"title":"vector_scaling_operations.c <span style='color:#111;'> 4.80KB </span>","children":null,"spread":false},{"title":"resample_by_2_internal.c <span style='color:#111;'> 20.14KB </span>","children":null,"spread":false},{"title":"resample_fractional.c <span style='color:#111;'> 7.66KB </span>","children":null,"spread":false},{"title":"complex_fft_tables.h <span style='color:#111;'> 9.01KB </span>","children":null,"spread":false},{"title":"resample_48khz.c <span style='color:#111;'> 5.70KB </span>","children":null,"spread":false},{"title":"include","children":[{"title":"real_fft.h <span style='color:#111;'> 4.07KB </span>","children":null,"spread":false},{"title":"signal_processing_library.h <span style='color:#111;'> 58.31KB </span>","children":null,"spread":false},{"title":"spl_inl.h <span style='color:#111;'> 5.22KB </span>","children":null,"spread":false}],"spread":false},{"title":"resample_by_2_internal.h <span style='color:#111;'> 2.19KB </span>","children":null,"spread":false},{"title":"dot_product_with_scale.cc <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"dot_product_with_scale.h <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"complex_fft.c <span style='color:#111;'> 9.63KB </span>","children":null,"spread":false},{"title":"energy.c <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"spl_init.c <span style='color:#111;'> 4.50KB </span>","children":null,"spread":false},{"title":"get_scaling_square.c <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"downsample_fast.c <span style='color:#111;'> 2.45KB </span>","children":null,"spread":false},{"title":"division_operations.c <span style='color:#111;'> 3.44KB </span>","children":null,"spread":false},{"title":"min_max_operations.c <span style='color:#111;'> 5.37KB </span>","children":null,"spread":false},{"title":"spl_inl.c <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"spl_sqrt.c <span style='color:#111;'> 4.94KB </span>","children":null,"spread":false}],"spread":false},{"title":"third_party","children":[{"title":"spl_sqrt_floor","children":[{"title":"spl_sqrt_floor.c <span style='color:#111;'> 2.36KB </span>","children":null,"spread":false},{"title":"spl_sqrt_floor.h <span style='color:#111;'> 903B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"vad","children":[{"title":"vad_sp.c <span style='color:#111;'> 5.73KB </span>","children":null,"spread":false},{"title":"vad_gmm.c <span style='color:#111;'> 2.97KB </span>","children":null,"spread":false},{"title":"include","children":[{"title":"webrtc_vad.h <span style='color:#111;'> 3.03KB </span>","children":null,"spread":false}],"spread":true},{"title":"vad_filterbank.h <span style='color:#111;'> 1.84KB </span>","children":null,"spread":false},{"title":"vad_gmm.h <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"webrtc_vad.asv <span style='color:#111;'> 2.92KB </span>","children":null,"spread":false},{"title":"vad_core.c <span style='color:#111;'> 25.61KB </span>","children":null,"spread":false},{"title":"vad_sp.h <span style='color:#111;'> 2.01KB </span>","children":null,"spread":false},{"title":"vad_filterbank.c <span style='color:#111;'> 13.73KB </span>","children":null,"spread":false},{"title":"vad_core.h <span style='color:#111;'> 3.75KB </span>","children":null,"spread":false},{"title":"webrtc_vad.c <span style='color:#111;'> 3.01KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"typedefs.h <span style='color:#111;'> 4.70KB </span>","children":null,"spread":false},{"title":"system_wrappers","children":[{"title":"include","children":[{"title":"cpu_features_wrapper.h <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"rtc_base","children":[{"title":"system","children":[{"title":"arch.h <span style='color:#111;'> 1.90KB </span>","children":null,"spread":false},{"title":"inline.h <span style='color:#111;'> 827B </span>","children":null,"spread":false}],"spread":true},{"title":"numerics","children":[{"title":"safe_compare.h <span style='color:#111;'> 6.48KB </span>","children":null,"spread":false}],"spread":true},{"title":"sanitizer.h <span style='color:#111;'> 4.27KB </span>","children":null,"spread":false},{"title":"compile_assert_c.h <span style='color:#111;'> 932B </span>","children":null,"spread":false},{"title":"type_traits.h <span style='color:#111;'> 4.06KB </span>","children":null,"spread":false},{"title":"checks.cc <span style='color:#111;'> 4.71KB </span>","children":null,"spread":false},{"title":"checks.h <span style='color:#111;'> 15.31KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true}]

评论信息

免责申明

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