Kodi Community Forum
Suggestions for silencing audio (not muting) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Suggestions for silencing audio (not muting) (/showthread.php?tid=81637)



Suggestions for silencing audio (not muting) - Harry Muscle - 2010-09-21

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


- Harry Muscle - 2010-09-23

Figured it out ... http://trac.xbmc.org/ticket/10291

Thanks,
Harry