wlanjie / trinity

android video record editor muxer sdk
Apache License 2.0
892 stars 271 forks source link

How to mute audio of original video #41

Open moosin opened 4 years ago

moosin commented 4 years ago

Hi, after adding music to the video, it playing two audion 1 is original video background sound and 2 is newly added music pleas help

wlanjie commented 4 years ago

This feature requires new development

moosin commented 4 years ago

Ok, Thanks for your response.

divyanshurawat commented 4 years ago

is there any option to solve this issue?

wlanjie commented 4 years ago

You can modify the code to achieve this function

divyanshurawat commented 4 years ago

can you give any idea?

wlanjie commented 4 years ago

Set Opensl to mute during playback, or set all audio streams to 0

jondesoza523 commented 4 years ago

Set Opensl to mute during playback, or set all audio streams to 0

can you please explain in some detail, how to mute playback sound when i add music.

destin55 commented 5 months ago

Set Opensl to mute during playback, or set all audio streams to 0

@wlanjie Does the Opensl have the mute option or needs code modification to support mute?