Kodi Community Forum

Full Version: Suggestions for silencing audio (not muting)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm working on EDL muting and ideally I would like to silence the audio during a EDL Mute instead of muting the audio (which can be reversed by the user by pressing the mute button or raising the volume). Looking for any suggestions anyone can offer on how to accomplish this.

I tried to zero out the data on the audio packets in the CDVDPlayer:TonguerocessAudio function just to see what would happen, but that didn't really help. I've tried to drop the audio packets, but that seems to skip past the scene that I'm trying to mute.

Apparently with the new AudioEngine this will be easily possible, but in the mean time wondering if anyone has any suggestions, etc.

Thanks,
Harry

P.S. This is sort of a follow up thread to my previous thread here: http://forum.xbmc.org/showthread.php?tid=81292
Figured it out ... http://trac.xbmc.org/ticket/10291

Thanks,
Harry