How to Create Text to Speech from Google Colab using gTTS Library

Google Text-to-Speech (gTTS) is one of several text-to-speech library available to used on Google Colab. It has simple code and reliable to use with, for example it also provide a simple language parameter so the speech out depend on what country id will be used. Don't forget to add audio player library since gTTS will create an audio file on-the-fly and need the audio player to make a sound. Check a compact code below and run it from Google Colab:

!pip install gTTS
from gtts import gTTS
from IPython.display import Audio

tts = gTTS('Selamat datang di channel youtube eko wahyudiharto',lang='id')
tts.save('1.wav')
sound_file = '1.wav'
Audio(sound_file, autoplay=True) 
 

I wrapped above code into a 5 mins video below in  my Youtube channel (in Bahasa). Please subscribe if you haven't or send your thumbs for the video or share it if you like.


PS: Still unable how to play a loop string in a 'for' syntax. Anyone can help? Share your thoughts on below comment box. Thank you!

Labels: ,


PS: If you've benefit from this blog,
you can support it by making a small contribution.

Enter your email address to receive feed update from this blog:

Post a Comment

 

  1. Blogger Apartment On Rent said,

    Saturday, February 05, 2022 3:12:00 PM



    I am feeling very desireful for visiting on your webpage, I have never seen such wonderful information. Do you want to know about the best flats then visit Apartmentonrent.com and get the Flats/Apartments of your choice.



  2. Blogger อารียา แสงวรรณ said,

    Sunday, June 12, 2022 2:05:00 PM

    "HUAYDED789 แทงหวยออนไลน์ 24 ชั่วโมง
    ด้วยประสบการณ์การให้บริการทั้งคาสิโนออนไลน์ และ แทงหวยออนไลน์ นานนับ 10 ปี และไม่หยุดพัฒนาเพื่อประสบการณ์ต่อผู้เล่น ที่สะดวก เสถียร ที่สุด รองรับทั้งมือถือ และ คอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดใดๆ อีกทั้ง ยังมีระบบฝากถอนรวดเร็ว"

Post a Comment

Leave comments here...