<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Озвучка текста Text to Speech UWP api Win10]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16796&amp;type=atom" />
	<updated>2021-12-06T09:56:21Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16796</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Озвучка текста Text to Speech UWP api Win10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151008#p151008" />
			<content type="html"><![CDATA[<p>Хотя вроде как можно решить эту проблему (использование мобильных голосов ) правкой реестра.<br /><a href="https://answers.microsoft.com/en-us/windows/forum/all/mobile-voice-on-desktop/6dc07204-d92c-43ef-a326-690555e5c5b7">https://answers.microsoft.com/en-us/win … 0555e5c5b7</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-12-06T09:56:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151008#p151008</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Озвучка текста Text to Speech UWP api Win10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151007#p151007" />
			<content type="html"><![CDATA[<p>Хотя нет, я ошибся.<br />Русский есть, но только женский.<br />В общем при установленных английском, немецком и русском SAPI.SpVoice показывает 4 голоса:<br /></p><div class="quotebox"><blockquote><p>Microsoft David Desktop<br />Microsoft Hedda Desktop<br />Microsoft Zira Desktop<br />Microsoft Irina Desktop</p></blockquote></div><p>Uwp Windows.Media.SpeechSynthesis показывает 8 голосов:<br /></p><div class="quotebox"><blockquote><p>Microsoft David<br />Microsoft Stefan<br />Microsoft Katja<br />Microsoft Hedda<br />Microsoft Zira<br />Microsoft Irina<br />Microsoft Mark<br />Microsoft Pavel</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-12-06T09:45:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151007#p151007</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Озвучка текста Text to Speech UWP api Win10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151006#p151006" />
			<content type="html"><![CDATA[<p>У меня русский установлен, но так не показывается.<br /></p><div class="codebox"><pre><code>Voice := ComObjCreate(&quot;SAPI.SpVoice&quot;)
loop % Voice.GetVoices.count()
   voices .= Voice.GetVoices.Item(A_Index-1).GetAttribute(&quot;Name&quot;) &quot;`n&quot;
msgbox % voices</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-12-06T09:24:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151006#p151006</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Озвучка текста Text to Speech UWP api Win10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151004#p151004" />
			<content type="html"><![CDATA[<p>Не, у меня вроде не было. Сейчас не могу проверить, русского голоса нет.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-12-06T09:16:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151004#p151004</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Озвучка текста Text to Speech UWP api Win10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151002#p151002" />
			<content type="html"><![CDATA[<p>Насколько я помню, у SAPI.SpVoice были проблемы с озвучкой русскоязычного текста на английской локале.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-12-06T08:22:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151002#p151002</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Озвучка текста Text to Speech UWP api Win10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150963#p150963" />
			<content type="html"><![CDATA[<p>А в чём преимущество по сравнению с SAPI.SpVoice ?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-12-05T13:18:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150963#p150963</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Озвучка текста Text to Speech UWP api Win10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150951#p150951" />
			<content type="html"><![CDATA[<p>Тема для обсуждения &quot;Озвучка текста Text to Speech UWP api Win10&quot;.<br /><a href="http://forum.script-coding.com/viewtopic.php?id=17651">http://forum.script-coding.com/viewtopic.php?id=17651</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-12-05T08:15:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150951#p150951</id>
		</entry>
</feed>
