Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
ohos_webrtc
/
modules
/
audio_device
/
include
下载当前目录
zhong-luping
添加适配鸿蒙音频模块代码
4d68f0aa
创建于
2024年2月28日
历史提交
文件
最后提交记录
最后更新时间
audio_device.h
Add RTCAudioPlayoutStats to GetStats(). This is done by allowing implementations of AudioDeviceModule to implement the GetStats() method. The default implementation returns nullopt, in which case RTCAudioPlayoutStats will not be visible in the stats. Bug: webrtc:14653 Change-Id: I8e4aa6f1b8fcfa47a30f633d28a4013191752e20 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/290563
Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Fredrik Hernqvist <fhernqvist@google.com> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Olga Sharonova <olka@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#39115
}
3 年前
audio_device_data_observer.h
Remove more top-level const from parameters in function declarations This CL removes even more top-level const from parameters in function declarations. This change is safe because top-level const in function declarations (not function definitions) are ignored by the compiler and so change is just a no-op cleanup. Bug: webrtc:13610 Change-Id: Icf6868c27b1fdb9d9915b3a7020eb34bdcf07a09 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/249989
Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Ali Tofigh <alito@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#35866
}
4 年前
audio_device_default.h
Reporting audio device underrun counter Bug: webrtc:10884 Change-Id: I35636fcbc1e2a19a89242379cdff6ec5c12fd21a Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/149200
Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Alex Narest <alexnarest@google.com> Cr-Commit-Position: refs/heads/master@{
#28874
}
6 年前
audio_device_defines.h
Make capture timestamp optional in ADM. This is to avoid using 0 as a default value. Also fix a bug in audio_device_buffer where the timestamp aligner used the wrong input timestamp. Bug: webrtc:13609 Change-Id: I00016e68ab50d052990c2b9f80aa1e2d7e167b93 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/291118
Reviewed-by: Olov Brändström <brandstrom@google.com> Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#39177
}
3 年前
audio_device_factory.cc
Remove usage of INFO alias for LS_INFO in log messages Bug: webrtc:13362 Change-Id: Ifda893861a036a85c045cd366f9eab33c62ebde0 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/237221
Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#35310
}
4 年前
audio_device_factory.h
Use backticks not vertical bars to denote variables in comments for /modules/audio_device Bug: webrtc:12338 Change-Id: I27ad3a5fe6e765379e4e4f42783558c5522bab38 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/227091
Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{
#34620
}
4 年前
fake_audio_device.h
Update/delete old TODOs Bug: webrtc:10198 Change-Id: I0341e068d792bc0b143db86e675988f4cd07ff2e Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/267822
Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#37454
}
3 年前
mock_audio_device.h
Move rtc::make_ref_counted to api/ Bug: webrtc:12701 Change-Id: If49095b101c1a1763c2a44a0284c0d670cce953f Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/265390
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#37219
}
3 年前
mock_audio_transport.h
Make capture timestamp optional in ADM. This is to avoid using 0 as a default value. Also fix a bug in audio_device_buffer where the timestamp aligner used the wrong input timestamp. Bug: webrtc:13609 Change-Id: I00016e68ab50d052990c2b9f80aa1e2d7e167b93 Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/291118
Reviewed-by: Olov Brändström <brandstrom@google.com> Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#39177
}
3 年前
test_audio_device.cc
添加适配鸿蒙音频模块代码 Signed-off-by: zhongluping <278527840@qq.com>
2 年前
test_audio_device.h
Add raw file audio capturer/renderer for test ADM Bug: b/272350185 Change-Id: Ie8c7f7be30d06b238240086eee172332287c77ec Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/311280
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#40399
}
2 年前
test_audio_device_unittest.cc
Add raw file audio capturer/renderer for test ADM Bug: b/272350185 Change-Id: Ie8c7f7be30d06b238240086eee172332287c77ec Reviewed-on:
https://webrtc-review.googlesource.com/c/src/+/311280
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{
#40399
}
2 年前