Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2014-02-23 Thread Simon_rb

I haven't restarted LMS only because I have disabled and re enable both
plugins and all changes have taken affect without a restart. However I
will try a restart :-)

Thank you





Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2014-02-23 Thread Aesculus

Simon_rb wrote: 
> Haha. After all that it is the denon plugin playing up. The SSH on here
> worked spot on :-) thank you. 
> 
> Problem I am having is with the denon plugins. The avpcontrol plugin
> puts the touch volume to maximum when it changes track if I change the
> amps volume directly during the previous song. The serial denon plugin
> won't recognise at all the the volume has changed on the amp.. Strange
> eh. At least the 100% fixed out is working :-)

Hmm. I think I remember having that problem and cannot remember what I
did to fix it. There is an option to reset the volume from the amp at
every track change. Not sure if that has an effect or not.

Also sometimes you have to reboot the LMS after you install and
configure the plugin. Did you do that?



Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2014-02-23 Thread Simon_rb

Haha. After all that it is the denon plugin playing up. The SSH on here
worked spot on :-) thank you. 

Problem I am having is with the denon plugins. The avpcontrol plugin
puts the touch volume to maximum when it changes track if I change the
amps volume directly during the previous song. The serial denon plugin
won't recognise at all the the volume has changed on the amp.. Strange
eh. At least the 100% fixed out is working :-)





Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2014-02-23 Thread Aesculus

Simon_rb wrote: 
> Hi,
> 
> Thanks for the quick replay. I'm sure I have the correct location. I
> rebooted the touch and I do not have 100% volume enabled.
> 
> Hmmm, I'll try disabling the denon plugin and see if that is conflicting
> 
> 
> Sorry its 7.7.2..

Yeah. Get the touch working by itself first (make sure you turn your amp
down). 

I am on 

Logitech Media Server Version: 7.7.2 - r33893 @ Wed Mar 14 06:37:22 MDT
2012



Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2014-02-23 Thread Simon_rb

Hi,

Thanks for the quick replay. I'm sure I have the correct location. I
rebooted the touch and I do not have 100% volume enabled.

Hmmm, I'll try disabling the denon plugin and see if that is conflicting


Sorry its 7.7.2..





Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2014-02-23 Thread Aesculus

Are you sure that you have the correct location set? It works on my
device.



Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2014-02-23 Thread Simon_rb

Hi,
I am trying to get this working with the denonavpcontrol plugin on my
touch. I have SSH'd in and changed the gain settings to 65535 and it
still hasn't set the level to 100%. 

Has anybody else got this working?



Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2013-10-15 Thread ericj

Aesculus wrote: 
> I put the 65536 in both places because as soon as you select 100% it
> won't let the plugin be a part of the chain.

Works like a treat.  Thanks.  Having the patch  updated would help the
less intrepid.
I really appreciate the support.
Eric



ericj's Profile: http://forums.slimdevices.com/member.php?userid=3230
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2013-10-15 Thread Aesculus

ericj wrote: 
> I'm a little confused.   A couple of questions:
> 1:  Peter's patch has not been updated to a new Max Target, correct?  I
> have the repo listed, the recommended patch's off, and it still does not
> show up.   It has not been updated correct?
> 2:   I'm trying to patch my touch,   Here is the closest code I can
> find, starting at location 1198,  I'm no expert, but the first if looks
> like the patch, or does the else need to be edited as well?
> > 
Code:

  >   > 
  > local player = Player:getLocalPlayer()  
  > if player and player:getDigitalVolumeControl() == 0 then
  > log:debug("User setting of 100% Fixed Volume is set")   
  > decode:audioGain(65536, 65536)  
  > else
  > log:debug("gainL, gainR: ", data.gainL, " ", data.gainR)
  > decode:audioGain(data.gainL, data.gainR)
  > end 
  > 

> > 
> 
> Thanks in advance.   BTW, is the patch also needed for Denon Serial
> plugin?
> Eric

I put the 65536 in both places because as soon as you select 100% it
won't let the plugin be a part of the chain.



Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2013-10-15 Thread ericj

Aesculus wrote: 
> I did some research on this yesterday and it appears Peters original
> work is still sound, it just needs a bit of refreshing for LMS.
> 
> The problem is that while Logitech 'fixed' the problem of the SB Touch
> not having a fixed volume they blew the implemenation for those that
> still want the ability to use the volume setting to instruct a plugin to
> actually perform the adjustment. This meant that your volume was being
> output at 100% from the SB Touch but you had no way to control it (in my
> case with the DenonAVPControl plugin).
> 
> The solution is still the same as Peter outlined before.  We 'patch' the
> output to always put out 100% but DO NOT select the 100% Volume feature
> on the SB Touch menus.  Selecting the 100% Volume output defeats using
> the UI to control the volume hence plugins will not work appropriately.
> 
> If Peters patch does not work as it was designed it's because he put a
> maxTarget restriction on 7.5+ in his repro file.  The code looks
> reasonable and if the restriction was * or at least 7.7+ it should work
> with Erlands patch installer.
> 
> So the modified instructions would be to follow what Peter wrote in the
> first entry but change the patch file maxTarget="7.5+" to
> maxTarget="7.7+" of even *.
> 
> You can also choose option 2 to use SSH to change the gains mannually. 
> The location is now line 1173 in LMS 7.7.1.
> 
> Don't forget you will have to reboot the SB Touch afterwards by either
> pressing the little reset button or removing the power connector.

I'm a little confused.   A couple of questions:
1:  Peter's patch has not been updated to a new Max Target, correct?  I
have the repo listed, the recommended patch's off, and it still does not
show up.   It has not been updated correct?
2:   I'm trying to patch my touch,   Here is the closest code I can
find, starting at location 1198,  I'm no expert, but the first if looks
like the patch, or does the else need to be edited as well?

