Volume control

Posted by: dr_dos

Volume control - 22/06/2004 13:59

Is there actually a way to get a volume control implemented?

Peter
Posted by: tfabris

Re: Volume control - 23/06/2004 10:07

Play all your music from a Rio Receiver?
Posted by: dr_dos

Re: Volume control - 24/06/2004 09:55

That's not quite what I wanted
So, does that mean it's not possible? No volume control on a central at all?

Peter
Posted by: tfabris

Re: Volume control - 24/06/2004 10:44

The Central has only line-level and digital outputs, not speaker outputs. That means it was meant to be plugged into a stereo system that's already got an amplifier with its own volume control. In fact, I'm curious as to how you're even amplifying it in such a way that you don't already have another volume control for it.

To answer your question directly:

- You could write your own Linux/ARM player software from scratch which includes a volume control.

- You could figure out how to hack the kernel to include some kind of rudimentary volume control, although integrating it into the main player UI would probably prove to be quite tricky.

- You could purchase and wire up a stereo potentiometer on the RCA output cables.

- You could hack the stereo potentiometer into the casing of the unit.
Posted by: dr_dos

Re: Volume control - 28/06/2004 20:44

In fact, I'm curious as to how you're even amplifying it in such a way that you don't already have another volume control for it.

A volume control is already there (the central is hooked up to a Kenwood pre-amplifier, which is connected to a Behringer Ultra Curve Pro 8024 DSP, which is connected to two Denon POA 4400 pwr amplifiers) - what I wanted is a volume control via the remote control. But, as it looks like, it'll be easier to get a pre-amp w/remote (volume) control than to get it implemented into the central.

Peter
Posted by: msaeger

Re: Volume control - 29/06/2004 00:05

I know what you mean. I said I wanted that and they said I was crazy too.
Posted by: altman

Re: Volume control - 04/08/2004 08:18

Volume is possible, in the same way that volume was hacked into the Rio Receiver - the same DAC (PCM1716) is used, which has a digital attenuation control in it which is unused currently.

A kernel hack could easily trap certain IR codes and use these to adjust the DAC's volume control. This wouldn't affect SPDIF, just line out.

Hugo