Created
September 27, 2015 10:49
-
-
Save ikuwow/033c252750b2ec74dc49 to your computer and use it in GitHub Desktop.
sayコマンドでPepperに任意の英語を喋らせる ref: http://qiita.com/ikuwow/items/2d94cb0ec19bafd1e660
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ say hello | |
# "hello"って言う |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ say hello? | |
# 語尾が上がる |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ say おはよう | |
# なにも言わない。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pepper [0] / $ say aaa | |
[I] 7551 qimessaging.session: Session listener created on tcp://0.0.0.0:0 | |
[W] 7559 qi.path.sdklayout: No Application was created, trying to deduce paths | |
[I] 7551 qimessaging.transportserver: TransportServer will listen on: tcp://127.0.0.1:41155 | |
[I] 7551 qimessaging.transportserver: TransportServer will listen on: tcp://198.18.0.1:41155 | |
[I] 7551 qimessaging.transportserver: TransportServer will listen on: tcp://192.168.6.90:41155 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment