this will make audio available for ubuntu too.
os.system('espeak -s 120 "%s"' %
text.replace('"','\\"').replace("'","\\'"))maybe a simple check with platform.platform and if MacOS use "say" else "espeak" ? Or a variable that takes the binary for text2speech conversion ? On Tuesday, December 11, 2012 8:44:25 PM UTC+1, rochacbruno wrote: > > Thanks! > > I will use this for my nest talk! > > > --

