Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner


Reply
 
Share Thread Tools Display Modes
Old 05-04-2009, 03:51 PM   #1
Newbie
 
Join Date: Jun 2008
Posts: 30
potpeye is on a distinguished road
Volume Control on Vista x64 Problem

So I have Vista x64 using Auznetech Forte 7.1. First off its is amazing soundcard went from a usb Creative X-Fi 5.1 to this and the sound outputs has double and quality of sound is just WOW.

So here is my problem my sound volume control has controls for front,rear,sub, center and one more I forget. When using the volume control that came with the hardware or windows the volume increase or decreases evenly for all channels.

When changing the volume in RideRunner only the left and right front speakers volume increase or decrese but the rear left and right rear speakers doesn't change.
potpeye is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 05-04-2009, 07:52 PM   #2
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
guino will become famous soon enoughguino will become famous soon enough
sounds like something that mitch would like to look at.. I've left him a note about this thread (he's traveling I think)
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 05-05-2009, 04:28 PM   #3
Raw Wave
 
Join Date: Oct 2004
Posts: 2,128
mitchjs is on a distinguished road
potpeye, i will assume u installed vista volume control option with the RideRunner Installer?

the volume that is the MASTER VISTA VOLUME, so what ever that does, is what RideRunner will control with ITS MASTER VOLUME Control...

technically AUDIO is 2 channel, what the soundcard is doing with rears is mostlikey up to the drivers...

mitch
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 05-05-2009, 05:16 PM   #4
Newbie
 
Join Date: Jun 2008
Posts: 30
potpeye is on a distinguished road
So using the Mitchjs Vista tool I saw that my soundcard had 6 lines (1 line for each speaker). The volume control via RideRunner or your executable is only turning the volume up on 2 of those lines (front left and front right) but leaving the other 4 (rear left,rear right, center, sub) lines alone.

The fact that Mitchjs vista sound executable was able to see those lines tells me there should be a way to control them but Vista isnt widely used for carpc so may not be worth the time. Just seeing if there was a quick fix to this.

*PS besides the sound issue with volume control RideRunner and plugins work perfectly fine under Vista x64.

Last edited by potpeye; 05-05-2009 at 05:18 PM.
potpeye is offline   Reply With Quote
Old 05-05-2009, 09:50 PM   #5
Raw Wave
 
Join Date: Oct 2004
Posts: 2,128
mitchjs is on a distinguished road
it is working correctly

also ALOT has to do with manufacturer's DRIVERS!!! in vista audio is quite different... BUT
the volume that RR controls (assuming alot since u mention nothing about skin)
is the WINDOWS MASTER VOLUME!!

also, what is my vista sound executable?
you mean "Vista Mixer Control Explorer.exe"???

that will NOT show OUTPUT LINES, only INPUT LINES
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 05-05-2009, 09:52 PM   #6
Raw Wave
 
Join Date: Oct 2004
Posts: 2,128
mitchjs is on a distinguished road
you could post the output window of Vista Mixer Control Explorer.exe
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 05-06-2009, 10:45 AM   #7
Newbie
 
Join Date: Jun 2008
Posts: 30
potpeye is on a distinguished road
Not really using anyones skin. I using a my custom skin base on Pcpetes flash objects. I will post screenshots soon of my sound problem.

Thanks again
potpeye is offline   Reply With Quote
Old 05-06-2009, 02:44 PM   #8
Raw Wave
 
Join Date: Oct 2004
Posts: 2,128
mitchjs is on a distinguished road
if thats the case, what is ur skin code...
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-06-2009, 06:16 PM   #9
Newbie
 
Join Date: Jun 2008
Posts: 30
potpeye is on a distinguished road
VOl+ or VOl- is pretty much the code I am using to change the volume.

I came across a DLL written in C++ 2008 and suppose to allow you to truly take control of Vista Master volume. I going to load that DLL up to AutoIT when I get home and give it a test to see if it solves my problem.

http://www.autoitscript.com/forum/in...howtopic=84834 is where I found the DLL.
potpeye is offline   Reply With Quote
Old 05-06-2009, 06:32 PM   #10
Raw Wave
 
Join Date: Oct 2004
Posts: 2,128
mitchjs is on a distinguished road
ah, no u dont need all that

vista volume control support in RR, truely controls the VISTA MASTER VOLUME

U ALSO SEEM TO NOT ANSWER DIRECT QUESTIONS

use

Vista Mixer Control Explorer.exe

that will do exactly what RR DOES internally

if all ur speakers dont adjust, make sure windows KNOWS that u got 5.1 or 4.1 or what u have
you have to have settings right about "SPEAKERS" in vista
and then its all how manufacture drivers work with vista

ie... if the vista's own volume control works, so will RR!!!
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 05-06-2009, 10:42 PM   #11
Newbie
 
Join Date: Jun 2008
Posts: 30
potpeye is on a distinguished road
Well not sure what you mean about my code for the skin. I am a newb if you can clarify I can provide.

Well the thing is Vista Mixer Control Explorer.exe doesnt control all my speakers but see them. Vista speaker is setup properly for 5.1 and windows know it.

Vista volume control all my speakers evenly but does not work that way in RR.

Back to work, the dll I linked above works it control all my speakers equally. I don't know how to make a RR plugin so I probably make a autoit script in conjuction with the dll above to fix my problem.

*The DLL creator did provide the source code to his DLL to be recoded or implemented to RideRunner I just dont have Visual C++ 2008 to do it.
potpeye is offline   Reply With Quote
Old 05-10-2009, 03:32 AM   #12
Raw Wave
 
Join Date: Oct 2004
Posts: 2,128
mitchjs is on a distinguished road
WHY do u ignore my request for information, i do want to help u

run
Vista Mixer Control Explorer.exe

and copy/paste the text window.. so i can see what is enumerated
or snap shot image...
so ur saying the MICROSOFT windows MASTER volume control controls all outputs, but in Vista Mixer Control Explorer.exe the one labeled MASTER VOLUME does not?
Attached Images
 
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

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
Problems with Volume Control scorp965 CF Bug Reports 4 08-07-2008 03:50 PM
How does the volume control for Streetdeck show up on Vista t3sn4f2 StreetDeck 0 10-29-2007 02:58 PM
Volume problem with RR. Outsider787 Road Runner 3 08-01-2007 02:45 AM
Problem after open rr with Wave Volume in Control Volume of Windows tiskone Road Runner 5 06-29-2007 03:24 AM
USB Sound Card with ASIO driver and volume control tbdombrosky General Hardware Discussion 0 02-04-2003 12:00 AM



All times are GMT -5. The time now is 02:44 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics