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

WebRTC: Solving the audio explosion issue in RTMP to RTC. #2011

Closed
wants to merge 1 commit into from

Commits on Nov 2, 2020

  1. Fix webrtc audio noise.

    Decoded audio frame is planar format, the linesize is larger than
    the size of usable data. In old code, the second channel data is lost
    and filled by noise.
    Why copy frame sample by sample? :-(
    PieerePi committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    aca4f09 View commit details
    Browse the repository at this point in the history