Skip to content

Conversation

@DanielNovak
Copy link
Contributor

The PR adds a new setAudioRecordDataCallback(...) function into the JavaAudioDeviceModule.Builder. This can be used to intercept the raw ByteBuffer with the capture audio sample before it's sent to the native WebRTC part. The client application can then use it to apply simple audio filters to the audio recorded by the device.

There is no impact or breaking change on existing clients - the code will not do anything unless a callback is set.

@DanielNovak DanielNovak added the enhancement New feature or request label Sep 21, 2023
Copy link
Contributor

@skydoves skydoves left a comment

Choose a reason for hiding this comment

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

Looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants