Module GoogleTTS

module GoogleTTS: sig .. end

type lang = 
| En
| Ja
val say : lang -> string -> unit
val say_ja : string -> unit