Skip to content
Back to formatted view

Raw Message

Message-ID: <CAAmySGPKXY3P5a=nEXrNt8A5+V-us-SmpO+ktySFCcS=mE2miA@mail.gmail.com>
Date: 2012-10-04T12:50:22Z
From: R. Michael Weylandt
Subject: Text to Speech In R
In-Reply-To: <1349353885.10372.YahooMailNeo@web114004.mail.gq1.yahoo.com>

On Thu, Oct 4, 2012 at 1:31 PM, Alex Zhang <alex.zhang at ymail.com> wrote:
> Dear all,
>
> Excuse me for my searching skills: I just couldn't figure out how to do any simple text to speech in R console.
>
> What I want to do is, out put simple English words or sentences to speaker as voice. No fanciness. For example, I want the R console to speak "Hello world" or "Howdy".
>
> Do you know of any related function/package? Thanks

On Mac OS X, you can access the system faculties to do so with
system("say hello") or what have you.

M

>
> - Alex
>         [[alternative HTML version deleted]]
>
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>