Kodi Community Forum
Global "Audio offset" setting? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Global "Audio offset" setting? (/showthread.php?tid=207305)



Global "Audio offset" setting? - MartyNg - 2014-10-26

All of my videos have sync issues. Everything needs to be ahead by 0.2 seconds. I've been changing this manually for EVERY video I watch. Does anyone know how to set this globally? I am on a wired LAN, playing from FireTV. Thanks.


RE: Global "Audio offset" setting? - lrusak - 2014-10-26

When you change the audio offset in the audio OSD, go to the bottom of the menu and select "set as default for all videos"

http://kodi.wiki/view/Video_playback#OSD_audio_and_subtitle_settings

This can also be done via advancedsettings.xml
http://kodi.wiki/view/AdvancedSettings.xml#video
Code:
<video>
  <latency>
    <delay>200</delay>
  </latency>
</video>



RE: Global "Audio offset" setting? - leone007 - 2019-05-20

(2014-10-26, 04:08)lrusak Wrote: When you change the audio offset in the audio OSD, go to the bottom of the menu and select "set as default for all videos"

http://kodi.wiki/view/Video_playback#OSD_audio_and_subtitle_settings

This can also be done via advancedsettings.xml
http://kodi.wiki/view/AdvancedSettings.xml#video
Code:
<video>
<latency>
<delay>200</delay>
</latency>
</video>

Could there be a solution to combine this with script.audio.profiles somehow? I use 3 different audio outputs, (HDMI to TV, AptX LL, and normal AptX) want to use 3 different global audio offset, with my 3 different audio profiles.


RE: Global "Audio offset" setting? - BigRedBrent - 2020-05-01

(2019-05-20, 17:52)leone007 Wrote:
(2014-10-26, 04:08)lrusak Wrote: When you change the audio offset in the audio OSD, go to the bottom of the menu and select "set as default for all videos"

http://kodi.wiki/view/Video_playback#OSD_audio_and_subtitle_settings

This can also be done via advancedsettings.xml
http://kodi.wiki/view/AdvancedSettings.xml#video
Code:
<video>
<latency>
<delay>200</delay>
</latency>
</video>

Could there be a solution to combine this with script.audio.profiles somehow? I use 3 different audio outputs, (HDMI to TV, AptX LL, and normal AptX) want to use 3 different global audio offset, with my 3 different audio profiles. 

I would love this as well. Surly it couldn't be too difficult for the developers of that addon to include audio offset as an option in the settings.