We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,请问一下我想在录制视频的时候把人声部分加入变声功能处理,通过AudioRecord获取到PCM数据后通过HAEChangeVoiceStreamCommon.applyPcmData(pcmBytes)对PCM数据进行变声处理,接着通过Mediacodec转成AAC格式数据,通过MediaMuxer把音频数据和视频流写到文件上去,但是这样处理之后音频提速了,出现音画不同步的问题,有办法能处理吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,请问一下我想在录制视频的时候把人声部分加入变声功能处理,通过AudioRecord获取到PCM数据后通过HAEChangeVoiceStreamCommon.applyPcmData(pcmBytes)对PCM数据进行变声处理,接着通过Mediacodec转成AAC格式数据,通过MediaMuxer把音频数据和视频流写到文件上去,但是这样处理之后音频提速了,出现音画不同步的问题,有办法能处理吗?
The text was updated successfully, but these errors were encountered: