JackOfAll wrote: 
> Without going back through the thread, wasn't this solved by a Triode
> patch to squeezelite, which I then dropped when he included the code in
> his git (1.5-dev). If Triode doesn't pick up on this, I'll look into it,
> but probably won't be for a couple of hours.

The first thing I did once I noticed this problem was to pull the latest
from Triode's git repo, rebuild and test. It fails just the same way as
the CSOS testing repo version and yet the code change the Triode used to
fixed the problem is present and correct.

vi +215 dsd.c

Code:
--------------------
            unsigned bytes_per_frame = dop ? 2 : 1;
  
  if (bytes < d->block_size * d->channels) {
  LOG_INFO("stream too short"); // this can occur when scanning the track
  return DECODE_COMPLETE;
  }
  
  IF_PROCESS(
--------------------


I could use git to go back a few versions to see if I can find a version
that works... I guess I should learn to use git-bisect.



----------------------
"Dreamer, easy in the chair that really fits you..."
------------------------------------------------------------------------
dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to