<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tam5917</author_name>
  <author_url>https://blog.hatena.ne.jp/tam5917/</author_url>
  <blog_title>備忘録</blog_title>
  <blog_url>https://tam5917.hatenablog.com/</blog_url>
  <categories>
    <anon>音声</anon>
    <anon>python</anon>
  </categories>
  <description>音声認識して、その内容を音声合成で返すという、単純なもの。Mac 10.13.6上での動作確認。 Pythonのバージョンは3.7.3。PythonのSpeechRecognitionライブラリを利用。 Google音声認識のサービスを用いるのでオンライン環境。 pip3 install SpeechRecognition brew install open-jtalk の後に #!/usr/bin/env python3 import speech_recognition as sr import subprocess import tempfile def jtalk_run(messag…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftam5917.hatenablog.com%2Fentry%2F2019%2F04%2F27%2F141502&quot; title=&quot;オウム返しなPythonプログラム（オンラインで音声認識→オフラインで音声合成） - 備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-04-27 14:15:02</published>
  <title>オウム返しなPythonプログラム（オンラインで音声認識→オフラインで音声合成）</title>
  <type>rich</type>
  <url>https://tam5917.hatenablog.com/entry/2019/04/27/141502</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