Code:


  local player = Player:getLocalPlayer()  
  if player and player:getDigitalVolumeControl() == 0 then
  log:debug("User setting of 100% Fixed Volume is set")   
  decode:audioGain(65536, 65536)  
  else
  log:debug("gainL, gainR: ", data.gainL, " ", data.gainR)
  decode:audioGain(data.gainL, data.gainR)
  end 
  



Thanks in advance.   BTW, is the patch also needed for Denon Serial
plugin?
Eric



ericj's Profile: http://forums.slimdevices.com/member.php?userid=3230
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2012-01-29 Thread Aesculus

I did some research on this yesterday and it appears Peters original
work is still sound, it just needs a bit of refreshing for LMS.

The problem is that while Logitech 'fixed' the problem of the SB Touch
not having a fixed volume they blew the implemenation for those that
still want the ability to use the volume setting to instruct a plugin
to actually perform the adjustment. This meant that your volume was
being output at 100% from the SB Touch but you had no way to control it
(in my case with the DenonAVPControl plugin).

The solution is still the same as Peter outlined before.  We 'patch'
the output to always put out 100% but DO NOT select the 100% Volume
feature on the SB Touch menus.  Selecting the 100% Volume output
defeats using the UI to control the volume hence plugins will not work
appropriately.

If Peters patch does not work as it was designed it's because he put a
maxTarget restriction on 7.5+ in his repro file.  The code looks
reasonable and if the restriction was * or at least 7.7+ it should work
with Erlands patch installer.

So the modified instructions would be to follow what Peter wrote in the
first entry but change the patch file maxTarget="7.5+" to
maxTarget="7.7+" of even *.

You can also choose option 2 to use SSH to change the gains mannually. 
The location is now line 1173 in LMS 7.7.1.

Don't forget you will have to reboot the SB Touch afterwards by either
pressing the little reset button or removing the power connector.


-- 
Aesculus

Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-12-09 Thread Aesculus

mktime;673016 Wrote: 
> Hi,
> 
> I have a squeezebox Touch and squeezebox server V 7.7
> 
> I've installed the "Patch Installer applet" on my SQ touch but i can't
> find the "patch volume lock 100%".
> 
> I wanted to fix the volume and use the plugin for denon amplifier.
> 
> http://code.google.com/p/denonavpcontrol/wiki/InstallationInstructions
> 
> Where can i found the patch for 100% fixed volume and still be able to
> view volume on ipeng for example.
> 
> Thanks
The new feature in the Touch for 100% does not work well with the
DenonAVPControl program because it locks the user out of the volume
settings.  Peters patch set the Touch at 100% but the UI still thought
it was adjusting the volume. We need that feature to control the device
which our plugins will in turn control the amps.

I have a request into Peter to see if he can update the instructions
for the patch for 7.7


-- 
Aesculus

Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-11-28 Thread firedog

Since SBS 7.61 I get 100% volume as an option under audio settings for
the Touch. It also appears in the Web GUI for SBS.


-- 
firedog

GIK Acoustics Room Treatments. Tranquil PC fanless server running
Vortexbox OS; SB Touch slaved to Empirical Audio Pace Car; MF X-DAC-V3,
MF X-150 as pre-amp, ClassDaudio SDS-470 amp; Devore Gibbon Super 8
Speakers; Dual 506 + Ortofon M20 (occasional use); sometimes use PC
with M-Audio 192 as digital source. SB Boom in second room. Arcam CD82
which I don't use anymore, even though it's a very good player.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-11-27 Thread mktime

Hi,

I have a squeezebox Touch and squeezebox server V 7.7

I've installed the "Patch Installer applet" on my SQ touch but i can't
find the "patch volume lock 100%".

I wanted to fix the volume and use the plugin for denon amplifier.

http://code.google.com/p/denonavpcontrol/wiki/InstallationInstructions

Where can i found the patch for 100% fixed volume and still be able to
view volume on ipeng for example.

Thanks


-- 
mktime

mktime's Profile: http://forums.slimdevices.com/member.php?userid=30590
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-29 Thread RGibran

In the web GUI under Player > Audio > Volume Control


-- 
RGibran

RGibran's Profile: http://forums.slimdevices.com/member.php?userid=10220
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-27 Thread firedog

The "Fixed Volume" is now there in the Settings>Audio section of the
Touch.

But, when I click on it, it tells me that it needs to switch to
mysqueezebox.com in order to make the change. 

How does that make sense?

And in the Web GUI for 7.6, the "fixed volume" option doesn't appear.


-- 
firedog

GIK Acoustics Room Treatments. Tranquil PC fanless server running
Vortexbox OS; SB Touch slaved to Empirical Audio Pace Car; MF X-DACV3,
MF X-150 amp, Devore Gibbon Super 8 Speakers; Dual 506 + Ortofon 20
(occasional use); sometimes use PC with M-Audio 192 as digital source.
SB Boom in second room. Arcam CD82 which I don't use anymore, even
though it's a very good player.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-24 Thread rolski

Maybe we should continue this conversation over here ;) :-
http://forums.slimdevices.com/showthread.php?p=642589#post642589


-- 
rolski

rolski's Profile: http://forums.slimdevices.com/member.php?userid=23776
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-23 Thread Mnyb

rolski;642690 Wrote: 
> Aha, well, if I always had control of my senses (and my wallet !) I'd
> also be "slumming it" with an analogue sub, but I felt the need for
> some "retail therapy" and now possess a couple of Meridian
> floorstanders that apparently don't feel the need for any low-frequency
> support  ;)

the 5200 needs some support especially as home theater, I figured the
smaller Meridian worked better in a small room. And the larger ones are
awfully expensive I've bougth the dealers demo units for my 5.1 setup, I
hesitated for 5-6 years to get dsp's ( due to thier ridiculous price )
but a technical failure in my old stuff forced me to decide.

I'm also being sensible here as i figured that an analog sub would do
fine below 50Hz :)

the G68 room compensation and steep subwoofer filter makes it mate
really well anyway.

The Meridian stuff is wonderfull, but at a price . I do live on a
relatively " normal " incomme.
saddly in botique hifi the price is a part of the product, so is costly
design.
But Meridian delivers, to many expensive hifi things is mostly failed
science projects with tubes and golden handles, read HiFi+ ;) they
seems to have the highest cult-object to engineered-hifi ratio ever


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD & SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-23 Thread rolski

Aha, well, if I always had control of my senses (and my wallet !) I'd
also be "slumming it" with an analogue sub, but I felt the need for
some "retail therapy" and now possess a couple of Meridian
floorstanders that apparently don't feel the need for any low-frequency
support  ;)


-- 
rolski

rolski's Profile: http://forums.slimdevices.com/member.php?userid=23776
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-23 Thread Mnyb

rolski;642560 Wrote: 
> OK, thanks, am still on 7.5.5 and have just changed from a ReadyNAS NV+
> to an Ultra4+ : the responsiveness / performance are in such a
> completely different league that I don't really feel the need to play
> with 7.6 at the moment !
> 
> All crossfades / replaygain etc are off - and I've locked volume at
> 100% - it's just a shame that it's disappeared as a standard option.  I
> wonder how many other people have been caught out by this & haven't
> noticed ?  It was easy to spot (in terms of sound quality) on my
> all-active-DSP Meridian system - something we have in common  ;)

Ooh, I'm still slumming with an analog subwoofer ;)


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD & SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-23 Thread rolski

OK, thanks, am still on 7.5.5 and have just changed from a ReadyNAS NV+
to an Ultra4+ : the responsiveness / performance are in such a
completely different league that I don't really feel the need to play
with 7.6 at the moment !

All crossfades / replaygain etc are off - and I've locked volume at
100% - it's just a shame that it's disappeared as a standard option.  I
wonder how many other people have been caught out by this & haven't
noticed ?  It was easy to spot (in terms of sound quality) on my
all-active-DSP Meridian system - something we have in common  ;)


-- 
rolski

rolski's Profile: http://forums.slimdevices.com/member.php?userid=23776
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-23 Thread Mnyb

it's back and working in 7.6 at least.

otherwise use ssh and the vi editor to change that line in one of the
lua scripts on the Touch.

or prepare a tweaked one on your pc and scp it over to the Touch

You can search for instructions in this forum.

note that fade and replaygain still affects the volume.

So for bitperfect representation turn of replaygain too

If your playlist contains dts or dolby tracks, you migth also disable
xfade and dont have replaygain tags in such files it wont work.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD & SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-23 Thread rolski

+1
There used to be a (standard) setting in SBS, but it's disappeared


-- 
rolski

rolski's Profile: http://forums.slimdevices.com/member.php?userid=23776
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-23 Thread firedog

JJZolx;642433 Wrote: 
> Are you talking about the Touch? When using SBS there is a setting under
> Settings > Player > Audio in the web interface to lock the volume at
> 100%.

Not on my system there isn't. And there hasn't been one on any system
I've used with the Touch.

That's why there's a 3rd party patch  and a linux hack for 100% volume
lock.


-- 
firedog

GIK Acoustics Room Treatments. Tranquil PC fanless server running
Vortexbox OS; SB Touch slaved to Empirical Audio Pace Car; MF X-DACV3,
MF X-150 amp, Devore Gibbon Super 8 Speakers; Dual 506 + Ortofon 20
(occasional use); sometimes use PC with M-Audio 192 as digital source.
SB Boom in second room. Arcam CD82 which I don't use anymore, even
though it's a very good player.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-22 Thread JJZolx

rolski;642327 Wrote: 
> Question - I had to install this last night as I noticed that the
> previous "volume-lock" that was built-in to SBS has disappeared - can
> you simply add an option to (clearly) set the volume to 100% ?
> I think that many people will lock the volume thinking that it's being
> locked at 100% (the new patch therefore directly replacing the old
> functionality) and the volume's actually not at 100%.  There are lots
> of us that use the digital outputs & simply want to stay with
> full-range output, all the time.

Are you talking about the Touch? When using SBS there is a setting
under Settings > Player > Audio in the web interface to lock the volume
at 100%.


-- 
JJZolx

JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-07-22 Thread rolski

Question - I had to install this last night as I noticed that the
previous "volume-lock" that was built-in to SBS has disappeared - can
you simply add an option to (clearly) set the volume to 100% ?
I think that many people will lock the volume thinking that it's being
locked at 100% (the new patch therefore directly replacing the old
functionality) and the volume's actually not at 100%.  There are lots
of us that use the digital outputs & simply want to stay with
full-range output, all the time.
Thanks !


-- 
rolski

rolski's Profile: http://forums.slimdevices.com/member.php?userid=23776
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-04-15 Thread firedog

I have the patch installer installed on my Touch, but it doesn't "see"
the patches - when I click on Patch Installer nothing happens.

Do the patch istaller and volume patch work on sbs 7.54?


-- 
firedog

GIK Acoustics Room Treatments. Tranquil PC fanless WHS server running
SqueezeServer; SB Touch slaved to Empirical Audio Pace Car; MF X-DACV3,
MF X-150 amp, Devore Gibbon Super 8 Speakers; Dual 506 + Ortofon 20
(occasional use); sometimes use PC with M-Audio 192 as digital source.
SB Boom in second room. Arcam CD82 which I don't use anymore, even
though it's a very good player.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-01-26 Thread Stratmangler

