HydrogenAudio

Hosted Forums => foobar2000 => Support - (fb2k) => Topic started by: dex Otaku on 2016-12-05 02:15:17

Title: Recurrent errors in console, "DCA decode warning: Stream with excessive core..."
Post by: dex Otaku on 2016-12-05 02:15:17
Foobar has been giving me this error for quite some time:

 DCA decode warning: Stream with excessive core frame size (..\..\libdcadec\core_decoder.c : 2239)

At first I thought this was an issue with FLAC files I had from an older encoder [as it seemed to crop up when I was playing FLAC files], but it does it when fb2k is completely IDLE, as in - nothing is being accessed, decoded, encoded, or transcoded in any way. 

I've now noticed it on multiple machines all running fb2k based on one portable install, so perhaps it's something about my particular config?  This is on Windows 7, Windows 10, and under WINE, with different hardware/output configurations per machine.

Any ideas?
Title: Re: Recurrent errors in console, "DCA decode warning: Stream with excessive core..."
Post by: kode54 on 2016-12-06 03:05:15
foo_input_dts false positive in FLAC or other lossless files. Possibly triggered by foo_wave_seekbar or similar, which likes to do background decoding for hours on end if you skip around your playlist a lot.
Title: Re: Recurrent errors in console, "DCA decode warning: Stream with excessive core..."
Post by: dex Otaku on 2017-01-08 23:26:56
foo_input_dts false positive in FLAC or other lossless files. Possibly triggered by foo_wave_seekbar or similar, which likes to do background decoding for hours on end if you skip around your playlist a lot.
Interesting.  I had foo_wave_seekbar installed but wasn't using it.  DTS files in particular were spouting those errors frequently.  Removing foo_wave_seekbar seems to have decreased that. 

Thank you!