Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

espeak command for windows #27

Closed
c3h3 opened this issue Aug 23, 2014 · 2 comments
Closed

espeak command for windows #27

c3h3 opened this issue Aug 23, 2014 · 2 comments

Comments

@c3h3
Copy link

c3h3 commented Aug 23, 2014

http://espeak.sourceforge.net/download.html

@suensummit
Copy link

  • Ubuntu

    for (i in 1:5){
    system("espeak Nann Moll Ah Mi Tow Fo")
    system("espeak Ah Men")
    }
  • Windows

    for (i in 1:5){
    system("espeak NannMollAhMiTowFo")
    system("espeak AhMen")
    }

@c3h3
Copy link
Author

c3h3 commented Aug 23, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants