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

Fixed WebRTC AEC3 alignment issue on Linux ARMv7 #4228

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

sauwming
Copy link
Member

@sauwming sauwming commented Dec 20, 2024

To fix #4217

@sauwming sauwming self-assigned this Dec 20, 2024
@sauwming sauwming added this to the release-2.16 milestone Dec 20, 2024
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When looking through this file, except new/delete, is is pure C code. What do you think about changing new/delete to malloc/free and renaming the file to pjmedia/src/pjmedia/echo_webrtc_aec3.c?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Webrtc AEC3 is actually C++, even the compilation process specifically require -std=c++17.

@sauwming sauwming merged commit dc3bb71 into master Dec 20, 2024
35 of 36 checks passed
@sauwming sauwming deleted the aec3-linux branch December 20, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebRtcAec3 get "Bus Error" on ARMv7 processor
3 participants