I attempted to instal this patch last night, and for the life of me
could not find the relavent parameter adjustment fields, so I assumed
that I'd messed up the patch installation.

Tonight I found that I'd been looking in the wrong place - the patch
works just as it says on the tin. Thanks - no inadvertant volume
adjustment is my preferred setting (I had the same set up on my SB3).

For anyone looking for the adjustment field look in
settings/player/volumelock player settings.


Chris :)


-- 
Stratmangler

There is no element of personal attack in my response.

Stratmangler's Profile: http://forums.slimdevices.com/member.php?userid=20387
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-01-25 Thread Mnyb

Yes you can have the same result by simply keeping the volume at 100%
and check that it is so from time to time .

100=100

But locking it is good then you can not adjust it by mistake which is
easy to do , you have so many ways of controlling the SB and all of
them can adjust volume ir remote controller web-UI and the Touch
interface itself squeezeplay, Radio etc.

This patch or the latest soundcheck mod replaces the same code in the
same file so  , or you can simply hack it yourself with ssh and vi .


-- 
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=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-01-25 Thread soundcheck

RadioClash;605235 Wrote: 
> I easily get lost in the seas of tech talk.
> 
> Is there any need for me to apply this patch? I always keep volume on
> the Touch at 100%, only adjusting the volume through my amp.  I also
> use Soundcheck's toolbox mods.


No need for tech talk or advise

It'll take you 5 minutes to find out on your own.


-- 
soundcheck

'soundcheck's Touch Toolbox 2.0'
(http://soundcheck-audio.blogspot.com/2011/01/soundchecks-squeezebox-touch-toolbox-20.html)
|| 'soundcheck's Touch Toolbox - Beta Blog'
(http://soundcheck-audio.blogspot.com/2011/01/soundchecks-tt-beta-blog.html)

soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-01-25 Thread RadioClash

I easily get lost in the seas of tech talk.

Is there any need for me to apply this patch? I always keep volume on
the Touch at 100%, only adjusting the volume through my amp.  I also
use Soundcheck's toolbox mods.


-- 
RadioClash

RadioClash's Profile: http://forums.slimdevices.com/member.php?userid=2839
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-01-24 Thread Mnyb

yes but as Bluegaspode found out the other day it does not actually
defeat replay gain and crossfade.. ;)

RG and xfade is in compiled C elsewhere

You can try it, fix volume at 100% activate xfade cue up a DTS track,
now you have a waterfall the first and last seconds off each tune :)

You still have to turn off volume adjustment (replay gain) and
crossfade in player settings , not only "fix volume at 100%"

If you have some DTS rips lurking in the playlists.

I remove those files when it's party and actually use the xfade , it's
is not always time for audiophile OCD I think the guest begins to drop
off in proportion to how many stockfish albums you play.


-- 
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=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-01-24 Thread Phil Leigh

peterw;539626 Wrote: 
> UPDATE: \"PATCH INSTALLER\" PATCH AVAILABLE.[/B] 
> FOR THOSE OF YOU WHO WANT YOUR TOUCH TO ALWAYS PLAY AT 100%, TRY EITHER
> OF THE FOLLOWING METHODS. AFTER YOU'VE DONE THIS, TOUCH WILL BEHAVE LIKE
> A SQUEEZEBOX CLASSIC WITH ITS VOLUME CONTROL DISABLED -- YOU'LL SEE
> ONSCREEN VOLUME INDICATION, THE IR REMOTE WILL MAKE THAT VOLUME
> INDICATION CHANGE, AS WILL OTHER MECHANISMS LIKE THE TOUCHSCREEN AND
> WEB UI. BUT THE AUDIO OUTPUT WILL BE LOCKED AT FULL VOLUME. (THIS IS
> ONLY TRUE FOR THE TOUCH ON WHICH YOU'VE MADE THIS CHANGE; IF YOU'RE
> USING TOUCH TO CONTROL ANOTHER SQUEEZEBOX, THE VOLUME CONTROL WILL
> PROPERLY CONTROL THE OTHER SQUEEZEBOX.)
> 
> [B]METHOD 1
> For users of Erland Isaksson's Patch Installer applet (Thanks,
> Erland!)
> >   >   > 
  - In Settings > Advanced > Patch installer, be sure you do *not*
  > have "Recommended Patches Only" checked.
  - Install the patch named "Volume Fixed at 100%"
  > > > 
> Note: the patch might not be listed until sometime Sunday April 25 or
> later. You should be able to make the patch appear by adding my plugin
> repository (http://www.tux.org/~peterw/slim/slim7/repodata.xml) to
> your list of extension sources (Squeezebox Server Web UI > Settings >
> Plugins > Additional Repositories).
> 
> METHOD 2
> For Linux geeks:
> >   >   > 
  - In Home > Settings > Advanced > Remote login, enable SSH
  - SSH in as root, password 1234
  - Back up the file you're about to edit:
  >   > 
Code:

> > cp -p /usr/share/jive/jive/audio/Playback.lua 
/usr/share/jive/jive/audio/Playback.lua.bak

  >   > 
  - Edit /usr/share/jive/jive/audio/Playback.lua with 'vi', replacing
  > the line
  >   > 
Code:

> > decode:audioGain(data.gainL, data.gainR)

  >   > 
  > which you should find around line #819 with
  >   > 
Code:

> > decode:audioGain(65536, 65536)

  >   > 
  - Reboot your Touch (use the 'reboot' command)
  - For good measure, use Home > Settings > Advanced > Remote login
  > and disable SSH
  > > > 

Peter - I presume you are aware of Klaus's (aka Soundcheck) "volume
mod" ? - which is essentially exactly what you have listed here -
namely force 65536...

Apparently it makes a massive improvement to replay quality on the
Touch...


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...
Touch(wired/XP) - TACT 2.2X (Linear PSU) + Good Vibrations S/W - MF
Triplethreat(Audiocom full mods) - Linn 5103 - Aktiv 5.1 system (6x
LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Pekin Tuner, Townsend
Supertweeters, Blue Jeans Digital,Kimber Speaker & Chord Interconnect
cables
Kitchen Boom, Outdoors: SB Radio, Harmony One remote for everything.

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-01-08 Thread erland

firedog;600762 Wrote: 
> Hi-
> 
> Running SBS 7.52, have 'recommended" applets only turned off. 100%
> Volume Patch isn't listed anymore as one of the applets. 
> 
> Did something change?
> 
It should be found in the "Settings/Advanced/Patch Installer" menu in
the Squeezebox interface, it's not found in "Settings/Advanced/Applet
Installer" since it isn't an applet. You need to have "Patch Installer"
applet installed, this is installed through "Settings/Advanced/Applet
Installer".


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2011-01-08 Thread firedog

Hi-

Running SBS 7.52, have 'recommended" applets only turned off. 100%
Volume Patch isn't listed anymore as one of the applets. 

Did something change?


-- 
firedog

Tranquil PC fanless WHS server running SqueezeServer; SB Touch slaved to
Empirical Audio Pace Car; MF V DAC3, MF X-150 amp, Devore Gibbon Super 8
Speakers; Dual 506 + Ortofon 20 (occasional use); sometimes use PC with
M-Audio 192 as digital source. SB Boom in second room. Arcam CD82 which
I don't use anymore, even though it's a very good player.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-09-25 Thread erland

peterw;578946 Wrote: 
> Hmm. Erland, is patch installer looking at the *SBS* version? 
> 
I don't think so, assuming you run a 7.5 firmware it should issue the
following CLI/JSON command to the server, independent if the server is
7.5 or 7.6:

Code:


  jivepatches target:fab4 version:7.5 optstr:other|user
  



It will send the command to all servers known by the player, if the
player for some reason only thinks it's connected to MySB you can
sometimes get the message about no patches. Browsing into the "My
Music" menu should make the player aware of the local Squeezebox Server
and send the command to it the next time.

MySB doesn't support the jivepatches command. I'm not sure about the
built-in server on the Touch, it might support it but I'm not
completely sure. So if you have a Squeezebox Server on a computer on
the network with version 7.5 or 7.6 it should work as long as the
player has recently been connected to it or at least detected it.


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-09-25 Thread peterw

pasilaine;578918 Wrote: 
> Right. Running the patch with:
> Player Model: Squeezebox Touch
> Firmware: 7.5.1-r9009
> 

Hmm. Erland, is patch installer looking at the *SBS* version? It sounds
odd to run a 7.5 firmware against a 7.6 server -- if you really want to
stick with a 7.5 firmware against SBS 7.6, you may need to manually
install the patch as described in my first post. :-(


-- 
peterw

http://www.tux.org/~peterw/ 
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-09-25 Thread firedog

erland;578923 Wrote: 
> What does the heading in the Patch Installer menu look like. You should
> see "Patch Installer (192.168.0.25)" where the number or host name
> within parentheses is the computer that runs your Squeezebox Server. Is
> this the case ?

Yes, but it says "no patches found". I'm assuming now that this is
because I loaded 7.6, and no patches are written for it?


-- 
firedog

Tranquil PC fanless WHS server running SqueezeServer; SB Touch slaved to
Empirical Audio Pace Car; MF X-150 amp, MF V DAC3, Devore Gibbon Super 8
Speakers; Mirage MS-12 sub; Dual 506 + Ortofon 20 (occasional use);
sometimes use PC with M-Audio 192 as digital source. SB Boom in second
room. Arcam CD82 which I don't use anymore, even though it's a very
good player.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-09-25 Thread erland

What does the heading in the Patch Installer menu look like. You should
see "Patch Installer (192.168.0.25)" where the number or host name
within parentheses is the computer that runs your Squeezebox Server. Is
this the case ?


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-09-25 Thread pasilaine

peterw;578866 Wrote: 
> You're not running Squeezebox Server 7.6, are you? A while back,
> Logitech added the option to lock the volume to the 7.6 series of Touch
> firmware, so I have the patch marked as only compatible with 7.5.

Right. Running the patch with:
Player Model: Squeezebox Touch
Firmware: 7.5.1-r9009

Touch connected through TosLink F/O with my HiFi system. Absolutely
essential patch especially for audiophiles and. Thanks for the
developer !!


-- 
pasilaine

pasilaine's Profile: http://forums.slimdevices.com/member.php?userid=40655
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-09-25 Thread peterw

firedog;578810 Wrote: 
> Touch updated to r9129 today.
> 
> After update, in the patch installer, it tells me no patches are
> available.

You're not running Squeezebox Server 7.6, are you? A while back,
Logitech added the option to lock the volume to the 7.6 series of Touch
firmware, so I have the patch marked as only compatible with 7.5.


-- 
peterw

http://www.tux.org/~peterw/ 
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-09-25 Thread firedog

Touch updated to r9129 today.

After update, in the patch installer, it tells me no patches are
available.

I have the setting for "allowing 3rd party/all patches" turned on.

Any ideas?


-- 
firedog

Tranquil PC fanless WHS server running SqueezeServer; SB Touch slaved to
Empirical Audio Pace Car; MF X-150 amp, MF V DAC3, Devore Gibbon Super 8
Speakers; Mirage MS-12 sub; Dual 506 + Ortofon 20 (occasional use);
sometimes use PC with M-Audio 192 as digital source. SB Boom in second
room. Arcam CD82 which I don't use anymore, even though it's a very
good player.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-08-08 Thread firedog

When I look for the app,I see one by Peter to "lock volume", but not one
called "fix volume at 100%"

What am I missing? (and yes, I removed the check on "supported plugins
only").

Thanks


-- 
firedog

Tranquil PC fanless WHS server running SqueezeServer; SB Touch slaved to
Empirical Audio Pace Car; MF X-150 amp, MF V DAC3, Devore Gibbon Super 8
Speakers; Mirage MS-12 sub; Dual 506 + Ortofon 20 (occasional use);
sometimes use PC with M-Audio 192 as digital source. SB Boom in second
room. Arcam CD82 which I don't use anymore, even though it's a very
good player.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-06-01 Thread soundcheck

erland;552144 Wrote: 
> Isn't that what the already supported replay gain tags are for ?

on mp3s. on flacs. 

Ever tried that on .wav? ;)

And:

Replay gain refers to normally 89db (83db you'll find in the
specification)  as reference. Everything will be adjusted accordingly.

But that's not at all related to the material and the recording and the
type of music.
I played a lot with Sox to figure out how to apply a generic algorithm.
I gave up on it after a some tries and discussions about it.

In my case - I set it once and that's it. It'll perfectly match my
system configuration, environmental conditions and personal listening
preferences.

If my overall system gain changes and I'd need a general gain adjust on
my source material, I just run a script that adds or subtracts
respective dbs on all my album volume flags.


Cheers


-- 
soundcheck

soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-06-01 Thread erland

soundcheck;552127 Wrote: 
> 
> On my own player I use a "best-volume" variable per album.  On .wav and
> .flac. The value is stored in a file of the directory of each album.
> This way I don't have to do any volume control on the fly during
> listening sessions. The player starts. If the file is there the value
> will be applied.
> Pretty simple and effective.
> 
Isn't that what the already supported replay gain tags are for ?


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-06-01 Thread soundcheck

JohnSwenson;551727 Wrote: 
> Volume control IS one of the things that is handled in both the player
> and the server. 
> 
> Whether volume is always max or not could be done just locally or it
> could be done using the complex local/server approach that volume
> control is dealt with. I'm leaning towards leaning towards letting
> Logitech decide if its something they want as just a local setting or
> not. 
> 
> Of course anyone could write an applet that does it locally and
> bypasses any official word on the subject.
> 
> John S.

John. 

Ever tried offline volume control - converting the file before it gets
played? I did and do. ;) On my own player. It makes a difference in
that setup.

How would I run my volume control on the server? Is there a variable in
convert.conf that I could apply to a Sox command or something like
that?

BTW:
On my own player I use a "best-volume" variable per album.  On .wav and
.flac. The value is stored in a file of the directory of each album.
This way I don't have to do any volume control on the fly during
listening sessions. The player starts. If the file is there the value
will be applied.
Pretty simple and effective.


Cheers


-- 
soundcheck

soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-05-30 Thread JohnSwenson

JJZolx;551704 Wrote: 
> Few SqueezePlay-based player settings are held on the server.  Syncing
> anything between players, SbS and mysb.com has turned out to be a
> nightmare for Logitech, so they're stored only locally.  If they ever
> get the syncing figured out maybe one day they'll make things as user
> friendly as with the old ip3k players.

Volume control IS one of the things that is handled in both the player
and the server. 

Whether volume is always max or not could be done just locally or it
could be done using the complex local/server approach that volume
control is dealt with. I'm leaning towards leaning towards letting
Logitech decide if its something they want as just a local setting or
not. 

Of course anyone could write an applet that does it locally and
bypasses any official word on the subject.

John S.


-- 
JohnSwenson

JohnSwenson's Profile: http://forums.slimdevices.com/member.php?userid=5974
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-05-30 Thread JJZolx

JohnSwenson;551698 Wrote: 
> Since similar stuff has already been done for previous players it part
> of the server interface as well, so there needs to be syncing between
> player UI and server UI and prefs for each.

Few SqueezePlay-based player settings are held on the server.  Syncing
anything between players, SbS and mysb.com has turned out to be a
nightmare for Logitech, so they're stored only locally.  If they ever
get the syncing figured out maybe one day they'll make things as user
friendly as with the old ip3k players.


-- 
JJZolx

Jim

JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-05-30 Thread peterw

JohnSwenson;551698 Wrote: 
> Its easy to hack something up like peter did, or even a simple applet.
> The problem is doing it "right" is complicated
> ...
> Having both a server UI and a player UI have made things like this
> quite a bit more complicated. Its not that it can't be done, but that
> to do it "right" is not trivial. 
> 

I disagree, at least on this issue. Fixed volume for SB3 means offer
volume control, but ignore the player volume and always output 100%.
And that's a great solution, as it allows 3rd party code like
DenonSerial and Denon AVP Control to sync the amp/receiver gain to the
apparent Squeezebox volume. To do that properly on Touch, all that's
needed is what Jim suggested: add a UI on Touch to lock the output
(this doesn't need any code in SBS or MySB; we've already established
precedent for settings that reside 100% locally on Squeezeplay
devices). I haven't bothered to write a better patch because 1) I
personally have no need for this and 2) submitting a patch just makes
me more invested in a bug, and more annoyed if Logitech rejects or
ignores my work. From Logitech's handling of Jim's bug, it seems likely
they'll never implement this for Touch, so I'd likely end up flustered
if I submitted a proper fix. Fortnately the post-Dean leadership at
Logitech at least fixed the source code license so we can share hacks
like this one!
.
Also I don't think it's fair to say this one-liner is "easy". There are
no great Lua IDEs available, so finding which line(s) of code to change
can take some time. Maybe I'm an idiot with poor debugging skills, but
I did spend some time tracking down that key line of code. :-)


-- 
peterw

http://www.tux.org/~peterw/ 
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-05-30 Thread JohnSwenson

JJZolx;551594 Wrote: 
> Ideally, shouldn't the patch also create a new 'Volume Control' setting
> in Settings > Audio to turn the behavior on and off?  If it were a
> complete patch maybe it would be easier to get Logitech to implement it
> in the next 7.5.2 firmware.
> 
> Then again, maybe the Touch is so horribly hamstrung for memory that
> there won't be any more options implemented.

Its easy to hack something up like peter did, or even a simple applet.
The problem is doing it "right" is complicated. Volume control settings
are handled in at least 7 different files and include stuff in the
server as well as the player code. It certainly can be done but its not
a 2 minute task. 

Since similar stuff has already been done for previous players it part
of the server interface as well, so there needs to be syncing between
player UI and server UI and prefs for each. 

Someone has to make a decision as to how this is all going to work and
then bring together all the little pieces scattered around that are
needed to implement it. 

Having both a server UI and a player UI have made things like this
quite a bit more complicated. Its not that it can't be done, but that
to do it "right" is not trivial. 

John S.


-- 
JohnSwenson

JohnSwenson's Profile: http://forums.slimdevices.com/member.php?userid=5974
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-05-30 Thread peterw

JJZolx;551594 Wrote: 
> If it were a complete patch maybe it would be easier to get Logitech to
> implement it in the next 7.5.2 firmware.
> 
> Then again, maybe the Touch is so horribly ...

I think Logitech staff are just busy dealing with higher priority
tickets.


-- 
peterw

http://www.tux.org/~peterw/ 
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-05-30 Thread JJZolx

Ideally, shouldn't the patch also create a new 'Volume Control' setting
in Settings > Audio to turn the behavior on and off?  If it were a
complete patch maybe it would be easier to get Logitech to implement it
in the next 7.5.2 firmware.

Then again, maybe the Touch is so horribly hamstrung for memory that
there won't be any more options implemented.


-- 
JJZolx

Jim

JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-05-30 Thread firedog

Thanks a million.


-- 
firedog

Tranquil PC fanless WHS server running SqueezeServer; SB Duet through
Empirical Audio Pace Car; MF X-150 amp, MF V DAC3, Devore Gibbon Super
8 Speakers; Mirage MS-12 sub; Dual 506 + Ortofon 20 (occasional use);
sometimes use PC with M-Audio 192 as digital source. SB Boom in second
room. Arcam CD82 which I don't use anymore, even though it's a very
good player.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-05-29 Thread erland

firedog;551344 Wrote: 
> 
> I somehow don't get it. How do I install the patch installer?
> 
You need a Squeezebox Server installed on a computer at the moment. 

On the Touch, now connect to the SBS and select
Settings/Advanced/Applet Installer, uncheck the "Recommended applets
only" checkbox and select to install "Patch Installer".

firedog;551344 Wrote: 
> 
> And where do I find the actual audio 100% patch so that the patch
> installer can install it?
> 
On the Touch, goto Settings/Advanced/Patch Installer and then select to
install "Volume Fixed at 100%" patch.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-05-29 Thread firedog

Hi, 

I somehow don't get it. How do I install the patch installer?

And where do I find the actual audio 100% patch so that the patch
installer can install it?

Thanks,
Danny


-- 
firedog

Tranquil PC fanless WHS server running SqueezeServer; SB Duet through
Empirical Audio Pace Car; MF X-150 amp, MF V DAC3, Devore Gibbon Super
8 Speakers; Mirage MS-12 sub; Dual 506 + Ortofon 20 (occasional use);
sometimes use PC with M-Audio 192 as digital source. SB Boom in second
room. Arcam CD82 which I don't use anymore, even though it's a very
good player.

firedog's Profile: http://forums.slimdevices.com/member.php?userid=11550
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread peterw

cat6man;539980 Wrote: 
> .doesn't this need to be redone each time there is a new version of code
> for the touch?

Yes, it does. I've updated the first post -- I just published a patch
for use with Erland's Patch Installer applet, so it's much easier to
apply the patch *and* if you have both the Applet Installer set to
reinstall applets after firmware updates and Patch Installer set to
reinstall patches after updates, you should only need to apply the
patch once. Currently the patch is flagged as being suitable for SBS
version 7.5.* only; I haven't looked at the Touch firmware for SBS
7.6.* yet.

If you've manually edited the Lua file, you will need to revert to the
previous copy before you can patch your Touch with Erland's Patch
Installer applet.


-- 
peterw

http://www.tux.org/~peterw/
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread peterw

Tony T;540002 Wrote: 
> What is the benefit of locking at 100% 
> I'm new to the Touch and I'm running through a Byrston pre-amp.  I
> currently have the Touch at 50% volume.  Should I push it to 100%?

If you're using analog output, you've just raised the noise floor about
25 dB (volume 50 = about -25 dB gain, theoretical noise floor is about
-100 dB). If you're using digital out with Red Book content, you might
be losing some data --IIRC, the Squeezebox DAC uses 24 bits, so if you
turn it low enough, the Squeezebox has to start discarding bits. If
you're using 24 bit hi-res content, you need 100% digital out to
preserve all the music. The general recommendation is to use volume
levels of at least 80-100 for critical listening. 

Personally I fix the volume so I can sync the fictional volume with my
amp's volume; this way, I can use a Squeezebox Controller anywhere in
my house to adjust my Denon amp"s volume, even if I'm listening to
another audio source. My old amp wasn't that nice, but I still locked
the Squeezebox volume so it matched the other components. I only really
use Squeezebox volume control for the systems where the Squeezebox is
the only music source.


-- 
peterw

http://www.tux.org/~peterw/
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread Tony T

peterw;539626 Wrote: 
> 
> After you've done this, Touch will behave like a Squeezebox Classic
> with its volume control disabled -- you'll see onscreen volume
> indication, the IR remote will make that volume indication change, as
> will other mechanisms like the touchscreen and web UI. But the audio
> output will be locked at full volume.

What is the benefit of locking at 100% 
I'm new to the Touch and I'm running through a Byrston pre-amp.  I
currently have the Touch at 50% volume.  Should I push it to 100%?


-- 
Tony T

Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread peterw

pounce;539986 Wrote: 
> Perhaps it would be better to conditionally force the volume based on a
> setting value vs hard coding it in this way.

Yes, it would. Jim opened a ticket on that last year, asking that it be
an officially supported option. See my recent poll thread for more info.


-- 
peterw

http://www.tux.org/~peterw/
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread pounce

Perhaps it would be better to conditionally force the volume based on a
setting value vs hard coding it in this way.


-- 
pounce

pounce's Profile: http://forums.slimdevices.com/member.php?userid=12645
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread cat6man

maybe this should be a sticky...doesn't this need to be redone
each time there is a new version of code for the touch?


-- 
cat6man

cat6man's Profile: http://forums.slimdevices.com/member.php?userid=37398
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread pippin

peterw;539969 Wrote: 
> I don't have any tracks with extreme enough ReplayGain values to easily
> discern if this impacts ReplayGain or not, but from the looks of the
> Lua code in file that I suggest editing, it appears that it should
> *not* affect ReplayGain. Also I've tested and the volume controls
> continue to work 100% normally if Touch is being used to control
> another remote player. Now I need to learn how to package up this
> one-liner for Erland's Patch Installer...

Well, Playback.lua is only for the player part of Squeezeplay, it has
nothing to do with the Controller part and it mostly driven by
SlimProto.

The volume control code works by translating volume levels (0-100) to a
Replay gain value ramp (using a translation table) from 0 to 65536
(that's 16 Bits!) and adding the replay gain values to that. I assume
you get clipping at 100% if you try to make something even louder (NOT
clipping in the audio, it just doesn't get any louder), my
understanding is that replay gain will work +/-0 on average.

You could use a similar mechanism for balance although if you want to
operate at 100% volume you would then always have to go for negative
balance values.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread peterw

m1abrams;539792 Wrote: 
> Curious though if gainL and gainR values are used tweaked for replayGain
> adjustment as well.  If they are this would break that.

I don't have any tracks with extreme enough ReplayGain values to easily
discern if this impacts ReplayGain or not, but from the looks of the Lua
code in file that I suggest editing, it appears that it should *not*
affect ReplayGain. Also I've tested and the volume controls continue to
work 100% normally if Touch is being used to control another remote
player. Now I need to learn how to package up this one-liner for
Erland's Patch Installer...


-- 
peterw

http://www.tux.org/~peterw/
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread davebe

I've confirmed that this works with the digital out on the SB Touch. The
volume slider can be moved, but the actual digital out level does not
change.

Enabling the DenonAvpControl plugin on SBS 7.5, I can now control the
volume of my Denon 3808ci using the volume sliders on the SB Touch, SBS
7.5 web UI, iPeng on the iPod Touch, and Squeeze Commander on the Moto
Droid.  Gadget bliss.  Nice work Peter!

--Dave


-- 
davebe

davebe's Profile: http://forums.slimdevices.com/member.php?userid=37773
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread m1abrams

Curious though if gainL and gainR values are used tweaked for replayGain
adjustment as well.  If they are this would break that.


-- 
m1abrams

m1abrams's Profile: http://forums.slimdevices.com/member.php?userid=850
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread pippin

I KNEW it was a single-line-of-code change :)


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-24 Thread pippin

I KNEW it was a single-line-of-code change :)


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


Re: [SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-23 Thread Mnyb

It works with digital out to ! splendid.
Thankyou, I also tested with DTS tracks it is really 100%

My klingon is a bit rusty ;)

but looking at that code it seem like you are awfully close to being
able to design a balance control as gainL and gainR is separate
values.

The Q of a balance control has ben raised numerous time's

I think your karma would increase rapidly if designed an balance applet
as well as as an volume lock patch.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J and assorted amps SiriuS,
Classe'Primare and Dynadio speakers (including a pair of Contour 4 )
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Miscellaneous use: Radio (with battery)
I use a Controller various ir-remotes and a Eee-PC with squeezeplay to
control this

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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


[SlimDevices: Touch] How to lock audio output at 100% (I think)

2010-04-23 Thread peterw

I've only verified this with analog outs (actually, just the headphone
jack), but for those of you who want your Touch to always play at 100%,
try this:


- In Home > Settings > Advanced > Remote login, enable SSH
- SSH in as root, password 1234
- Back up the file you're about to edit:

Code:

cp -p /usr/share/jive/jive/audio/Playback.lua 
/usr/share/jive/jive/audio/Playback.lua.bak


- Edit /usr/share/jive/jive/audio/Playback.lua with 'vi', replacing
  the line

Code:

decode:audioGain(data.gainL, data.gainR)


  which you should find around line #819 with

Code:

decode:audioGain(65536, 65536)


- Reboot your Touch (use the 'reboot' command)
- For good measure, use Home > Settings > Advanced > Remote login and
  disable SSH
  

After you've done this, Touch will behave like a Squeezebox Classic
with its volume control disabled -- you'll see onscreen volume
indication, the IR remote will make that volume indication change, as
will other mechanisms like the touchscreen and web UI. But the audio
output will be locked at full volume.

Please let me know if this really does seem to work for those of you
using your Touch regular analog outs and digital outputs. If so, I'll
make a nice patch for Erland's Patch Installer applet so this is easier
to apply.


-- 
peterw

http://www.tux.org/~peterw/
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=77837

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