<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ebubekir Yazgan</title>
    <description>The latest articles on DEV Community by Ebubekir Yazgan (@bekiryazgann).</description>
    <link>https://dev.to/bekiryazgann</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1005972%2Fdb1316e0-3f94-46b3-a290-8f1fd6fab754.jpeg</url>
      <title>DEV Community: Ebubekir Yazgan</title>
      <link>https://dev.to/bekiryazgann</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bekiryazgann"/>
    <language>en</language>
    <item>
      <title>Basic Auto Dubbing</title>
      <dc:creator>Ebubekir Yazgan</dc:creator>
      <pubDate>Tue, 07 Feb 2023 10:34:19 +0000</pubDate>
      <link>https://dev.to/bekiryazgann/basic-auto-dubbing-4bfi</link>
      <guid>https://dev.to/bekiryazgann/basic-auto-dubbing-4bfi</guid>
      <description>&lt;p&gt;In this project, I developed an application that makes &lt;code&gt;automatic dubbing&lt;/code&gt; dusing &lt;code&gt;python&lt;/code&gt;. Although it is not a high-level application, you can successfully get the results you want if you extract the sounds and &lt;code&gt;listen&lt;/code&gt; to the application.&lt;/p&gt;

&lt;p&gt;First of all, go to &lt;a href="https://github.com/bekiryazgann/basic-auto-dubbing" rel="noopener noreferrer"&gt;this link&lt;/a&gt; and clone the project to your computer.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You can do it like this (you need git installed on your computer)&lt;/p&gt;


&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;git clone https://github.com/bekiryazgann/basic-auto-dubbing
&lt;/code&gt;&lt;/pre&gt;

&lt;/blockquote&gt;



&lt;blockquote&gt;

&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;&lt;span class="nb"&gt;cd &lt;/span&gt;basic-auto-dubbing
&lt;/code&gt;&lt;/pre&gt;

&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Let's set the requirements
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;Let's install the &lt;code&gt;translate&lt;/code&gt; package&lt;/p&gt;


&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;pyton3.10 &lt;span class="nt"&gt;-m&lt;/span&gt; pip &lt;span class="nb"&gt;install &lt;/span&gt;translate
&lt;/code&gt;&lt;/pre&gt;


&lt;p&gt;In the &lt;code&gt;gtts&lt;/code&gt; package&lt;/p&gt;


&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;pyton3.10 &lt;span class="nt"&gt;-m&lt;/span&gt; pip &lt;span class="nb"&gt;install &lt;/span&gt;gtts
&lt;/code&gt;&lt;/pre&gt;


&lt;p&gt;In the &lt;code&gt;SpeechRecognition&lt;/code&gt; package&lt;/p&gt;


&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;pyton3.10 &lt;span class="nt"&gt;-m&lt;/span&gt; pip &lt;span class="nb"&gt;install &lt;/span&gt;SpeechRecognition
&lt;/code&gt;&lt;/pre&gt;

&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Run the application
&lt;/h3&gt;

&lt;p&gt;Now all that remains is to run our application.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In the &lt;code&gt;SpeechRecognition&lt;/code&gt; package&lt;/p&gt;


&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;pyton3.10 main.py
&lt;/code&gt;&lt;/pre&gt;

&lt;/blockquote&gt;

&lt;p&gt;From now on, all you have to do is set the language you want to translate from which language in the &lt;code&gt;main.py&lt;/code&gt; file (you can find the language codes on the internet) and start speaking the language clearly from whichever language you chose to translate from. The application will not delete your audio files. You can then use them.&lt;/p&gt;

</description>
      <category>devto</category>
      <category>announcement</category>
    </item>
  </channel>
</rss>
