Kodi Community Forum
Solved Loud POP when track plays using Kodi 19.0 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Music Support (https://forum.kodi.tv/forumdisplay.php?fid=263)
+--- Thread: Solved Loud POP when track plays using Kodi 19.0 (/showthread.php?tid=343536)



Loud POP when track plays using Kodi 19.0 - mrob - 2019-05-02

I'm guessing this is a problem with a recent build, as I started noticing this in the past week or so.

There is a loud POP when certain tracks begin playing. The files are m4a audio, I've listened to them many times before, and I can play them now using VLC via an NFS share without the POP.

I'm running the latest 19.0+git20190502.0203-b0f9314-0bionic on a Ubuntu Linux 18.04 server.

The audio comes out of the HDMI port, which is attached by a cable to a stereo amp.

The selected audio output device is "HDA Intel PCH, BNQ benQ PJ on HDMI #0". "Allow Passthrough" is disabled. "Crossfade between songs on the same album" is enabled.

Any suggestions?


RE: Loud POP when track plays using Kodi 19.0 - DaveBlake - 2019-05-02

A debug log of playing with "pop" may be useful. Even more would be if you could identify which v19 nighty this issue starts happening with.


RE: Loud POP when track plays using Kodi 19.0 - mrob - 2019-05-02

(2019-05-02, 11:50)DaveBlake Wrote: A debug log of playing with "pop" may be useful. Even more would be if you could identify which v19 nighty this issue starts happening with.
Here's the log: http://paste.ubuntu.com/p/HYT.../

I'm not sure how to identify which version this started with. I usually update to the latest build every day or two, and I first noticed this problem within the past week.


RE: Loud POP when track plays using Kodi 19.0 - Klojum - 2019-05-02

Code:
2019-05-02 20:35:26.737 T:140613591435392 NOTICE: Disabled debug logging due to GUI setting. Level 0.

Please enable Debugging and restart Kodi for a clean log file, reproduce the error(s) and provide the new log file.


RE: Loud POP when track plays using Kodi 19.0 - mrob - 2019-05-02

(2019-05-02, 13:43)Klojum Wrote:
Code:
2019-05-02 20:35:26.737 T:140613591435392 NOTICE: Disabled debug logging due to GUI setting. Level 0.

Please enable Debugging and restart Kodi for a clean log file, reproduce the error(s) and provide the new log file.

Sorry, trying again: http://paste.ubuntu.com/p/S2v***/


RE: Loud POP when track plays using Kodi 19.0 - mrob - 2019-05-05

(2019-05-02, 13:54)mrob Wrote:
(2019-05-02, 13:43)Klojum Wrote:
Code:
2019-05-02 20:35:26.737 T:140613591435392 NOTICE: Disabled debug logging due to GUI setting. Level 0.

Please enable Debugging and restart Kodi for a clean log file, reproduce the error(s) and provide the new log file.

Sorry, trying again: http://paste.ubuntu.com/p/S2v***/  
Do I need to provide any other information...?


RE: Loud POP when track plays using Kodi 19.0 - DaveBlake - 2019-05-05

Sorry for silence, nothing obvious to me in that log this needs a PAPlayer expert to dig deeper (and finding someone wth time takes time).

But it looks like it could have been caused by this https://github.com/xbmc/xbmc/pull/15980, and therfore is fixed by https://github.com/xbmc/xbmc/pull/16061

Perhaps try the next v19 nightly.


RE: Loud POP when track plays using Kodi 19.0 - mrob - 2019-05-05

(2019-05-05, 08:16)DaveBlake Wrote: Sorry for silence, nothing obvious to me in that log this needs a PAPlayer expert to dig deeper (and finding someone wth time takes time).

But it looks like it could have been caused by this https://github.com/xbmc/xbmc/pull/15980, and therfore is fixed by https://github.com/xbmc/xbmc/pull/16061

Perhaps try the next v19 nightly.
Thanks! I'll try the next v19 build, test it, and report back. Smile


RE: Loud POP when track plays using Kodi 19.0 - mrob - 2019-05-06

Okay, I've updated to the latest 19.0+git20190506.0203-2eef5af-0bionic build, and the loud popping sound is no longer happening.

Marking this thread solved !!