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

Merged
merged 4 commits into from
Mar 2, 2025
Merged

Update to WebRTC r6818 #2480

merged 4 commits into from
Mar 2, 2025

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
@bear101 bear101 force-pushed the webrtc_r6818 branch 2 times, most recently from 8d26faa to 6a3c123 Compare February 25, 2025 19:52
@bear101 bear101 force-pushed the webrtc_r6818 branch 2 times, most recently from c6131ee to 2dd2acc Compare February 26, 2025 19:18
bear101 added 2 commits March 2, 2025 20:01
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;
@bear101 bear101 added this to the TeamTalk v5.18 milestone Mar 2, 2025
@bear101 bear101 merged commit 461e399 into master Mar 2, 2025
11 checks passed
@bear101 bear101 deleted the webrtc_r6818 branch March 2, 2025 19:12
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