View Single Post
Old 05-02-2005, 07:44 PM   #8
0l33l
My Village Called
0l33l's CarPC Specs
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Vehicle: 1995 Lexus SC300 1997 Mazda Miata
Posts: 10,763
My Photos: ()
Quote: Originally Posted by wysocki
I didn't even know it existed. What and where is it? Also, the 1.7 ini file has a lot of Frodo stuff in it but very little RR. How are the ini/xml files different for FP/RR?

Also, could you explain what the following settings are for in NaviVoice ini 1.7:

[settings]
listening=0
commport=10
dest_port=9913
WAV_FORMAT=11
PauseWhenTalk=1
Pause_Frodo_For=5000

And what if you're using RR for that last one?

igLaunch

Actually, v1.7 has a lot more RR than FP stuff. Some commands just don't work for Frodo, and some don't work for RR. Its because I'm using one XML file, and I made it universal.
Code:
500: If Title1 = 'rr' then SendToRR('PREV', 500) else Frodocommand(0, 500); 501: If Title1 = 'rr' then SendToRR('FRWD', 501) else Frodocommand(1, 501); 502: If Title1 = 'rr' then SendToRR('PLAY', 502) else Frodocommand(2, 502); 503: If Title1 = 'rr' then SendToRR('STOP', 503) else Frodocommand(4, 503); 504: If Title1 = 'rr' then SendToRR('PLAY', 504) else Frodocommand(3, 504); 505: If Title1 = 'rr' then SendToRR('NEXT', 505) else Frodocommand(6, 505); 506: If Title1 = 'rr' then SendToRR('FFWD', 506) else Frodocommand(5, 506); 507: If Title1 = 'rr' then SendToRR('SHUFFLE', 507) else Frodocommand(7, 507); 508: If Title1 = 'rr' then SendToRR('REPEAT', 508) else Frodocommand(8, 508); 509: If Title1 = 'rr' then SendToRR('VOL+', 509) else Frodocommand(9, 509); 510: If Title1 = 'rr' then SendToRR('VOL-', 510) else Frodocommand(10, 510); 511: If Title1 = 'rr' then SendToRR('MUTE', 511) else Frodocommand(11, 511); 512: If Title1 = 'rr' then SendToRR('DOWN', 512) else Frodocommand(15, 512); 513: If Title1 = 'rr' then SendToRR('UP', 513) else Frodocommand(16, 513); 514: If Title1 = 'rr' then SendToRR('DOWN', 514) else Frodocommand(18, 514); 515: If Title1 = 'rr' then SendToRR('UP', 515) else Frodocommand(17, 515); 516: Frodocommand(19, 516); 517: Frodocommand(28, 517); 518: Frodocommand(27, 518); 519: Frodocommand(29, 519); 520: If Title1 = 'rr' then SendToRR('VISU', 520) else Frodocommand(30, 520); 521: If Title1 = 'rr' then SendToRR('VISU', 521) else Frodocommand(31, 521); 522: Frodocommand(32, 522); 523: If Title1 = 'rr' then SendToRR('AUDIO', 523) else Frodocommand(33, 523); 524: If Title1 = 'rr' then SendToRR('VOL-', 524) else Frodocommand(38, 524); 525: If Title1 = 'rr' then SendToRR('VOL+', 525) else Frodocommand(37, 525); 530: Frodovol(530); 531: Frodomute(531); 532: Frodoplaying(532); 533: Frodomode(533); 534: Frodocommand(14, 534); 535: If Title1 = 'rr' then SendToRR('RADIO', 535) else Frodocommand(13, 535); 536: If Title1 = 'rr' then SendToRR('VIDEO', 536); 537: If Title1 = 'rr' then SendToRR('GPS', 537); 538: If Title1 = 'rr' then SendToRR('DVD', 538); 539: If Title1 = 'rr' then SendToRR('LIST', 539); 540: If Title1 = 'rr' then SendToRR('AUDIO', 540); 541: If Title1 = 'rr' then SendToRR('MAIN', 541); 542: If Title1 = 'rr' then SendToRR('CLEARLIST', 542); 543: If Title1 = 'rr' then SendToRR('SKIN', 543); 544: If Title1 = 'rr' then SendToRR('APPEARANCE', 544); 545: If Title1 = 'rr' then SendToRR('PGUP', 545); 546: If Title1 = 'rr' then SendToRR('PGDOWN', 546); 547: If Title1 = 'rr' then SendToRR('SELECT+', 547); 548: If Title1 = 'rr' then SendToRR('SELECT', 548); 549: If Title1 = 'rr' then SendToRR('BACK', 549); 550: If Title1 = 'rr' then SendToRR('BROWSE', 550); 551: If Title1 = 'rr' then SendToRR('MIXER', 551); 552: If Title1 = 'rr' then SendToRR('ZOOM', 552); 553: If Title1 = 'rr' then SendToRR('CLOSE', 553);

That should tell you which ones are RR only and which ones are FP only

Everything under the settings is configurable using the config program. It says pause frodo because when I wrote the app, I couldn't get if RR was paused or not
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote