Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development


Reply
 
Share Thread Tools Display Modes
Old 12-12-2003, 05:22 PM   #1
Low Bitrate
 
sounder's Avatar
 
Join Date: Aug 2001
Location: Atlanta
Posts: 86
sounder
2 seperate sound outputs ????

I was just wondering do GPS systems come with voice guidance, and if so which ones?
Ok lets say that I get one of these with Voce guidance, and want it to send volume to sound port, and still ahve my mp3 music playing for the regular sound port. Whats involved here? Are we tlaking 2 sound cards and some hard HARDWARE vb programming? or is it any easer? I was thinking about coding a mute routine that when it detects sound on port2 to ramp down port1. I dunno I cant figure out where I am going to gain the second port. I could write some code to detect sound from 2 programs and to play only one at a time, adn set one prgram with priority, but then I can chose wich speaker to send it to....wait...I dont really need a seperate speaker for the voice nav...just need the volume muted automaticallly....hmmmm

Sounder....I must go unravel my poor brain
__________________
Subject open, Subject closed.
sounder is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 12-13-2003, 03:15 AM   #2
Variable Bitrate
 
Join Date: Dec 2003
Location: Michigan
Posts: 314
Jackso is on a distinguished road
Well, I'm not too sure about YOUR problem, but maybe this will give you some ideas. While running music, I also run Net Stumbler (as finding free internet is ALWAYS a plus). I can tell when net stumbler finds a source and what the signal strength is via the audio output. It uses MIDI audio which has a seperate volume control in the sound control pannel. thus, I keep the music a a reasonable level and set the MIDI volume slightly lower so that it can easily be ignored when I really don't care, or if I'm paying attention can easily be detected. It sounds to me that what you're really looking for is a similar setup for 2 standard audio outputs. Other than the basic premise, I'm sorry to say I can't be much more help.
__________________
2006 Chevy Colorado: VIA M10000 EDEN, 1 GB RAM, 80 GB 2.5" Seagate HDD, USB Slim Slot DVD/RW, Holux GPS, MobileVU 10.4" LCD (touch not working yet), VOOMPC Case (blue), 70W DC-DC supply.
Jackso is offline   Reply With Quote
Old 12-13-2003, 11:59 AM   #3
Registered User
 
Join Date: Jan 2003
Posts: 294
Alphared
uh, you can play mp3, midi, wav and cd at the same time. why would you need a seperate sound card?
Alphared is offline   Reply With Quote
Old 12-13-2003, 01:35 PM   #4
Low Bitrate
 
sounder's Avatar
 
Join Date: Aug 2001
Location: Atlanta
Posts: 86
sounder
hmm, maybe your right...I dunno what I was thinking...Ill just have to throw it together and see what I come out with, and if I have problems, then I guess ill start to tweak the software. Thanks fellas.

Sounder
__________________
Subject open, Subject closed.
sounder is offline   Reply With Quote
Old 12-13-2003, 11:14 PM   #5
Variable Bitrate
 
Join Date: Dec 2003
Location: Michigan
Posts: 314
Jackso is on a distinguished road
Alphared, his only concern was the volume/muting. He wanted the voice directions to be able to be easily heard even when playing music. i.e. muting the music when a direction was going to be given. That is where his thought of a second sound card came in.
__________________
2006 Chevy Colorado: VIA M10000 EDEN, 1 GB RAM, 80 GB 2.5" Seagate HDD, USB Slim Slot DVD/RW, Holux GPS, MobileVU 10.4" LCD (touch not working yet), VOOMPC Case (blue), 70W DC-DC supply.
Jackso is offline   Reply With Quote
Old 12-13-2003, 11:21 PM   #6
Maximum Bitrate
 
Seraph's Avatar
 
Join Date: Jun 2003
Location: Elmhurst, Illinois
Posts: 672
Seraph is on a distinguished road
If you are doing 2 sound cards you can do that easy. You should be able to use the waveOutSetVolume API to set the sound for the particular hardware. Use he waveOutGetVolume API to store the initial volume so that you can restore it after you muted it.

I just finished coding mute feature so this is still fresh in my mind.
__________________
- Lwin M. Maung
If it's stuck, force it. If it breaks it needed replacing anyway
Seraph is offline   Reply With Quote
Old 12-14-2003, 04:29 AM   #7
Registered User
 
Join Date: Jan 2003
Posts: 294
Alphared
Quote: Originally Posted by Jackso
Alphared, his only concern was the volume/muting. He wanted the voice directions to be able to be easily heard even when playing music. i.e. muting the music when a direction was going to be given. That is where his thought of a second sound card came in.

He can still do that with one sound card. Mediaplayer volume is separate from system volume. He can set Wave volume to a nice level and lower mediaplayer volume when he has GPS and mp3 playing at the same time.
Same for Winamp.
I'm have this setup on my interface. Music volume is seperate from GPS volume (as stated above)

Is 2 soundcard even possible (running at the same time)? I had tested a internal soundcard and a usb soundcard and i was only able to use one (output) at a time.

Last edited by Alphared; 12-14-2003 at 05:42 AM.
Alphared is offline   Reply With Quote
Old 12-14-2003, 11:30 PM   #8
Variable Bitrate
 
Join Date: Dec 2003
Location: Michigan
Posts: 314
Jackso is on a distinguished road
Yes 2 soundcards running at the same time is possible. I run 2 all the time for DJ setup I have. One to play songs for the public, the second to cue into headphones. However, maybe that is why my winamp/media player are apparently different than yours. My winamp/media player volume controls directly chage the WAVE volume in the Volume Control Mixer. Which means for me to do what he wanted would require something diffeent.
Winamp is the easiest standard software to get to use 2 sound cards. When you configure the Audio plugin, you select which device you want the audio to run to. Run 2 instances of winamp, one to each device and you're golden. You can also get different "DJ progs" that are already designed for multiple sound cards. I often use PCDJ which will allow a few different configs. Sorry this got a bit off topic, but just in case there was a reason that Alphared was really trying to use multiple cards.
__________________
2006 Chevy Colorado: VIA M10000 EDEN, 1 GB RAM, 80 GB 2.5" Seagate HDD, USB Slim Slot DVD/RW, Holux GPS, MobileVU 10.4" LCD (touch not working yet), VOOMPC Case (blue), 70W DC-DC supply.
Jackso 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
got sound? masch Newbie 20 11-17-2003 10:01 AM
hissing sound maxima13 General Hardware Discussion 3 04-30-2002 11:28 PM
Analogue sound and usb sound, at the same time? MikeHunt79 General Hardware Discussion 7 03-27-2002 08:30 AM
MPX play and sound not working dudah85 Software & Software Development 1 11-05-2001 02:52 AM
Need advice on which sound card to use mtmsol General Hardware Discussion 2 06-22-2001 01:39 PM



All times are GMT -5. The time now is 03:34 PM.


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