Posts: 7
Threads: 3
Joined: Oct 2021
Reputation:
0
10-30-2021, 08:15 PM
Hello,
unfortunately I cannot use my Hifiberry Miniamp for a Multiroom client. Is there a comparable amplifier that can be used for this?
Will future Version of moode audio support Hifiberry Miniamp in Multiroom setups?
Posts: 13,398
Threads: 304
Joined: Mar 2018
Reputation:
543
Hardware volume is needed because the Receiver daemon does not provide any volume control. It's only job is to decode and play audio frames received from the Sender.
There are no plans at least in the moOde project to implement software volume in the Receiver daemon because these days most audio devices including Pi integrated HDMI and Headphone out support hardware volume. It's typically only the very low end or feature limited boards that still don't do hardware volume.
Posts: 13,398
Threads: 304
Joined: Mar 2018
Reputation:
543
In a Multiroom audio system there is no system wide absolute volume. Receivers must be allowed to have their own volume level to accommodate any differences in Receiver audio hardware, speaker placement and room acoustics. The Sender only transmits its change in volume level (up/down N) to the Receivers and not an absolute volume level.
For example consider two Receivers where one is connected to your desktop speakers in the Library and the other connected to small speakers located on top of your Kitchen cabinets. Volume level 15 might be fine for the desktop speakers but the Kitchen speakers might need to be at level 35 to create an appropriate sound level for that room. When you increase Sender volume by 5 the Library Receiver level becomes 20 and the Kitchen level becomes 40. Thats how the moOde implementation works.
Posts: 13,398
Threads: 304
Joined: Mar 2018
Reputation:
543
I don't know how that could be done.