Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
ohos_webrtc
/
resources
/
audio_processing
下载当前目录
zhong-luping
删除resource目录下多余的二进制文件
48f74023
创建于
2024年2月27日
历史提交
文件
最后提交记录
最后更新时间
agc
Merge audio_processing changes. R=aluebs@webrtc.org, bjornv@webrtc.org BUG= Review URL:
https://webrtc-codereview.appspot.com/32769004
git-svn-id:
http://webrtc.googlecode.com/svn/trunk@7893
4adac7df-926f-26a2-2b94-8c16560cd09d
11 年前
agc2
RNN VAD: GRU layer optimized Using
VectorMath::DotProduct()
in GatedRecurrentLayer to reuse existing SIMD optimizations. Results: - When SSE2/AVX2 is avilable, the GRU layer takes 40% of the unoptimized code - The realtime factor for the VAD improved as follows - SSE2: from 570x to 630x - AVX2: from 610x to 680x This CL also improved the GRU layer benchmark by (i) benchmarking a GRU layer havibng the same size of that used in the VAD and (ii) by prefetching a long input sequence. Bug: webrtc:10480 Change-Id: I9716b15661e4c6b81592b4cf7c172d90e41b5223 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/195545
Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Cr-Commit-Position: refs/heads/master@{
#32803
}
5 年前
conversational_speech
Conversational Speech dataset Publicly available dataset of conversational speech audio recordings. This CL includes the following: - README.md: dataset description file, it also includes the scripts - *.wav.sha1: hash files for each audio track in the dataset The overall size of the wav files is ~36MB. The primary intended use of this dataset is in combination with the conversational speech tool (see
https://chromium.googlesource.com/external/webrtc/+/master/webrtc/modules/audio_processing/test/conversational_speech/),
using which longer recordings with custom turn switch timing can be created. BUG=webrtc:7218 Review-Url:
https://codereview.webrtc.org/2869833002
Cr-Commit-Position: refs/heads/master@{
#18068
}
8 年前
test
删除resource目录下多余的二进制文件 Signed-off-by: zhongluping <278527840@qq.com>
2 年前
transient
resources/audio_processing: Removed unused test files Two files not used by any tests are removed. BUG= R=pbos@webrtc.org Review URL:
https://webrtc-codereview.appspot.com/32829004
git-svn-id:
http://webrtc.googlecode.com/svn/trunk@7900
4adac7df-926f-26a2-2b94-8c16560cd09d
11 年前
output_data_fixed.pb.sha1
Increased high frequency transparency Avoid excessive echo suppression in frequencies above 2 kHz when there is a dominant nearend. Calls with clock drift will not be affected by this change as they tend to have less accurate linear filters. Bug: webrtc:11985 Change-Id: Iddc628da5e2ba572c1b47acd87dd3be35260dca1 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/188580
Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{
#32533
}
5 年前
output_data_float.pb.sha1
AEC3: Changing the default for the use_conservative_tail_frequency_response flag. Bug: webrtc:13173 Change-Id: If53ca45b28690d7d2ed744508b5a2ef7c8448172 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/241783
Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Jesus de Vicente Pena <devicentepena@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#35561
}
4 年前
output_data_float_avx2.pb.sha1
AEC3: Changing the default for the use_conservative_tail_frequency_response flag. Bug: webrtc:13173 Change-Id: If53ca45b28690d7d2ed744508b5a2ef7c8448172 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/241783
Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Jesus de Vicente Pena <devicentepena@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#35561
}
4 年前
output_data_mac.pb.sha1
Delete voice_detection() pointer to submodule The new configuration path is via AudioProcessing::ApplyConfig and AudioProcessing::GetStatistics. ApmTest.Process passes with unchanged reference files if audio_processing_impl would initialize the VAD with VoiceDetection::kLowLikelihood instead of kVeryLowLikelihood. This was verified by testing this CL with that modification. Bug: webrtc:9878 Change-Id: I4d08df37a07e5c72feeec02a07d6b9435f917d72 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/155445
Commit-Queue: Sam Zackrisson <saza@webrtc.org> Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Cr-Commit-Position: refs/heads/master@{
#29395
}
6 年前