<?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>voice Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/voice/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 25 Feb 2021 14:56:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install eSpeak on CentOS 8 / Ubuntu 20.04 / 18.04?</title>
		<link>https://www.osradar.com/install-espeak-on-centos-ubuntu/</link>
					<comments>https://www.osradar.com/install-espeak-on-centos-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 27 Feb 2021 00:30:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Centos 8]]></category>
		<category><![CDATA[espeak]]></category>
		<category><![CDATA[gespeaker]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[voice]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14311</guid>

					<description><![CDATA[<p>The multimedia section continues to be one of the most requested topics of Linux. Because until now, Linux is master and master of servers. Within the developers, it has a pretty good reputation that competes for face-to-face with Windows and macOS. But in the multimedia section, it has to be said that it is still [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-espeak-on-centos-ubuntu/">How to install eSpeak on CentOS 8 / Ubuntu 20.04 / 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The multimedia section continues to be one of the most requested topics of Linux. Because until now, Linux is master and master of servers. Within the developers, it has a pretty good reputation that competes for face-to-face with Windows and macOS.  But in the multimedia section, it has to be said that it is still a bit behind the competition. In this sense, open-source projects try to shorten the differences with many new libraries or with software that allows shortening differences. It is also true that the differences lie in the drivers of the new devices and in the applications that can be installed in the system. However, today we will show you how to install eSpeak on CentOS 8 and<a aria-label=" Ubuntu (opens in a new tab)" rel="noreferrer noopener" href="https://www.osradar.com/tag/ubuntu/" target="_blank"> Ubuntu</a> 20.04 / 18.04. With this program, you will be able to transform text to speech and use it in your multimedia or development projects.</p>



<h2>eSpeak to convert text to speech</h2>



<p>In general, we can say that eSpeak is an application written in open-source C that allows transforming the text into a voice file. <strong>In short, it works as a synthesizer</strong>.</p>



<p class="has-text-align-left">The application can be installed in multiple operating systems such as Windows, Linux and macOS. However, in Linux there is a fork called <a href="https://github.com/espeak-ng/espeak-ng/" target="_blank" rel="noreferrer noopener" aria-label="eSpeak NG (opens in a new tab)">eSpeak NG</a> that was born with the aim of facilitating the compilation for unix systems.</p>



<p>eSpeak is quite a wonder. In the first place, because<strong> it supports many languages including the most spoken as English, Cantonese, Japanese and others</strong>.  Also because the audio quality is quite good and is very reliable in its target.</p>



<p>One aspect to keep in mind the application is that it is a tool purely <strong>used in the terminal</strong>. So you have to get to work on it. But do not worry the community has developed a graphical interface for the program called <g class="gr_ gr_5 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="5" data-gr-id="5"><a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="http://www.muflone.com/gespeaker/english/" target="_blank">gespeaker</a></g>.</p>



<p>So, let us install it.</p>



<h3>Install eSpeak on Ubuntu 20.04 / 18.04 / Linux Mint 19/20</h3>



<p>A great advantage is that eSpeak is an application that is available in the official repositories of Ubuntu- So to install it, just use the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo apt install espeak</pre>



<p>Once installed, it will be ready for action. If you don&#8217;t want to use eSpeak from the temrinal, you can install gespeaker which is a graphical interface for the application.</p>



<pre class="wp-block-preformatted">:~$ sudo apt install gespeaker</pre>



<p>And now you can use the application.</p>



<h3>Install eSpeak on CentOS 7 / CentOS 8</h3>



<p>In the case of CentOS 7 and 8, they are also available in the official repositories. So as a root user you run some of these commands depending on which version of CentOS you are running:</p>



<p>For CentOS 7:</p>



<pre class="wp-block-preformatted">:~$ su <br>:~# yum install espeak </pre>



<p>But if you use CentOS 8:</p>



<pre class="wp-block-preformatted">:~$ su
:~# dnf install espeak</pre>



<p>This way, you will have the application running.</p>



<h2>Basic use of eSpeak</h2>



<p>The most basic way to use eSpeak through the console is with the following syntax:</p>



<pre class="wp-block-preformatted">:~$ espeak "[text_to_convert]" -w [output_file] -g [x] -p [x] -s [x] -v [language]</pre>



<p>I&#8217;ll explain briefly. First we invoke the command and pass it the text we want it to &#8220;read&#8221;. With the -w option we simply point to the path of the output file. The -g option is used to set the pause time between words. -p defines the pitch. To define the reading time we use the option -s and finally we set the language of the reading.</p>



<p>An example would be the following:</p>



<pre class="wp-block-preformatted">:~$ espeak "Hello welcome to osradar" -w /tmp/output.wav -g 10 -p 80 -s 100 -v en-uk</pre>



<p>Then, open the file with <a rel="noreferrer noopener" aria-label="VLC (opens in a new tab)" href="https://www.osradar.com/how-to-add-plugins-on-vlc-media-player/" target="_blank">VLC</a> or another media player.</p>



<p>If you want to use the graphical interface, just install it. This is how it looks.</p>



<figure class="wp-block-image"><img loading="lazy" width="902" height="501" src="https://www.osradar.com/wp-content/uploads/2019/10/1-5.png" alt="1.- Install espeak on CentOS 8 / Ubuntu 20.04 / 18.04" class="wp-image-14313" srcset="https://www.osradar.com/wp-content/uploads/2019/10/1-5.png 902w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-300x167.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-768x427.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-696x387.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/1-5-756x420.png 756w" sizes="(max-width: 902px) 100vw, 902px" /><figcaption>1.- Install espeak on CentOS 8 / Ubuntu 20.04 / 18.04</figcaption></figure>



<p>And enjoy it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-espeak-on-centos-ubuntu/">How to install eSpeak on CentOS 8 / Ubuntu 20.04 / 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-espeak-on-centos-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft is testing voice search for Windows 10</title>
		<link>https://www.osradar.com/microsoft-is-testing-voice-search-for-windows-10/</link>
					<comments>https://www.osradar.com/microsoft-is-testing-voice-search-for-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Fri, 01 Jan 2021 14:17:00 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27274</guid>

					<description><![CDATA[<p>Microsoft is constantly looking for the vanguard. That&#8217;s why it&#8217;s testing a new feature for Windows 10 that promises. Soon users will be able to interact with the system by voice. Particularly with the files and search engines of the computer. The tests of this function began in september. Basically the novelty consists in the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/microsoft-is-testing-voice-search-for-windows-10/">Microsoft is testing voice search for Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="http://microsoft.com/en-us/" target="_blank" rel="noreferrer noopener">Microsoft</a> is constantly looking for the vanguard. That&#8217;s why it&#8217;s testing a new feature for Windows 10 that promises. Soon users will be able to interact with the system by voice. Particularly with the files and search engines of the computer.</p>



<p>The tests of this function began in september. Basically the novelty consists in the use of voice in the text fields. In this way, it would not be necessary to type but to dictate what you want to search. In tools such as the file searcher this function is highly useful.</p>



<h2>How would it work?</h2>



<p>First, the user grants new permissions to Windows. Specifically the activation of speech recognition. This option can be chosen in configuration in the Voice section. Also by pressing Windows+H combination. Later, in the text spaces a widget will appear. With it you can manage the function of using voice command.</p>



<figure class="wp-block-image size-large"><img src="https://www.windowslatest.com/wp-content/uploads/2020/12/File-Explorer-search.jpg" alt=""/><figcaption>From <a href="https://www.windowslatest.com/2020/12/27/microsoft-is-improving-the-way-you-interact-with-windows-10/">Windows Latest</a></figcaption></figure>



<h2>New voice command functions</h2>



<p>Certainly, the use of voice commands is an existing function. However, this update would mean an optimization of that function. Because it includes interesting features. Especially 2 stand out:</p>



<ul><li><strong>Auto Score</strong></li></ul>



<p>With this option the system will place punctuation marks on the text. Only using the intonation of the user&#8217;s voice. Goodbye to meaningless and badly written texts. Commas, dots, and following will appear automatically.</p>



<ul><li><strong>More precise searches</strong></li></ul>



<p>Another novelty that stands out is the search by means of the voice in a more precise way</p>



<h2>More permits</h2>



<p>Despite the attractiveness of this feature, it has its disadvantages. Particularly with the option of more precise searches. Because building this tool would mean greater Windows access to user data. However, the Redmond people are committed to user confidence.</p>



<blockquote class="wp-block-quote"><p>“Your everyday use of voice typing could make Microsoft’s online speech tech more accurate for everyone who speaks your language. If you decide to contribute your voice clips, some of these clips will be reviewed by Microsoft employees and vendors,”&nbsp;</p><cite>Windows Team</cite></blockquote>



<p>It is expected that this novelty will be available soon in more devices. Currently the option is available in some languages and regions. For example, English, German, Spanish, Portuguese and Mandarin. Also, in countries like the United States, Brazil, France, United Kingdom and India. Also, it will probably arrive definitely with the next big update of Windows 10.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/microsoft-is-testing-voice-search-for-windows-10/">Microsoft is testing voice search for Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/microsoft-is-testing-voice-search-for-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
