bluegaspode;604534 Wrote: 
> Nope.
> Replaygain and crossfades are still applied directly within the players
> decoding routines (which cannot be changed as the decoding routines are
> compiled and not scripted).
> 
> They can still be disabled in the Playback.lua by sending manipulated
> values to the decoder at the following place
> > 
Code:
--------------------
  >   > 
  >                     decode:start(string.byte(data.mode),
  >                          string.byte(data.transitionType),
  >                          data.transitionPeriod,
  >                          data.replayGain,
  >                          data.outputThreshold,
  >                          data.flags & 0x03,
  >                          string.byte(data.pcmSampleSize),
  >                          string.byte(data.pcmSampleRate),
  >                          string.byte(data.pcmChannels),
  >                          string.byte(data.pcmEndianness)
  >                 )
  > 
--------------------
> > 
> 
> data.transitionPeriod and data.replayGain should be 0 I guess (so
> whatever the server sends is really ignored then).
> (please don't change outputTreshold though - it's nothing to do with
> volume, just believe me ;) )

Aaargh :) i want my SB3 where these thing just worked (I can't code
actually). Compiled decoding routines, maybe it makes sense not to
script everything when you have a wristwatch cpu .

Ben has some kind of patch I just applied described in this bug:
http://bugs.slimdevices.com/show_bug.cgi?id=14807

It's not in the 7.6 it's probably completely untested ?

What kind of horrible event occurred when you tried output.treshold ;)


-- 
Mnyb

--------------------------------------------------------------------
Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH and
assorted amps SiriuS, Classe' Primare and Dynadio speakers, Contour 4
Contour Center, and Contour 1.3SE rear ch. Rel Stadium 3 sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)

PLEASE FIX BUG 112
http://bugs.slimdevices.com/show_bug.cgi?id=112
------------------------------------------------------------------------
Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=84742

_______________________________________________
Touch mailing list
Touch@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to