-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Deepin Integration]~[V23-Beta3] feat: update webrtc-audio-processing to 1.3-3 by lhdjply@deepin-community/webrtc-audio-processing by deepin-community-ci-bot[bot] #11280
Comments
Integration Test Info Test suggestion | 测试建议主要测试 #11279 Influence | 影响范围ADDITIONAL INFORMATION | 额外补充 |
IntegrationProjector Notify the author |
IntegrationProjector Bot |
主要功能:
常见用途:
如何使用:
在 C++ 中使用:WebRTC 提供了相应的 API 来操作和配置音频处理模块,下面是一个简单的示例,展示如何使用 WebRTC 的音频处理功能: #include "modules/audio_processing/include/audio_processing.h"
#include "modules/audio_processing/audio_processing_builder.h"
int main() {
// 创建音频处理器
webrtc::AudioProcessingBuilder builder;
std::unique_ptr<webrtc::AudioProcessing> audio_processing = builder.Create();
// 设置音频处理器的配置(例如,启用回声消除、噪声抑制等)
audio_processing->gain_control()->set_enabled(true);
audio_processing->noise_suppression()->set_level(webrtc::NoiseSuppression::Level::kHigh);
// 获取输入音频流并进行处理
// 例如,可以将采集到的音频数据传入处理模块进行处理
return 0;
} 在 CMake 中使用:如果你希望将 例如,在 find_package(WebRTC REQUIRED)
target_link_libraries(your_target webrtc_audio_processing) 编译和安装:
常见问题:
如果你有更具体的问题,或者遇到编译或使用上的困难,可以提供更多详细信息,我可以帮助你解决。 |
@xuqi27837288 请同步在V23版本开展集成验证。 |
【验证环境】:deepin 23 Release镜像 |
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
webrtc-audio-processing (1.3-3) unstable; urgency=medium
The text was updated successfully, but these errors were encountered: