MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » Improvement Suggestions


Improvement Suggestions You have an idea how MediaPortal could be improved? Post it in here.

Reply
 
Thread Tools Display Modes
Old 2006-12-20, 00:46   #1 (permalink)
Portal Member
 
Join Date: Sep 2005
Posts: 555
Thanks: 0
Thanked 1 Time in 1 Post


Default integration with surround receiver

I have read that someone is working on a "global" volume control. Id like that thought generalised:

A general audio-control window popping up whenever i touch the mute, volume or other relevant button. Using girder or some other back-end, this could be 2-way synchronised to any receiver with serial connection.

This means that the receiver behaviour could be modified in some interesting ways:
always surround modes in my tv, my movies, always stereo in my music
use pc remote to control receiver volume/mute
MP keeps an internal volume state that is updated even when the physical volume pot of th receiver is moved

-k
knutinh is offline   Reply With Quote
Old 2006-12-20, 16:06   #2 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,698
Thanks: 120
Thanked 126 Times in 87 Posts

Country:

My System

Default

I guess most people really using AVR's will be using digital connections. Therefore it's useless to think about software volume adjustment.

But for the surround modes you might want to get a cheap remote like the logitech harmony ones where you just press "Watch TV" and it powers on all devices, switches to AV, MP to TV, AVR to Pro-Logic, etc..
__________________
rtv is offline   Reply With Quote
Old 2006-12-20, 20:20   #3 (permalink)
VdR
MP Donator
 
VdR's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 210
Thanks: 6
Thanked 3 Times in 3 Posts

Country:

My System

Default

Agree with rtv, shouldn't do volume control on a digital output, instead use the IR bugs (or another i/f) to adjust volume on the external amplifier. I use HIP to do this.

If you want to change other settings (like surround etc.) and make that context/event driven check out the 'replacement MCE remote' plug-in from and-81.


VdR
VdR is offline   Reply With Quote
Old 2006-12-20, 22:52   #4 (permalink)
Portal Member
 
Join Date: Sep 2005
Posts: 555
Thanks: 0
Thanked 1 Time in 1 Post


Default

Quote:
Originally Posted by rtv View Post
I guess most people really using AVR's will be using digital connections. Therefore it's useless to think about software volume adjustment.

But for the surround modes you might want to get a cheap remote like the logitech harmony ones where you just press "Watch TV" and it powers on all devices, switches to AV, MP to TV, AVR to Pro-Logic, etc..
When the connection is AC3/dts (receiver used for decoding), then it is practically impossible to do attenuation locally on the PC.

If there is any processing done in the receiver (EQ, room-correction etc), then at least theoretically, there could be some benefit to doing attenuation as the final stage (the receiver could further have an analog volume stage (motorised potentiometer or VCA) post DAC, meaning that no bits are "wasted" even when doing a lot of attenuation).

regards
Knut
knutinh is offline   Reply With Quote
Old 2006-12-20, 22:54   #5 (permalink)
Portal Member
 
Join Date: Sep 2005
Posts: 555
Thanks: 0
Thanked 1 Time in 1 Post


Default

Quote:
Originally Posted by VdR View Post
Agree with rtv, shouldn't do volume control on a digital output, instead use the IR bugs (or another i/f) to adjust volume on the external amplifier. I use HIP to do this.

If you want to change other settings (like surround etc.) and make that context/event driven check out the 'replacement MCE remote' plug-in from and-81.


VdR
Why would I use a serial-IR connection when there are direct rs232-connections that promise everything that IR has, and then adds the benefit of 2-way connectivity?

-k
knutinh is offline   Reply With Quote
Old 2006-12-20, 23:04   #6 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,698
Thanks: 120
Thanked 126 Times in 87 Posts

Country:

My System

Default

eeeer - maybe my setup is just too "perfect" but please try to explain why I didn't want to control my AVR directly but instead send MP a command, let a plugin try to translate that, output that via a cable (which would have to be bought) to the AVR to finally do the same?

Sorry I just don't get it...

Edit: I was just thinking about a possible need: If the receiver isn't in the same room and cannot be controlled via IR or RF - but then the speakers most likely aren't either...
__________________

Last edited by rtv; 2006-12-20 at 23:09.
rtv is offline   Reply With Quote
Old 2006-12-20, 23:29   #7 (permalink)
Portal Member
 
Join Date: Sep 2005
Posts: 555
Thanks: 0
Thanked 1 Time in 1 Post


Default

A) I would like as few remotes as possible. I was hoping to use my PDA to control everything, but this isnt quite working yet.

B) I like surround for watching movie/tv-content, but stereo for listening to music

C) I would like to retain as much quality as possible in my signal chain - even if the perceptual gain may be dubious.

D) I would like to have ReplayGain integrated into my gain setup eventually

1. I could buy a programmable remote-control (that is either quite expensive, or very "cheap"), program it to control my receiver, buy a new IR receiver for my HTPC*) and program the remote control to that one, then manually switch the receiver to "surround" when watching tv, and "stereo" when listening to music.

2. Or I could purchase a IR-transmitter for my HTPC and set it up in front of my receiver for controlling it one-way.

3. Or I could use a bog standard rs-232 cable found in my appartement, and some simple software that evidently does not exist. :-)


*) I have an iMon PAD remote. It is using "proprietary" codes that evidently is very difficult to learn for learning remotes. It cannot learn any commands by itself.
knutinh is offline   Reply With Quote
Old 2006-12-21, 00:56   #8 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,698
Thanks: 120
Thanked 126 Times in 87 Posts

Country:

My System

Default

yeah - I agree; that iMon remote sucks. I'm not a big fan of that "cheap plastic" Harmony remotes but actually mine does exactly what you want for 50 bucks. Even Switching to Pro-Logic for TV / off for music ;-)

re 3: maybe code that "little" software then
__________________
rtv is offline   Reply With Quote
Old 2006-12-21, 01:03   #9 (permalink)
Portal Member
 
Join Date: Sep 2005
Posts: 555
Thanks: 0
Thanked 1 Time in 1 Post


Default

Quote:
Originally Posted by rtv View Post
re 3: maybe code that "little" software then
=) I should haven seen that one coming ;-)

-k
knutinh is offline   Reply With Quote
Old 2006-12-21, 13:06   #10 (permalink)
VdR
MP Donator
 
VdR's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 210
Thanks: 6
Thanked 3 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by knutinh View Post
Quote:
Originally Posted by VdR View Post
Agree with rtv, shouldn't do volume control on a digital output, instead use the IR bugs (or another i/f) to adjust volume on the external amplifier. I use HIP to do this.

If you want to change other settings (like surround etc.) and make that context/event driven check out the 'replacement MCE remote' plug-in from and-81.


VdR
Why would I use a serial-IR connection when there are direct rs232-connections that promise everything that IR has, and then adds the benefit of 2-way connectivity?

-k
You probably wouldn't, that's why I wrote '(or another i/f)'.

VdR
VdR is offline   Reply With Quote
Reply

Bookmarks

Tags
integration, receiver, surround

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Integration of new Hardware IR Receiver / Transmitter AndreWeber Plugins 18 2007-05-13 08:11
input, output surround? evow Installation, configuration support 1 2007-01-13 19:25
Surround sound not working right crawdaddy Codecs, External Players 7 2006-07-27 13:58
Will the MS MCE keyboard work with the iMon IR receiver snewman General Support 3 2006-05-26 19:25
problem with surround sound from PC to receiver pglenn General Support 16 2006-05-22 21:49


All times are GMT +1. The time now is 17:06.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden