andyg;498670 Wrote: 
> On Dec 23, 2009, at 12:16 PM, Slonk wrote:
> 
> > * preventing SOX+recoding: possible
> 
> I'm not sure what you mean here.
> 
> > * play an entire flac without spawning processes every track:
> unknown,
> > but I suppose not possible
> 
> If you want each track in a FLAC+CUE played individually it requires
> transcoding flac->flac.  We've had some discussions about how to fix
> this but the problem is that exact sample seeking is not possible, you
> can only seek to FLAC frames.  See this bug for more details:
> http://bugs.slimdevices.com/show_bug.cgi?id=11950
By preventing SOX+recoding, perhaps he's referring to alternate
tanscoding methods.  For instance, this is my custom-convert.conf:

Code:
--------------------
    
  flc flc transcode *
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
        [flac] -c --totally-silent --compression-level-0 $START$ $END$ $FILE$
  
--------------------

My impression is that SOX is a behemoth in terms of memory and CPU
resources consumed. This custom-convert.conf prevents SOX from being
used and limits the spawned processes to a single instance of flac.  And
yes, this single flac instance gets spawned for each track.  Also, this
method fails if a flac has spurious IDV3 tags in addition to vorbis
tags.

So, I, for one, am still looking forward to Andy's "fix",...howsoever
imperfect it may be.


-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=72945

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

Reply via email to