<?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>今回はgTTSライブラリを使って、Google音声認識の結果をGoogle Text-to-Speech で音声に戻してみた。つまり音声認識と音声合成（TTS）の両方でオンラインのサービスを使ってみた、というわけである。 pip3 install SpeechRecognition pip3 install gTTSとしてインストールした後に以下のスクリプト。 音声はmp3で保存するというユニークな仕様。 #!/usr/bin/env python3 # pip3 install SpeechRecognition # pip3 install gTTS import speech_recog…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftam5917.hatenablog.com%2Fentry%2F2019%2F04%2F28%2F180125&quot; title=&quot;Google音声認識した結果をGoogle Text-to-Speechで音声に戻す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-28 18:01:25</published>
  <title>Google音声認識した結果をGoogle Text-to-Speechで音声に戻すPythonスクリプト</title>
  <type>rich</type>
  <url>https://tam5917.hatenablog.com/entry/2019/04/28/180125</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
