Синтез речи от Google - Visavi.net https://visavi.net/ RSS - Visavi.net https://visavi.net/assets/img/images/logo_small.png RSS - Visavi.net https://visavi.net/ [email protected] (admin) [email protected] (admin) Sat, 11 Jan 2025 18:35:00 +0300 4. <strong>Егор new year</strong>, конструктивный ответ, коллега. https://visavi.net/topics/26895/456167 Синтез речи от Google XoPyC Mon, 05 Dec 2011 01:55:04 +0400 Сообщения https://visavi.net/topics/26895/456167 3. <strong>Дедъ МорозЪ</strong>, а что ты хотел услышать? https://visavi.net/topics/26895/456164 Синтез речи от Google iNeeXT Mon, 05 Dec 2011 01:53:22 +0400 Сообщения https://visavi.net/topics/26895/456164 2. <strong>Егор</strong>, кеп <img src="https://visavi.net/uploads/stickers/vtopku.gif" alt="vtopku"> https://visavi.net/topics/26895/456160 Синтез речи от Google XoPyC Mon, 05 Dec 2011 01:49:45 +0400 Сообщения https://visavi.net/topics/26895/456160 В голосе конечно. https://visavi.net/topics/26895/456051 Синтез речи от Google iNeeXT Mon, 05 Dec 2011 00:01:18 +0400 Сообщения https://visavi.net/topics/26895/456051 Привет.<br> Недавно увидел статью на хабре.<br> Так вот, немного дописал скрипт, размещенный там.<br> <br> <pre class="prettyprint">&lt;? $text = ($_POST&#91;&#039;t&#039;]); // чтобы не было ошибки, ставьте &#64; if(isset($_POST&#91;&#039;submit&#039;])){ $uagent = &quot;Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.872.0 Safari/535.2&quot;; $text = urlencode(iconv(&quot;UTF-8&quot;, &quot;UTF-8&quot;, $text)); $url= &quot;http&#58;//translate.google.com/translate_tts?tl=ru&amp;q=&quot;.($text).&quot;&quot;; $ch = curl_init( $url ); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_ENCODING, &quot;&quot;); curl_setopt($ch, CURLOPT_USERAGENT, $uagent); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 120); curl_setopt($ch, CURLOPT_TIMEOUT, 120); curl_setopt($ch, CURLOPT_MAXREDIRS, 10); $content = curl_exec( $ch ); curl_close( $ch ); $file = fopen(&quot;download.mp3&quot;,&quot;wt&quot;) or die(&quot;error!&quot;); fputs($file,$content); fclose($file); echo &#039;&lt;div style=&quot;background&#58;#000; color&#58;#fff; padding&#58;4px;&quot;&gt;Файл&#58; &lt;a href=&quot;download.mp3&quot;&gt;скачать&lt;/a&gt;&lt;/div&gt;&#039;; } echo &#039; &lt;form action=&quot;&quot; method=&quot;POST&quot;&gt; Введите текст&#58; &lt;br /&gt; &lt;textarea name=&quot;t&quot; cols=&quot;20&quot; rows=&quot;2&quot;&gt;&lt;/textarea&gt; &lt;br /&gt; &lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;Вперед&quot;&gt; &lt;/form&gt; &#039;; ?&gt;</pre> <br> Почему-то искажается голос на анг. языке <img src="https://visavi.net/uploads/stickers/sad.gif" alt="sad"> <br> В чем проблема может быть? https://visavi.net/topics/26895/451677 Синтез речи от Google XoPyC Sun, 27 Nov 2011 17:36:38 +0400 Сообщения https://visavi.net/topics/26895/451677