Bluemix Watson Text to Speech로 일본어를 말하십시오
요전날 시험했을 때는 일본어 말할 수 없었다고 생각합니다만, TOP 페이지의 공개일이 2015/11/17가 되어 있는 것을 발견! voices를 확인해 보면・・・.
h tp // w w. 이 bm. 코 m / s rp ぁ t / u s / 엔 / 이 bm 와트 / t- ぉ 이세 s
$ curl -u "{username}":"{password}" "https://stream.watsonplatform.net/text-to-speech/api/v1/voices"
{
"voices": [
{
"url": "https://stream.watsonplatform.net/text-to-speech/api/v1/voices/ja-JP_EmiVoice",
"gender": "female",
"name": "ja-JP_EmiVoice",
"language": "ja-JP",
"description": "Japanese language, female. Higher-quality uncompressed Emi voice."
},
:(以下省略)
일본어를 말할 수 있게 되어 있었습니다♪ ko-KR_EmiVoice
덧붙여서 데모 페이지나 문서에는 아직 일본어가 말하는 기술은 없습니다.
조속히 일본어를 말하자. text=안녕하세요, 왓슨 박사
h tp // w w. 이 bm. m / s rp ぁ t / u s / an / e bm watsu / 미안해.
$ curl -u "{username}":"{password}" -o "aaa.ogg" "https://stream.watsonplatform.net/text-to-speech/api/v1/synthesize?voice=ja-JP_EmiVoice&text=%E3%81%93%E3%82%93%E3%81%AB%E3%81%A1%E3%81%AF%E3%80%81%E3%83%AF%E3%83%88%E3%82%BD%E3%83%B3%E5%8D%9A%E5%A3%AB%22"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 24670 0 24670 0 0 10335 0 --:--:-- 0:00:02 --:--:-- 10335
생성 된 aaa.ogg를 들으면 "안녕하세요.
Reference
이 문제에 관하여(Bluemix Watson Text to Speech로 일본어를 말하십시오), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/Hideyasu_Yamazaki/items/459cd028c5a2c1195ece텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)