Excuse me it was a my mistake, it's all right.

Mirco 

Il giorno lunedì 10 ottobre 2016 13:14:56 UTC+2, Mirco Zorzo ha scritto:
>
> Hi, I've seen a strange difference from the file that I can see on github 
> <https://github.com/mircozorzo/OsmAnd-resources/blob/aaacae6dc51fbe850295e32cb0972c0054813e5b/voice/it/ttsconfig.p>
>  and the same file on my devices.
>
>
>
> The file on github:
>
>
>
> *% for turbo-prolog
> :- op('--', xfy, 500).
> % for swi-prolog
> :- op(500, xfy,'--').
>
> version(103).
> tts :- version(X), X > 99.
> voice :- version(X), X < 99.
>
> language('it').
> fest_language('Italian').
>
>
> % IMPLEMENTED (X) or MISSING ( ) FEATURES:
> % (X) new Version 1.5 format
> % (X) route calculated prompts, left/right, u-turns, roundabouts, 
> straight/follow
> % (X) arrival
> % (X) other prompts: attention (without Type implementation), location lost, 
> off_route, exceed speed limit
> % (X) attention Type implementation
> % (X) special grammar: onto / on / to Street fur turn and follow commands
> % (X) special grammar: nominative/dativ for distance measure
> % (X) special grammar: imperative/infinitive distincion for turns
> % (X) distance measure: meters / feet / yard support
> % (X) Street name announcement (suppress in prepare_roundabout)
> % (X) Name announcement for destination / intermediate / GPX waypoint arrival
> % (X) Time announcement for new and recalculated route (for recalculated 
> suppress in appMode=car)
> % (X) word order checked
> % (X) Announcement of favorites, waypoints and pois along the route
> % (X) Support announcement of railroad crossings and pedestrian crosswalks
>
>
> % ROUTE CALCULATED
> string('route_is1.ogg', 'Il percorso calcolato è ').
> string('route_is2.ogg', 'lungo ').
> string('route_calculate.ogg', 'Ricalcolo percorso').
> string('distance.ogg', 'distanza ').
>
>
> % LEFT/RIGHT
> string('prepare.ogg', 'Prepararsi ').
> string('after.ogg', 'fra ').*
>
>
>
> The file on my device:
>
>  
> *% for turbo-prolog
> :- op('--', xfy, 500).
> % for swi-prolog
> :- op(500, xfy,'--').
>
> version(103).
> tts :- version(X), X > 99.
> voice :- version(X), X < 99.
>
> language('it').
> fest_language('Italian').
>
> % IMPLEMENTED (X) or MISSING ( ) FEATURES, (N/A) if not needed in this 
> language:
> %
> % (X) Basic navigation prompts: route (re)calculated (with distance and time 
> support), turns, roundabouts, u-turns, straight/follow, arrival
> % (X) Announce nearby point names (destination / intermediate / GPX waypoint 
> / favorites / POI)
> % (X) Attention prompts: SPEED_CAMERA; SPEED_LIMIT; BORDER_CONTROL; RAILWAY; 
> TRAFFIC_CALMING; TOLL_BOOTH; STOP; PEDESTRIAN; MAXIMUM
> % (X) Other prompts: gps lost, off route, back to route
> % (X) Street name and prepositions (onto / on / to) and street destination 
> (toward) support
> % (X) Distance unit support (meters / feet / yard)
> % (X) Special grammar: distance(nominative/dative), street name 
> (male/female/nothing)
>
>
> %% STRINGS
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> % ROUTE CALCULATED
> string('route_is1.ogg', 'Il percorso calcolato è ').
> string('route_is2.ogg', 'lungo ').
> string('route_calculate.ogg', 'Ricalcolo percorso').
> string('distance.ogg', 'distanza ').
>
>
> % LEFT/RIGHT
> %string('prepare.ogg', 'Prepararsi ').
> string('after.ogg', 'dopo ').
> string('in.ogg', 'fra ').*
>
>
>
> This string: 
>
>
> *string('after.ogg', 'dopo ').*
>
>
> is present on the devices file but not in github, but isn't the only 
> difference at all, so I'm asking to myself if the file is synchronized 
> correctly. 
>
>
> What's happening?
>
>
> Bye, Mirco
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to