SQUEEZELITE-1.1-2.5.20130602GITDF9BDAE

Changes...

Code:
--------------------
    
  * Sun Jun 02 2013 - 1.1-2.5.20130602gitdf9bdae
  - squeezelite-process.patch
  - Latest git revision df9bdae.
  
--------------------


Update...

Code:
--------------------
    
  sudo csos-cleanUpdate-testing squeezelite
  
--------------------


squeezelite-process.patch

Code:
--------------------
    
  --- /home/clivem/development/git/squeezelite/process.c        2013-06-02 
18:37:13.020186178 +0100
  +++ process.c 2013-06-02 18:58:05.818721958 +0100
  @@ -116,7 +116,7 @@
  
                size_t clip_cnt = *soxr_num_clips(resampler);
                if (clip_cnt - old_clips) {
  -                     LOG_INFO("resampling clips: %u", (unsigned)(clip_cnt - 
old_clips));
  +                     LOG_WARN("resampling clips: %u", (unsigned)(clip_cnt - 
old_clips));
                        old_clips = clip_cnt;
                }
        }
  @@ -182,7 +182,10 @@
                soxr_error_t error;
  
                // FIXME - this needs adjustment?
  -             io_spec.scale = 0.85;
  +             io_spec.scale = 0.89; // -1db
  +             //io_spec.scale = 0.79; // -2db
  +             //io_spec.scale = 0.71; // -3db
  +             //io_spec.scale = 0.50; // -6db
        
                resampler = soxr_create(raw_sample_rate, outrate, 2, &error, 
&io_spec, &q_spec, NULL);
                if (error) {
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

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

Reply via email to