FS: sound profile for currency

The freeswitch mod say is spanish cannot differenciate
between 'un' and 'uno' so it would say either your
number is cinco un dos or else tu saldo es cuarenta y uno pesos
so as an ugly hack, use an entirely seperate profile just to change
the 'UNO' to 'UN'
This commit is contained in:
Wile E. Coyote 2019-05-04 08:04:03 +00:00
parent 568410f33f
commit 8f27bb2dc6

View file

@ -9,4 +9,10 @@
</macros> </macros>
</phrases> </phrases>
</language> </language>
<language name="es_MX" say-module="es" sound-prefix="$${sounds_dir}/rccn/saldo" tts-engine="cepstral" tts-voice="marta">
<phrases>
<macros>
</macros>
</phrases>
</language>
</include> </include>