The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS

Reply
 
LinkBack Thread Tools Display Modes
Old 01-25-2005, 02:56 PM   #1
Newbie
 
Join Date: Jan 2005
Posts: 49
Iguidance and Centrafuse Lowering volume?

So ive searched the forum to find the c++ solution to lowering the volume as the directions are spoken. Is there any other way to do this? It would be great to use centrafuse together with iguidance.
fenderbender is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 06-04-2005, 09:41 PM   #2
Maximum Bitrate
 
d_sellers1's Avatar
 
Join Date: Mar 2002
Location: Austin, Texas
Posts: 855
updated

Quote: Originally Posted by fenderbender
So ive searched the forum to find the c++ solution to lowering the volume as the directions are spoken. Is there any other way to do this? It would be great to use centrafuse together with iguidance.

I have a solution for this. In fact, I just got done figuring out what needed to be done but I decided it would be wise to search to see if anyone else talked about this.

BEFORE READING, note that I need a way to modify the volume on a batch of .wav files. The method I describe will work but will be time consuming without it.

EDIT: I have modified all the files. See post #12 in this thread.

]First things first. Make a backup of the sound files in case you screw something up.
Step 1: Browse to the iGuidance installation folder (ie., C:\Program Files\iNav\iGuidance\)
Step 2: Click File > New Folder and name it Snd_Backup
Step 3: Double click Snd folder
Step 4: Click Edit > Select All
Step 5: Click Edit > Copy
Step 6: Go back to the installation folder (see step 1)
Step 7: Right-click on the Snd_Backup folder and select Paste

Determine Volume Preference
This part takes a little bit to play with because everyone's hardware and set up is difference. It's not hard though so just bare with me.

Step 1: Start some music playing in CF (or any front-end) (Use your front-end because different programs will play at different volume levels.)
Step 2: Launch iGuidance
Step 3: Select Menu > Volume
Step 4: Press the Test button (Voice should be about equal to the music playing)
Step 5: Lower the iGuidance volume slide to about one-quarter (1/4 or 25%)
Step 6: Press the Test button (The overall sound should have gotten lower. Adjust the volume slide to get the lowering volume set to your preferred level)
Step 7: Now open the Dest.wav file in the Snd folder with Sound Recorder (C:\Windows\System32\sndrec32.exe)
Step 8: Click Effects > Increase Volume (by 25%) Do this two or three times but be sure to keep track of how many times you do this
Step 9: Click File > Save (leave the file open; do not close yet)
Step 10: Go back into iGuidance and click the Test button. (The voice should be slightly louder than the music.)
Step 11: Repeat steps 8-10 until the level is where you want it. (Don't forget to keep track of how many times you increased the volume.) It took about 8 increases to reach my preferance.

Now here's the bad part. There are 85 more files that still need the volume raised. At this point I only know how to manually do each one as described in steps 7-11. Granted, it's not hard work but would be time consuming. Right now I need a program that can take a batch of .wav files and increase the volume. I'll start doing some searching but maybe someone already knows of one. (Command-line based would be preferred.)

Derek
__________________
Progress [||-------]
View my Worklog to see some of my progress.
Downgraded Progress - Starting with another car... 09/13/06

Last edited by d_sellers1; 06-23-2005 at 03:08 AM.
d_sellers1 is offline   Reply With Quote
Old 06-04-2005, 09:52 PM   #3
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,703
Dsellers: clever solution. I had concluded that this was the best way to do it too... kind of a workaround, but I guess it works. My only concern was whether the quality of the guidance sound files would suffer/distort after being increased like this.

I believe there are plenty sound utilities out there that would increase volume of wav files in a batch process. (I just switched from Mac to PC, so can't really tell you what's available on the PC end... there where at least 2 apps in Mac that would do this).

Anyone else know of a util for PC for this job?
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music

Last edited by justintime; 06-04-2005 at 10:39 PM.
justintime is offline   Reply With Quote
Old 06-04-2005, 10:37 PM   #4
Well, He asked for it.
 
WebDog's Avatar
 
Join Date: Sep 2004
Location: Los Angeles, CA (West LA)
Posts: 1,653
im just using the settings built inot IG and its working great in CF...
__________________
2005 VW GTI MKIV - SOLD
WebDog is offline   Reply With Quote
Old 06-16-2005, 11:47 PM   #5
FLAC
 
mbkowns's Avatar
 
Join Date: Mar 2004
Location: SOCAL
Posts: 1,139
The program "cool edit" will do this as well as many other features in a batch mode.
__________________
2005 Ford Mustang GT <- - - UPDATED PICTURES

2003 KAWASAKI Z1000 - CUSTOM MODZ

MBK (AIM = IllMBKllI)
mbkowns is offline   Reply With Quote
Old 06-16-2005, 11:50 PM   #6
FLAC
 
mbkowns's Avatar
 
Join Date: Mar 2004
Location: SOCAL
Posts: 1,139
I thought about this already but I don't like this approach we need to be able to pause as the directions are played. I wonder if there is a way to detected that on READ of a file that you can excute a command. A program would have to made for each wav but this would work.

So that on read of a turn left wav it will mute.

I guess you could make so on read of any of the following then mute winamp.

I am going to try and figure this out muting winamp is the easy part.

let me know if you have other ideas
__________________
2005 Ford Mustang GT <- - - UPDATED PICTURES

2003 KAWASAKI Z1000 - CUSTOM MODZ

MBK (AIM = IllMBKllI)
mbkowns is offline   Reply With Quote
Old 06-17-2005, 01:05 AM   #7
Maximum Bitrate
 
d_sellers1's Avatar
 
Join Date: Mar 2002
Location: Austin, Texas
Posts: 855
I'll check out Cool Edit. Took forever to find a download site because Adobe has bought out the company. For those interested, here's the link that I downloaded from http://www.softpedia.com/progDownloa...load-2076.html

What's cool about my method is the music still keeps plays but at a lower volume than the guidance being given. Also, the .wav files are only about 2megs total so I may edit them and see about getting them hosted.

Derek
__________________
Progress [||-------]
View my Worklog to see some of my progress.
Downgraded Progress - Starting with another car... 09/13/06
d_sellers1 is offline   Reply With Quote
Old 06-18-2005, 02:21 AM   #8
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,703
Hey d_sellers...

I just went ahead and batch converted the wav files using dbPowerAmp (best freeware audio tool out there hands down, IMHO) (http://www.dbpoweramp.com/)

Anyhow, there is an issue. As I suspected, increasing the audio files even by just 10% causes the files to distorts/squeal horribly at the peaks of the wavelenghts. This is audibule even if I set my computer volume to 20% while listening to these converted files. Unacceptable!
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline   Reply With Quote
Old 06-18-2005, 03:16 AM   #9
Raw Wave
 
lostreception's Avatar
 
Join Date: Sep 2004
Location: NY
Posts: 1,804
give cool edit a go its a great program might not have AS adverse an effect with raising the volume
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'

LostReceptions Apps D/L Here

GPSGasoline- Rewriting

Draw- SkribblePad for Touchscreens

iGQwerty-iG3.0 Qwerty Keyboard

CarPCNetwork
lostreception is offline   Reply With Quote
Old 06-18-2005, 10:40 AM   #10
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,703
I tried CoolEdit first, but it seemed very complex. More like a music/track editing software. I played with it for 10 mins and could not figure out how to raise volume of all files in batch at once. (or even one for that matter!)

Quote: Originally Posted by lostreception
give cool edit a go its a great program might not have AS adverse an effect with raising the volume

__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline   Reply With Quote
Old 06-18-2005, 02:35 PM   #11
Maximum Bitrate
 
d_sellers1's Avatar
 
Join Date: Mar 2002
Location: Austin, Texas
Posts: 855
I figured out how to use Cool Edit to amplify the volume by 3dB, 6dB, and 10dB and have not issues as far as the sound being distorted. Although, I have not taken the time to go through all the files, just the dest.wav seems to be fine. I'll play with it tonight and see what I can figure out.

The program that you commented on raises the volume of a sound by way of a percentage instead of a set level. Maybe that's whats causing the squealing. (edit: Then again so does sound recorder.)

I did notice in CoolEdit, that when amplified, the frequencies appear to get pushed beyond their max levels (I think).

Derek
__________________
Progress [||-------]
View my Worklog to see some of my progress.
Downgraded Progress - Starting with another car... 09/13/06
d_sellers1 is offline   Reply With Quote
Old 06-19-2005, 08:45 PM   #12
Maximum Bitrate
 
d_sellers1's Avatar
 
Join Date: Mar 2002
Location: Austin, Texas
Posts: 855
Well, I've raised the volume on all 86 wav files by 10dB. For testing purposes, it appears to work. The voice is not distorted. And, per my instructions above, music playing "appears" to go down to 25% while the voice stays at 100% and then the music starts playing again at 100% (depending on your Master & Wave volumes).

Now here's the hard part. I don't know if this is going to work properly and I need a test subject. Due to my current situation, (I'm in Iraq) I can't jump in my car and drive around to see if this actually works. The only voices that I can test are "Destination" and "Proceed to the nearest road". Does anyone want to test the sound files at +10dB? I've zipped them up and the filesize is 2.1Mb.

I can send them later today by way of GMail but cannot do it right now because I'm at work. I've already been yelled at once for using too much bandwidth... I'll use the commerical network when I get off work instead of the military network.

Any takers?

EDIT: WIth the use of a NMEA simulator and Geocode.com, I've been able to make iGuidance think I was driving to my house. "Turn Right and then immediately, destination on the left." That's like 4 more wav files tested.

Derek
__________________
Progress [||-------]
View my Worklog to see some of my progress.
Downgraded Progress - Starting with another car... 09/13/06

Last edited by d_sellers1; 06-19-2005 at 08:56 PM.
d_sellers1 is offline   Reply With Quote
Old 06-19-2005, 09:07 PM   #13
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,703
I don't have the carputer installed to test this, but please do send me the files as I want to do some rough testing of the concept.

Sending you PM with email address. Thanks!
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline   Reply With Quote
Old 06-19-2005, 09:31 PM   #14
Raw Wave
 
lostreception's Avatar
 
Join Date: Sep 2004
Location: NY
Posts: 1,804
dsellers also dont forget about if your using v2.0 the 6th item under file is start demo which will drive to your destination as long as you set it
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'

LostReceptions Apps D/L Here

GPSGasoline- Rewriting

Draw- SkribblePad for Touchscreens

iGQwerty-iG3.0 Qwerty Keyboard

CarPCNetwork
lostreception is offline   Reply With Quote
Old 06-22-2005, 09:15 PM   #15
Maximum Bitrate
 
d_sellers1's Avatar
 
Join Date: Mar 2002
Location: Austin, Texas
Posts: 855
Quote: Originally Posted by lostreception
dsellers also dont forget about if your using v2.0 the 6th item under file is start demo which will drive to your destination as long as you set it

Email sent to lostreception and E30vert.

I did several tests by using the iG demo mode, iGSkinner, and CF. Works just as described. The only thing that I noticed was the WEST.WAV seems to be a bit louder than the rest. I'll probably reduce that file by -1dB and see if that helps.

Let me know how it works for you guys. I'd like to get some more people to test it, espically ones who have installed systems.

Derek
__________________
Progress [||-------]
View my Worklog to see some of my progress.
Downgraded Progress - Starting with another car... 09/13/06
d_sellers1 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
IGUIDANCE_ nag screen solution liquid_smoke GPS 12 04-03-2005 03:29 AM


All times are GMT -5. The time now is 01:47 AM.


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