Skip to content
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

Update to WebRTC r6818 #2480

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Update to WebRTC r6818 #2480

wants to merge 10 commits into from

Conversation

bear101
Copy link
Contributor

@bear101 bear101 commented Nov 7, 2024

No description provided.

@bear101 bear101 force-pushed the webrtc_r6818 branch 2 times, most recently from 66ddc0e to 9875c24 Compare November 13, 2024 21:45
@bear101 bear101 force-pushed the webrtc_r6818 branch 2 times, most recently from 848d984 to 97908aa Compare December 3, 2024 20:35
@bear101 bear101 self-assigned this Dec 4, 2024
@bear101 bear101 marked this pull request as ready for review December 4, 2024 08:35
Voice detection and level estimation support have been removed in
WebRTC audio processing.

Voice detection is disabled by macro ENABLE_WEBRTC_R4332.

Level estimation is disabled by macro ENABLE_WEBRTC_R4332.
This is necessary to update from r4332 to r6818.

Modifies WebRTCAudioPreprocessor::gaincontroller2:

struct
{
    TTBOOL bEnable;
    float fInitialSaturationMarginDB;
    float fExtraSaturationMarginDB;
    float fMaxGainChangeDBPerSecond;
    float fMaxOutputNoiseLevelDBFS;
} adaptivedigital;

By:

struct
{
    TTBOOL bEnable;
    float fHeadRoomDB;
    float fMaxGainDB;
    float fInitialGainDB;
    float fMaxGainChangeDBPerSecond;
    float fMaxOutputNoiseLevelDBFS;
} adaptivedigital;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant