Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
447 changes: 263 additions & 184 deletions voice/ca/ca_tts.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions voice/ca/record.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env bash

# Recording requires the following:
# - Festival TTS
# - FestCat voices (https://festcat.talp.cat/)
# - SoX

while read line; do
filename=$(echo $line | cut -d ";" -f 1)
tempfile=$(mktemp)
echo $line | cut -d ";" -f 2 | iconv -f utf8 -t ISO-8859-15 > $tempfile
text2wave $tempfile -o "voice/$filename.wav" -eval '(voice_upc_ca_ona_hts)'
sox "voice/$filename.wav" "voice/$filename.ogg" silence 1 0.1 1% reverse silence 1 0.1 0.25% reverse
rm $tempfile
rm "voice/$filename.wav"
done < recording_sentences.txt
134 changes: 134 additions & 0 deletions voice/ca/recording_sentences.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
route_is;La ruta té
route_calculate;S'ha recalculat la ruta
distance;distància
after;després de
in;d'aquí a
left;gireu a l'esquerra
left_sh;feu un gir tancat a l'esquerra
left_sl;gireu lleugerament a l'esquerra
right;gireu a la dreta
right_sh;feu un gir tancat a la dreta
right_sl;gireu lleugerament a la dreta
left_keep;manteniu-vos a l'esquerra
right_keep;manteniu-vos a la dreta
left_bear;continueu per l'esquerra
right_bear;continueu per la dreta
make_uturn;feu mitja volta
make_uturn_wp;quan pugueu, feu mitja volta
prepare_roundabout;entreu a la rotonda
roundabout;entreu a la rotonda
then;i...
and;i...
take;agafeu
exit;sortida
the_exit;la sortida
1st;la primera
2nd;la segona
3rd;la tercera
4th;la quarta
5th;la cinquena
6th;la sisena
7th;la setena
8th;la vuitena
9th;la novena
10th;la desena
11th;l'onzena
12th;la dotzena
13th;la tretzena
14th;la catorzena
15th;la quinzena
16th;la setzena
17th;la dissetena
go_ahead;continueu recte
follow;continueu per la via durant
and_arrive_destination;i arribareu a la vostra destinació
reached_destination;heu arribat a la vostra destinació
and_arrive_intermediate;i arribareu al vostre punt intermedi
reached_intermediate;heu arribat al vostre punt intermedi
and_arrive_waypoint;i passareu pel vostre punt G P ics intermedi
reached_waypoint;esteu passant pel vostre punt G P ics intermedi
and_arrive_favorite;i passareu pel vostre punt preferit
reached_favorite;esteu passant pel vostre punt preferit
and_arrive_poi;i passareu pel P D I
reached_poi;esteu passant pel P D I
exceed_limit;límit de velocitat
attention;atenció
speed_camera;radar de velocitat
border_control;control fronterer
railroad_crossing;pas a nivell
traffic_calming;ressalt
toll_booth;barrera de peatge
stop;senyal d'estop
pedestrian_crosswalk;pas de vianants
tunnel;túnel
location_lost;s'ha perdut el senyal del G P S
location_recovered;s'ha recuperat el senyal del G P S
off_route;us heu desviat de la ruta
back_on_route;heu tornat a la ruta
onto;en direcció a
on;per
to;cap a
toward;cap a
meters;metres
around_1_kilometer;aproximadament un quilòmetre
around;aproximadament
kilometers;quilòmetres
feet;peus
tenths_of_a_mile;dècimes de milla
around_1_mile;aproximadament una milla
miles;milles
yards;iardes
time;temps necessari
1_hour;una hora
hours;hores
less_a_minute;menys d'un minut
1_minute;un minut
minutes;minuts
1_masc;un
1_fem;una
2_masc;dos
2_fem;dues
3;tres
4;quatre
5;cinc
6;sis
7;set
8;vuit
9;nou
10;deu
11;onze
12;dotze
13;tretze
14;catorze
15;quinze
16;setze
17;disset
18;divuit
19;dinou
20;vint
20_and;vinti
30;trenta
40;quaranta
50;cinquanta
60;seixanta
70;setanta
80;vuitanta
90;noranta
100;cent
200_masc;dos-cents
200_fem;dues-centes
300_masc;tres-cents
300_fem;tres-centes
400_masc;quatre-cents
400_fem;quatre-centes
500_masc;cinc-cents
500_fem;cinc-centes
600_masc;sis-cents
600_fem;sis-centes
700_masc;set-cents
700_fem;set-centes
800_masc;vuit-cents
800_fem;vuit-centes
900_masc;nou-cents
900_fem;nou-centes
1000;mil
Binary file removed voice/ca/voice/1.ogg
Binary file not shown.
Binary file modified voice/ca/voice/10.ogg
Binary file not shown.
Binary file modified voice/ca/voice/100.ogg
Binary file not shown.
Binary file modified voice/ca/voice/1000.ogg
Binary file not shown.
Binary file modified voice/ca/voice/10th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/11.ogg
Binary file not shown.
Binary file removed voice/ca/voice/110.ogg
Binary file not shown.
Binary file modified voice/ca/voice/11th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/12.ogg
Binary file not shown.
Binary file removed voice/ca/voice/120.ogg
Binary file not shown.
Binary file modified voice/ca/voice/12th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/13.ogg
Binary file not shown.
Binary file removed voice/ca/voice/130.ogg
Binary file not shown.
Binary file modified voice/ca/voice/13th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/14.ogg
Binary file not shown.
Binary file removed voice/ca/voice/140.ogg
Binary file not shown.
Binary file modified voice/ca/voice/14th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/15.ogg
Binary file not shown.
Binary file removed voice/ca/voice/150.ogg
Binary file not shown.
Binary file modified voice/ca/voice/15th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/16.ogg
Binary file not shown.
Binary file modified voice/ca/voice/16th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/17.ogg
Binary file not shown.
Binary file modified voice/ca/voice/17th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/18.ogg
Binary file not shown.
Binary file modified voice/ca/voice/19.ogg
Binary file not shown.
Binary file added voice/ca/voice/1_fem.ogg
Binary file not shown.
Binary file modified voice/ca/voice/1_hour.ogg
Binary file not shown.
Binary file added voice/ca/voice/1_masc.ogg
Binary file not shown.
Binary file modified voice/ca/voice/1_minute.ogg
Binary file not shown.
Binary file removed voice/ca/voice/1_tenth_of_a_mile.ogg
Binary file not shown.
Binary file modified voice/ca/voice/1st.ogg
Binary file not shown.
Binary file removed voice/ca/voice/2.ogg
Binary file not shown.
Binary file modified voice/ca/voice/20.ogg
Binary file not shown.
Binary file removed voice/ca/voice/200.ogg
Binary file not shown.
Binary file removed voice/ca/voice/2000.ogg
Binary file not shown.
Binary file added voice/ca/voice/200_fem.ogg
Binary file not shown.
Binary file added voice/ca/voice/200_masc.ogg
Binary file not shown.
Binary file modified voice/ca/voice/20_and.ogg
Binary file not shown.
Binary file removed voice/ca/voice/25.ogg
Binary file not shown.
Binary file removed voice/ca/voice/250.ogg
Binary file not shown.
Binary file added voice/ca/voice/2_fem.ogg
Binary file not shown.
Binary file added voice/ca/voice/2_masc.ogg
Binary file not shown.
Binary file modified voice/ca/voice/2nd.ogg
Binary file not shown.
Binary file modified voice/ca/voice/3.ogg
Binary file not shown.
Binary file modified voice/ca/voice/30.ogg
Binary file not shown.
Binary file removed voice/ca/voice/300.ogg
Binary file not shown.
Binary file removed voice/ca/voice/3000.ogg
Binary file not shown.
Binary file added voice/ca/voice/300_fem.ogg
Binary file not shown.
Binary file added voice/ca/voice/300_masc.ogg
Binary file not shown.
Binary file removed voice/ca/voice/35.ogg
Binary file not shown.
Binary file removed voice/ca/voice/350.ogg
Binary file not shown.
Binary file modified voice/ca/voice/3rd.ogg
Binary file not shown.
Binary file modified voice/ca/voice/4.ogg
Binary file not shown.
Binary file modified voice/ca/voice/40.ogg
Binary file not shown.
Binary file removed voice/ca/voice/400.ogg
Binary file not shown.
Binary file removed voice/ca/voice/4000.ogg
Binary file not shown.
Binary file added voice/ca/voice/400_fem.ogg
Binary file not shown.
Binary file added voice/ca/voice/400_masc.ogg
Binary file not shown.
Binary file removed voice/ca/voice/45.ogg
Binary file not shown.
Binary file removed voice/ca/voice/450.ogg
Binary file not shown.
Binary file modified voice/ca/voice/4th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/5.ogg
Binary file not shown.
Binary file modified voice/ca/voice/50.ogg
Binary file not shown.
Binary file removed voice/ca/voice/500.ogg
Binary file not shown.
Binary file removed voice/ca/voice/5000.ogg
Binary file not shown.
Binary file added voice/ca/voice/500_fem.ogg
Binary file not shown.
Binary file added voice/ca/voice/500_masc.ogg
Binary file not shown.
Binary file removed voice/ca/voice/55.ogg
Binary file not shown.
Binary file removed voice/ca/voice/550.ogg
Binary file not shown.
Binary file modified voice/ca/voice/5th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/6.ogg
Binary file not shown.
Binary file modified voice/ca/voice/60.ogg
Binary file not shown.
Binary file removed voice/ca/voice/600.ogg
Binary file not shown.
Binary file removed voice/ca/voice/6000.ogg
Binary file not shown.
Binary file added voice/ca/voice/600_fem.ogg
Binary file not shown.
Binary file added voice/ca/voice/600_masc.ogg
Binary file not shown.
Binary file removed voice/ca/voice/65.ogg
Binary file not shown.
Binary file removed voice/ca/voice/650.ogg
Binary file not shown.
Binary file modified voice/ca/voice/6th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/7.ogg
Binary file not shown.
Binary file modified voice/ca/voice/70.ogg
Binary file not shown.
Binary file removed voice/ca/voice/700.ogg
Binary file not shown.
Binary file removed voice/ca/voice/7000.ogg
Binary file not shown.
Binary file added voice/ca/voice/700_fem.ogg
Binary file not shown.
Binary file added voice/ca/voice/700_masc.ogg
Binary file not shown.
Binary file removed voice/ca/voice/75.ogg
Binary file not shown.
Binary file removed voice/ca/voice/750.ogg
Binary file not shown.
Binary file modified voice/ca/voice/7th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/8.ogg
Binary file not shown.
Binary file modified voice/ca/voice/80.ogg
Binary file not shown.
Binary file removed voice/ca/voice/800.ogg
Binary file not shown.
Binary file removed voice/ca/voice/8000.ogg
Binary file not shown.
Binary file added voice/ca/voice/800_fem.ogg
Binary file not shown.
Binary file added voice/ca/voice/800_masc.ogg
Binary file not shown.
Binary file removed voice/ca/voice/85.ogg
Binary file not shown.
Binary file removed voice/ca/voice/850.ogg
Binary file not shown.
Binary file modified voice/ca/voice/8th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/9.ogg
Binary file not shown.
Binary file modified voice/ca/voice/90.ogg
Binary file not shown.
Binary file removed voice/ca/voice/900.ogg
Binary file not shown.
Binary file removed voice/ca/voice/9000.ogg
Binary file not shown.
Binary file added voice/ca/voice/900_fem.ogg
Binary file not shown.
Binary file added voice/ca/voice/900_masc.ogg
Binary file not shown.
Binary file removed voice/ca/voice/95.ogg
Binary file not shown.
Binary file removed voice/ca/voice/950.ogg
Binary file not shown.
Binary file modified voice/ca/voice/9th.ogg
Binary file not shown.
Binary file modified voice/ca/voice/after.ogg
Binary file not shown.
Binary file modified voice/ca/voice/and.ogg
Binary file not shown.
Binary file modified voice/ca/voice/and_arrive_destination.ogg
Binary file not shown.
Binary file modified voice/ca/voice/and_arrive_favorite.ogg
Binary file not shown.
Binary file modified voice/ca/voice/and_arrive_intermediate.ogg
Binary file not shown.
Binary file modified voice/ca/voice/and_arrive_poi.ogg
Binary file not shown.
Binary file modified voice/ca/voice/and_arrive_waypoint.ogg
Binary file not shown.
Binary file modified voice/ca/voice/around.ogg
Binary file not shown.
Binary file modified voice/ca/voice/around_1_kilometer.ogg
Binary file not shown.
Binary file modified voice/ca/voice/around_1_mile.ogg
Binary file not shown.
Binary file modified voice/ca/voice/attention.ogg
Binary file not shown.
Binary file modified voice/ca/voice/back_on_route.ogg
Binary file not shown.
Binary file modified voice/ca/voice/border_control.ogg
Binary file not shown.
Binary file modified voice/ca/voice/distance.ogg
Binary file not shown.
Binary file modified voice/ca/voice/exceed_limit.ogg
Binary file not shown.
Binary file modified voice/ca/voice/exit.ogg
Binary file not shown.
Binary file modified voice/ca/voice/feet.ogg
Binary file not shown.
Binary file modified voice/ca/voice/follow.ogg
Binary file not shown.
Binary file modified voice/ca/voice/go_ahead.ogg
Binary file not shown.
Binary file modified voice/ca/voice/hours.ogg
Binary file not shown.
Binary file modified voice/ca/voice/in.ogg
Binary file not shown.
Binary file modified voice/ca/voice/kilometers.ogg
Binary file not shown.
Binary file modified voice/ca/voice/left.ogg
Binary file not shown.
Binary file modified voice/ca/voice/left_bear.ogg
Binary file not shown.
Binary file modified voice/ca/voice/left_keep.ogg
Binary file not shown.
Binary file modified voice/ca/voice/left_sh.ogg
Binary file not shown.
Binary file modified voice/ca/voice/left_sl.ogg
Binary file not shown.
Binary file modified voice/ca/voice/less_a_minute.ogg
Binary file not shown.
Binary file modified voice/ca/voice/location_lost.ogg
Binary file not shown.
Binary file modified voice/ca/voice/location_recovered.ogg
Binary file not shown.
Binary file modified voice/ca/voice/make_uturn.ogg
Binary file not shown.
Binary file modified voice/ca/voice/make_uturn_wp.ogg
Binary file not shown.
Binary file modified voice/ca/voice/meters.ogg
Binary file not shown.
Binary file modified voice/ca/voice/miles.ogg
Binary file not shown.
Binary file modified voice/ca/voice/minutes.ogg
Binary file not shown.
Binary file modified voice/ca/voice/off_route.ogg
Binary file not shown.
Binary file modified voice/ca/voice/on.ogg
Binary file not shown.
Binary file added voice/ca/voice/onto.ogg
Binary file not shown.
Binary file modified voice/ca/voice/pedestrian_crosswalk.ogg
Binary file not shown.
Binary file modified voice/ca/voice/prepare_roundabout.ogg
Binary file not shown.
Binary file modified voice/ca/voice/railroad_crossing.ogg
Binary file not shown.
Binary file modified voice/ca/voice/reached_destination.ogg
Binary file not shown.
Binary file modified voice/ca/voice/reached_favorite.ogg
Binary file not shown.
Binary file modified voice/ca/voice/reached_intermediate.ogg
Binary file not shown.
Binary file modified voice/ca/voice/reached_poi.ogg
Binary file not shown.
Binary file modified voice/ca/voice/reached_waypoint.ogg
Binary file not shown.
Binary file modified voice/ca/voice/right.ogg
Binary file not shown.
Binary file modified voice/ca/voice/right_bear.ogg
Binary file not shown.
Binary file modified voice/ca/voice/right_keep.ogg
Binary file not shown.
Binary file modified voice/ca/voice/right_sh.ogg
Binary file not shown.
Binary file modified voice/ca/voice/right_sl.ogg
Binary file not shown.
Binary file modified voice/ca/voice/roundabout.ogg
Binary file not shown.
Binary file modified voice/ca/voice/route_calculate.ogg
Binary file not shown.
Binary file modified voice/ca/voice/route_is.ogg
Binary file not shown.
Binary file modified voice/ca/voice/speed_camera.ogg
Binary file not shown.
Binary file modified voice/ca/voice/stop.ogg
Binary file not shown.
Binary file modified voice/ca/voice/take.ogg
Binary file not shown.
Binary file modified voice/ca/voice/tenths_of_a_mile.ogg
Binary file not shown.
Binary file added voice/ca/voice/the_exit.ogg
Binary file not shown.
Binary file modified voice/ca/voice/then.ogg
Binary file not shown.
Binary file modified voice/ca/voice/time.ogg
Binary file not shown.
Binary file modified voice/ca/voice/to.ogg
Binary file not shown.
Binary file modified voice/ca/voice/toll_booth.ogg
Binary file not shown.
Binary file modified voice/ca/voice/toward.ogg
Binary file not shown.
Binary file modified voice/ca/voice/traffic_calming.ogg
Binary file not shown.
Binary file added voice/ca/voice/tunnel.ogg
Binary file not shown.
Binary file modified voice/ca/voice/yards.ogg
Binary file not shown.