<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Acapela TTS Voices for NVDA &#187; nvda</title>
	<atom:link href="http://www.acapela-nvda.com/blog/category/nvda/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.acapela-nvda.com</link>
	<description>NVDA&#039;s talking companion</description>
	<lastBuildDate>Tue, 03 Mar 2026 09:56:30 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>Is your Acapela voice laughing and crying with NVDA?</title>
		<link>http://www.acapela-nvda.com/blog/2022/05/27/is-your-acapela-voice-laughing-and-crying-with-nvda/</link>
		<comments>http://www.acapela-nvda.com/blog/2022/05/27/is-your-acapela-voice-laughing-and-crying-with-nvda/#comments</comments>
		<pubDate>Fri, 27 May 2022 11:17:48 +0000</pubDate>
		<dc:creator><![CDATA[paolo]]></dc:creator>
				<category><![CDATA[nvda]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.acapela-nvda.com/?p=615</guid>
		<description><![CDATA[Acapela voices use special codes to laugh, cry, cough and so on. These codes are called &#8220;Acapela sounds&#8221;. the Acapela sounds are usually not found in ordinary text, it may be amusing or useful to write special texts to hear these special effects. Unfortunately NVDA has few smart rules which interferes with the Acapela sounds [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Acapela voices use special codes to laugh, cry, cough and so on. These codes are called &#8220;Acapela sounds&#8221;. the Acapela sounds are usually not found in ordinary text, it may be amusing or useful to write special texts to hear these special effects.</p>
<p>Unfortunately NVDA has few smart rules which interferes with the Acapela sounds making it impossible to hear them, which has been a cause of frustration for many users of the Acapela TTS for NVDA plug-in.</p>
<p>However thanks to some clever and helpful NVDA users from the &lt;a title=&#8221;NVDA topic&#8221; href=&#8221;https://nvda.groups.io/g/nvda/topic/4083469&#8243;&gt;NVDA mailing list&lt;/a&gt; we have now found a solution to the issue.</p>
<p>1) If you want your Acapela TTS Voices for NVDA to cry, laugh and cough in NVDA you need to edit an NVDA file called &#8220;builtin.dic&#8221;. Always backup the original &#8220;builtin.dic&#8221; file before editing it, so that you can always reverse your changes.<br />
builtin.dic is found in the installation folder of NVDA and contains few regular expression rules to handle text in a smart way. One of them is named &#8220;Break words that have numbers at the end&#8221; and it is the one interfering with the Acapela.<br />
To tell NVDA not to use this rule you need to add a # character at the beginning of the next line, that should then look like the following:<br />
&lt;pre&gt;# ((?:(?=\D)\w)+)(\d+)    \1 \2    1    1&lt;/pre&gt;<br />
and save file.<br />
The # character means that you are &#8220;commenting out&#8221; this rule and thus it would not be applied.</p>
<p>2) Open NVDA&#8217;s Punctuation and Symbols dialog (NVDA menu -&amp;gt; preferences -&amp;gt; Punctuation and Symbols&#8230;) and find the entry for # (number sign), and change the value of the &#8220;Send actual symbol to synthesizer&#8221; combo box from &#8220;never&#8221; to &#8220;Only below symbol&#8217;s level&#8221;. and press Okay.</p>
<p>3) In NVDA&#8217;s Speech settings (NVDA menu -&amp;gt; preferences -&amp;gt; Settings &#8230; -&amp;gt; Speech) Set NVDA&#8217;s speech punctuation level to &#8220;None&#8221; and press Okay.</p>
<p>4) Save NVDA&#8217;s configuration and restart NVDA.</p>
<p>After that you will be able to use the Acapela Sounds. here below is a list of codes. Please note that these do not work with all voices, but only with the most recent voices of Acapela:<br />
&lt;ul&gt;<br />
&lt;li&gt;#AARGH01#&lt;/li&gt;<br />
&lt;li&gt;#AARGH02#&lt;/li&gt;<br />
&lt;li&gt;#AARGH03#&lt;/li&gt;<br />
&lt;li&gt;#BREATH01#&lt;/li&gt;<br />
&lt;li&gt;#BREATH02#&lt;/li&gt;<br />
&lt;li&gt;#BREATH03#&lt;/li&gt;<br />
&lt;li&gt;#CLICK01#&lt;/li&gt;<br />
&lt;li&gt;#CLICK02#&lt;/li&gt;<br />
&lt;li&gt;#COUGH01#&lt;/li&gt;<br />
&lt;li&gt;#COUGH02#&lt;/li&gt;<br />
&lt;li&gt;#CRY01#&lt;/li&gt;<br />
&lt;li&gt;#CRY02#&lt;/li&gt;<br />
&lt;li&gt;#CRY03#&lt;/li&gt;<br />
&lt;li&gt;#LAUGH01#&lt;/li&gt;<br />
&lt;li&gt;#LAUGH02#&lt;/li&gt;<br />
&lt;li&gt;#LAUGH03#&lt;/li&gt;<br />
&lt;li&gt;#MMM01#&lt;/li&gt;<br />
&lt;li&gt;#MMM02#&lt;/li&gt;<br />
&lt;li&gt;#MMM03#&lt;/li&gt;<br />
&lt;li&gt;#SLEEP01#&lt;/li&gt;<br />
&lt;li&gt;#SLEEP02#&lt;/li&gt;<br />
&lt;li&gt;#SNEEZE01#&lt;/li&gt;<br />
&lt;li&gt;#SNEEZE02#&lt;/li&gt;<br />
&lt;li&gt;#SWALLOW01#&lt;/li&gt;<br />
&lt;li&gt;#SWALLOW02#&lt;/li&gt;<br />
&lt;li&gt;#THROAT01#&lt;/li&gt;<br />
&lt;li&gt;#THROAT02#&lt;/li&gt;<br />
&lt;li&gt;#THROAT03#&lt;/li&gt;<br />
&lt;li&gt;#WHISTLE01#&lt;/li&gt;<br />
&lt;li&gt;#WHISTLE02#&lt;/li&gt;<br />
&lt;/ul&gt;<br />
A complete explanation of Acapela&#8217;s sounds and exclamation, including a link to a huge list with all sounds and exclamations is found &lt;a title=&#8221;Acapela&#8217;s exclamation and sounds&#8221; href=&#8221;http://www.acapela-group.com/voice-smileys/&#8221;&gt;here&lt;/a&gt;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acapela-nvda.com/blog/2022/05/27/is-your-acapela-voice-laughing-and-crying-with-nvda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is your Acapela voice laughing and crying with NVDA?</title>
		<link>http://www.acapela-nvda.com/blog/2017/01/12/is-your-acapela-voice-laughing-or-crying-with-nvda/</link>
		<comments>http://www.acapela-nvda.com/blog/2017/01/12/is-your-acapela-voice-laughing-or-crying-with-nvda/#comments</comments>
		<pubDate>Thu, 12 Jan 2017 10:45:36 +0000</pubDate>
		<dc:creator><![CDATA[Acapela WP]]></dc:creator>
				<category><![CDATA[nvda]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.acapela-nvda.com/?p=461</guid>
		<description><![CDATA[Acapela voices use special codes to laugh, cry, cough and so on. These codes are called &#8220;Acapela sounds&#8221;. the Acapela sounds are usually not found in ordinary text, it may be amusing or useful to write special texts to hear these special effects. Unfortunately NVDA has few smart rules which interferes with the Acapela sounds [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Acapela voices use special codes to laugh, cry, cough and so on. These codes are called &#8220;Acapela sounds&#8221;. the Acapela sounds are usually not found in ordinary text, it may be amusing or useful to write special texts to hear these special effects.</p>
<p>Unfortunately NVDA has few smart rules which interferes with the Acapela sounds making it impossible to hear them, which has been a cause of frustration for many users of the Acapela TTS for NVDA plug-in.</p>
<p>However thanks to some clever and helpful NVDA users from the <a title="NVDA topic" href="https://nvda.groups.io/g/nvda/topic/4083469">NVDA mailing list</a> we have now found a solution to the issue.</p>
<p>1) If you want your Acapela TTS Voices for NVDA to cry, laugh and cough in NVDA you need to edit an NVDA file called &#8220;builtin.dic&#8221;. Always backup the original &#8220;builtin.dic&#8221; file before editing it, so that you can always reverse your changes.<br />
builtin.dic is found in the installation folder of NVDA and contains few regular expression rules to handle text in a smart way. One of them is named &#8220;Break words that have numbers at the end&#8221; and it is the one interfering with the Acapela.<br />
To tell NVDA not to use this rule you need to add a # character at the beginning of the next line, that should then look like the following:</p>
<pre># ((?:(?=\D)\w)+)(\d+)    \1 \2    1    1</pre>
<p>and save file.<br />
The # character means that you are &#8220;commenting out&#8221; this rule and thus it would not be applied.</p>
<p>2) Open NVDA&#8217;s Punctuation and Symbols dialog (NVDA menu -&gt; preferences -&gt; Punctuation and Symbols&#8230;) and find the entry for # (number sign), and change the value of the &#8220;Send actual symbol to synthesizer&#8221; combo box from &#8220;never&#8221; to &#8220;Only below symbol&#8217;s level&#8221;. and press Okay.</p>
<p>3) In NVDA&#8217;s Speech settings (NVDA menu -&gt; preferences -&gt; Settings &#8230; -&gt; Speech) Set NVDA&#8217;s speech punctuation level to &#8220;None&#8221; and press Okay.</p>
<p>4) Save NVDA&#8217;s configuration and restart NVDA.</p>
<p>After that you will be able to use the Acapela Sounds. here below is a list of codes. Please note that these do not work with all voices, but only with the most recent voices of Acapela:</p>
<ul>
<li>#AARGH01#</li>
<li>#AARGH02#</li>
<li>#AARGH03#</li>
<li>#BREATH01#</li>
<li>#BREATH02#</li>
<li>#BREATH03#</li>
<li>#CLICK01#</li>
<li>#CLICK02#</li>
<li>#COUGH01#</li>
<li>#COUGH02#</li>
<li>#CRY01#</li>
<li>#CRY02#</li>
<li>#CRY03#</li>
<li>#LAUGH01#</li>
<li>#LAUGH02#</li>
<li>#LAUGH03#</li>
<li>#MMM01#</li>
<li>#MMM02#</li>
<li>#MMM03#</li>
<li>#SLEEP01#</li>
<li>#SLEEP02#</li>
<li>#SNEEZE01#</li>
<li>#SNEEZE02#</li>
<li>#SWALLOW01#</li>
<li>#SWALLOW02#</li>
<li>#THROAT01#</li>
<li>#THROAT02#</li>
<li>#THROAT03#</li>
<li>#WHISTLE01#</li>
<li>#WHISTLE02#</li>
</ul>
<p>A complete explanation of Acapela&#8217;s sounds and exclamation, including a link to a huge list with all sounds and exclamations is found <a title="Acapela's exclamation and sounds" href="http://www.acapela-group.com/voice-smileys/">here</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acapela-nvda.com/blog/2017/01/12/is-your-acapela-voice-laughing-or-crying-with-nvda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips: how to use the speech dictionary of NVDA</title>
		<link>http://www.acapela-nvda.com/blog/2016/12/06/tips-how-to-use-the-speech-dictionary-in-nvda/</link>
		<comments>http://www.acapela-nvda.com/blog/2016/12/06/tips-how-to-use-the-speech-dictionary-in-nvda/#comments</comments>
		<pubDate>Tue, 06 Dec 2016 13:00:01 +0000</pubDate>
		<dc:creator><![CDATA[Acapela WP]]></dc:creator>
				<category><![CDATA[nvda]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[acapela TTS]]></category>
		<category><![CDATA[pronunciation]]></category>
		<category><![CDATA[speech dictionary]]></category>

		<guid isPermaLink="false">http://www.acapela-nvda.com/?p=440</guid>
		<description><![CDATA[Thanks to our user Michael Bayus for sending us this &#8220;how to&#8221; article, we are grateful to Michael and happy to share this tips with all our users. We also invite all users to send us tips on mispronounced words and names by sending an email to contact@acapela-nvda.com or use the &#8220;report a pronunciation bug&#8221; [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Thanks to our user Michael Bayus for sending us this &#8220;how to&#8221; article, we are grateful to Michael and happy to share this tips with all our users.</p>
<p>We also invite all users to send us tips on mispronounced words and names by sending an email to <a title="contact@acapela-nvda.com" href="mailto:contact@acapela-nvda.com">contact@acapela-nvda.com</a> or use the &#8220;report a pronunciation bug&#8221; field in the type&amp;talk demo here on this page.</p>
<h2>How to use the speech dictionary with the Acapela TTS for NVDA add-on</h2>
<p>The speech dictionaries menu (found in the Preferences menu) contains dialogs that allow you to manage the way NVDA pronounces particular words or phrases. There are currently three different types of speech dictionaries. They are:</p>
<ul>
<li>Default: rules in this dictionary affect all speech in NVDA.</li>
<li>Voice: rules in this dictionary affect speech for the synthesizer voice currently being used.</li>
<li>Temporary: rules in this dictionary affect all speech in NVDA, but only for the current session. These rules are temporary and will be lost if NVDA is restarted.</li>
</ul>
<p>All dictionary dialogs contain a list of rules which will be used for processing the speech. The dialog also contains Add, Edit and Remove buttons.</p>
<p>To access the Speech dictionaries, press and hold the NVDA key, plus N to open the NVDA menu.  Then press the down arrow once to get to the preferences menu.  press the right arrow to access it.  Press the down arrow until you hear NVDA say &#8220;Speech dics&#8221;.</p>
<p>To add a new rule to the dictionary, press the Add button, and fill in the fields in the dialog box that appears and then press Ok. You will then see your new rule in the list of rules. However to make sure your rule is actually saved, make sure to press Ok to exit the dictionary dialog all together once you have finished adding/editing rules.</p>
<p>The rules for NVDA&#8217;s speech dictionaries allow you to change one string of characters into another.  For example, I like Ella, and she is the default voice for my screen reader.  She gets the word &#8220;peruse&#8221; wrong.  She says &#8220;parice&#8221;.  To teach her to pronounce the word correctly, I would go to the &#8220;voice&#8221; dictionary, and In the Add rule dialog, I would type the word &#8220;peruse&#8221; in the Pattern field, and I would type &#8220;per ruse&#8221; in the Replacement field. Now, Ella will say: &#8220;peruse&#8221; as she should. You may also want to type a description of the rule in the Comment field (something like: changes peruse to per ruse).</p>
<p>NVDA&#8217;s speech dictionaries however are much more powerful than simple word replacement. The Add rule dialog also contains a checkbox to say whether or not you want the rule to be case sensitive (meaning that NVDA should care whether the characters are uppercase or lowercase, NVDA ignores case by default).</p>
<p>Finally, a set of radio buttons allows you to tell NVDA whether your pattern should match anywhere, should only match if it is a complete word or should be treated as a &#8220;Regular expression&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acapela-nvda.com/blog/2016/12/06/tips-how-to-use-the-speech-dictionary-in-nvda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acapela for NVDA v1.4 is here!</title>
		<link>http://www.acapela-nvda.com/blog/2016/11/30/acapela-for-nvda-v1-4-is-here/</link>
		<comments>http://www.acapela-nvda.com/blog/2016/11/30/acapela-for-nvda-v1-4-is-here/#comments</comments>
		<pubDate>Wed, 30 Nov 2016 10:46:44 +0000</pubDate>
		<dc:creator><![CDATA[Acapela WP]]></dc:creator>
				<category><![CDATA[nvda]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.acapela-nvda.com/?p=437</guid>
		<description><![CDATA[Today we released the new version 1.4 of the Acapela TTS for NVDA add-on. This version brings to the NVDA add-on the latest improvements for all voices, including improvements in both sound and pronunciation for each voice. In version v1.4 we also say hello to a new Scottish English voice named Rhona, available both as [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Today we released the new <strong>version 1.4 of the Acapela TTS for NVDA add-on</strong>. This version brings to the NVDA add-on the latest improvements for all voices, including improvements in both sound and pronunciation for each voice.</p>
<p>In version v1.4 we also say hello to a new <strong>Scottish English voice named Rhona</strong>, available both as Colibri and High-Quality version.</p>
<p>We also extend our portfolio of Colibri voices by <em>adding a colibri version</em> of the <strong>Australian English voice Lisa</strong>, and the <strong>American Spanish voice Rodrigo</strong>.</p>
<p>After the latest additions, we can proudly announce that the Acapela TTS for NVDA add-on now provides <strong>52 high-quality voices</strong> and <strong>23 colibri voices</strong>.</p>
<p>If you already have a version of the Acapela TTS for NVDA plug-in, you can just remove the older version of engine and voices, and then <a title="get your download here" href="http://www.acapela-nvda.com/download/">download</a> and install the new version via the NVDA &#8220;Manage add-ons&#8221; menu.</p>
<p>License is not affected by the update, so no action at all is required, the new version of the add-on will find and use the existing license.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acapela-nvda.com/blog/2016/11/30/acapela-for-nvda-v1-4-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn how to use NVDA</title>
		<link>http://www.acapela-nvda.com/blog/2016/10/05/learn-how-to-use-nvda/</link>
		<comments>http://www.acapela-nvda.com/blog/2016/10/05/learn-how-to-use-nvda/#comments</comments>
		<pubDate>Wed, 05 Oct 2016 07:32:41 +0000</pubDate>
		<dc:creator><![CDATA[Acapela WP]]></dc:creator>
				<category><![CDATA[nvda]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[screen reader]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.acapela-nvda.com/?p=427</guid>
		<description><![CDATA[The American Foundation for the Blind continues its mission of providing tutorials to help Visually Impaired all over the world getting started using technology. Their later installment is an helpful tutorial on how to use the NVDA screen reader, from installation to navigating Windows. Here it is: http://www.afb.org/info/living-with-vision-loss/using-technology/assistive-technology-videos/learn-nvda/1234 Enjoy it!]]></description>
				<content:encoded><![CDATA[<p>The American Foundation for the Blind continues its mission of providing tutorials to help Visually Impaired all over the world getting started using technology. Their later installment is an helpful tutorial on how to use the NVDA screen reader, from installation to navigating Windows. Here it is:</p>
<p><a title="Learn NVDA Tutorial" href="http://www.afb.org/info/living-with-vision-loss/using-technology/assistive-technology-videos/learn-nvda/1234">http://www.afb.org/info/living-with-vision-loss/using-technology/assistive-technology-videos/learn-nvda/1234</a></p>
<p>Enjoy it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acapela-nvda.com/blog/2016/10/05/learn-how-to-use-nvda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started Using Google Docs and Drive with NVDA</title>
		<link>http://www.acapela-nvda.com/blog/2016/08/31/getting-started-using-google-docs-and-drive-with-nvda/</link>
		<comments>http://www.acapela-nvda.com/blog/2016/08/31/getting-started-using-google-docs-and-drive-with-nvda/#comments</comments>
		<pubDate>Wed, 31 Aug 2016 07:32:03 +0000</pubDate>
		<dc:creator><![CDATA[Acapela WP]]></dc:creator>
				<category><![CDATA[nvda]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.acapela-nvda.com/?p=424</guid>
		<description><![CDATA[I am sharing with you an excellent link from the AFB about how to get the most out of Google Docs and Google Drive together with NVDA. http://www.afb.org/info/living-with-vision-loss/using-technology/assistive-technology-videos/using-google-docs-and-drive-with-nvda/module-1-using-google-docs-and-drive-with-nvda/12345]]></description>
				<content:encoded><![CDATA[<p>I am sharing with you an excellent link from the AFB about how to get the most out of Google Docs and Google Drive together with NVDA.</p>
<p><a title="Getting started with Google Docs and Drive with NVDA" href="http://www.afb.org/info/living-with-vision-loss/using-technology/assistive-technology-videos/using-google-docs-and-drive-with-nvda/module-1-using-google-docs-and-drive-with-nvda/12345" target="_blank">http://www.afb.org/info/living-with-vision-loss/using-technology/assistive-technology-videos/using-google-docs-and-drive-with-nvda/module-1-using-google-docs-and-drive-with-nvda/12345</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acapela-nvda.com/blog/2016/08/31/getting-started-using-google-docs-and-drive-with-nvda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome NVDA 2016.1</title>
		<link>http://www.acapela-nvda.com/blog/2016/03/09/welcome-nvda-2016-1/</link>
		<comments>http://www.acapela-nvda.com/blog/2016/03/09/welcome-nvda-2016-1/#comments</comments>
		<pubDate>Wed, 09 Mar 2016 08:36:49 +0000</pubDate>
		<dc:creator><![CDATA[Acapela WP]]></dc:creator>
				<category><![CDATA[nvda]]></category>
		<category><![CDATA[acapela]]></category>
		<category><![CDATA[TTS]]></category>

		<guid isPermaLink="false">http://www.acapela-nvda.com/?p=401</guid>
		<description><![CDATA[NVDA 2016.1 has arrived. We tested it with the Acapela TTS for NVDA release 1.21 and the two work together splendidly. You can download NVDA 2016.1 here: http://www.nvaccess.org/download/ You can learn more about what&#8217;s new in 2016.1 here: http://www.nvaccess.org/files/nvda/releases/2016.1/nvda_2016.1_changes.html &#160; &#160;]]></description>
				<content:encoded><![CDATA[<p>NVDA 2016.1 has arrived. We tested it with the Acapela TTS for NVDA release 1.21 and the two work together splendidly.</p>
<p>You can download NVDA 2016.1 here: <a href="http://www.nvaccess.org/download/">http://www.nvaccess.org/download/</a></p>
<p>You can learn more about what&#8217;s new in 2016.1 here: <a href="http://www.nvaccess.org/files/nvda/releases/2016.1/nvda_2016.1_changes.html">http://www.nvaccess.org/files/nvda/releases/2016.1/nvda_2016.1_changes.html</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acapela-nvda.com/blog/2016/03/09/welcome-nvda-2016-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NVDA adds Windows10 supports in version 2015.3</title>
		<link>http://www.acapela-nvda.com/blog/2015/08/25/nvda-adds-full-windows10-supports-in-2015-3/</link>
		<comments>http://www.acapela-nvda.com/blog/2015/08/25/nvda-adds-full-windows10-supports-in-2015-3/#comments</comments>
		<pubDate>Tue, 25 Aug 2015 12:50:26 +0000</pubDate>
		<dc:creator><![CDATA[Acapela WP]]></dc:creator>
				<category><![CDATA[nvda]]></category>

		<guid isPermaLink="false">http://www.acapela-nvda.com/?p=339</guid>
		<description><![CDATA[NVDA 2015.3 adds windows10 supports plus more in its latest release (download link in the following article). http://www.nvaccess.org/post/nvda-2015-3-released/ Acapela for NVDA fully supports both NVDA 2015.3 and Windows 10.]]></description>
				<content:encoded><![CDATA[<p>NVDA 2015.3 adds windows10 supports plus more in its latest release (download link in the following article).</p>
<p><a href="http://www.nvaccess.org/post/nvda-2015-3-released/">http://www.nvaccess.org/post/nvda-2015-3-released/</a></p>
<p>Acapela for NVDA fully supports both NVDA 2015.3 and Windows 10.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acapela-nvda.com/blog/2015/08/25/nvda-adds-full-windows10-supports-in-2015-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NVDA 2015.2 is here!</title>
		<link>http://www.acapela-nvda.com/blog/2015/06/16/nvda-2015-2-is-here/</link>
		<comments>http://www.acapela-nvda.com/blog/2015/06/16/nvda-2015-2-is-here/#comments</comments>
		<pubDate>Tue, 16 Jun 2015 07:33:47 +0000</pubDate>
		<dc:creator><![CDATA[Acapela WP]]></dc:creator>
				<category><![CDATA[nvda]]></category>
		<category><![CDATA[acapela]]></category>

		<guid isPermaLink="false">http://www.acapela-nvda.com/?p=331</guid>
		<description><![CDATA[NVDA 2015.2 is here,  and it works with the Acapela TTS for NVDA right away! So just update NVDA and go on working with your Acapela voice with no need for any operation on your side. You can download NVDA 2015.2 here: http://www.nvaccess.org/post/nvda-2015-2-now-available/ Enjoy it!]]></description>
				<content:encoded><![CDATA[<p>NVDA 2015.2 is here,  and it works with the Acapela TTS for NVDA right away! So just update NVDA and go on working with your Acapela voice with no need for any operation on your side.</p>
<p>You can download NVDA 2015.2 here:</p>
<p><a title="NVDA 2015.2" href="http://www.nvaccess.org/post/nvda-2015-2-now-available/" target="_blank">http://www.nvaccess.org/post/nvda-2015-2-now-available/</a></p>
<p>Enjoy it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acapela-nvda.com/blog/2015/06/16/nvda-2015-2-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
