diff --git a/projects/WeTek_Play/patches/kodi/kodi-100.26-hack-fix-audio.patch b/projects/WeTek_Play/patches/kodi/kodi-100.26-hack-fix-audio.patch new file mode 100644 index 0000000000..828d1ddd17 --- /dev/null +++ b/projects/WeTek_Play/patches/kodi/kodi-100.26-hack-fix-audio.patch @@ -0,0 +1,13 @@ +fixes broken audio at WP1 and WC +Fill audio packets completely when resampling to prevent 'audio data unaligned' kernel warnings + +--- a/xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEBuffer.cpp ++++ b/xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEBuffer.cpp +@@ -143,6 +143,7 @@ + m_inputFormat.m_channelLayout.Reset(); + m_inputFormat.m_channelLayout += AE_CH_FC; + } ++ m_fillPackets = true; + m_resampleQuality = quality; + } +