Google Cloud Text-to-Speech AI API in Python - Getting Started (Part 1)

Sdílet
Vložit
  • čas přidán 23. 07. 2024
  • In part 1 of the Google Cloud Text-to-Speech API tutorial series, I will be going over some of the important information before you start using Google Text-to-Speech API in Python. Some of the things I will be going over: a product demo, pricing, quota limit.
    Buy Me a Coffee? Your support is much appreciated!
    ----------------------------------------------------------------------------------------------------------------
    PayPal Me: www.paypal.me/jiejenn/5
    Venmo: @Jie-Jenn
    Patreon: / jiejenn
    Check out Kite →
    www.kite.com/get-kite/?...
    Timestamp:
    00:00 - Intro
    04:56 - Google Text-to-Speech Key Features
    05:50 - Pricing
    07:04 - Quota Request Limit
    📑 How to create a Cloud Service Account & Download Client JSON file: • How to create a Google...
    📑 Also check out Getting Started with Google Cloud Speech-To-Text API in Python: • Getting Started with G...
    Just want to emphasize again that for Standard (non-WaveNet) voices, you can convert up to 4 million characters for free per month (per billing cycle). For WaveNet voices, you can convert up to 1 million characters for free per month (per billing cycle).
    What is Google Cloud Text-To-Speech?
    -------------------------------------------------
    With Google Cloud Text-to-Speech Cloud API, we can convert text into natural-sounding speech using an API powered by Google’s AI technologies.
    Google Cloud Text-to-Speech API allows developers to include natural-sounding, synthetic human speech as playable audio in their applications. The Text-to-Speech API converts text or Speech Synthesis Markup Language (SSML) input into audio data like MP3 or LINEAR16 (the encoding used in WAV files).
    - Improve customer interactions with intelligent, lifelike responses
    - Engage users with voice user interface in your devices and applications
    - Personalize your communication based on user preference of voice and language
    ⛏ Google Cloud Text-to-Speech AI product page: cloud.google.com/text-to-speech
    Support my channel so I can continue making free contents
    ----------------------------------------------------------------------------------------------------------------
    By shopping on Amazon → amzn.to/2JkGeMD
    More tutorial videos on my website → LearnDataAnalysis.org
    Follow Me on Facebook → / learn-data-analysis-10...
    Business Inquiring: CZcams@LearnDataAnalysis.org
    Tags:
    #TextToSpeech #GoogleCloud #GCP #Python

Komentáře • 9

  • @shubhamkiingale4248
    @shubhamkiingale4248 Před 3 lety +1

    You are awesome! Thank you for this!

  • @alexscopes1536
    @alexscopes1536 Před 3 lety

    So would I say a few sentences into the microphone and then it would use my voice through AI to say anything I put into the text to speech area?

    • @somethingwithbryan
      @somethingwithbryan Před 2 lety

      not exactly. you can get it to speak with your voice but you have to send a lot of spoken words to google and wait for them to train it

    • @jiejenn
      @jiejenn  Před 2 lety

      Just saw this comment after two months 😂. Anyway to answer the question, if you want voice AI to use your voice, first you will need to submit an application for approval to state that the voice you submitted is your own or you have the usage right and the purpose of why you want to use a custom voice. If your application is approved, the very minimum model training is speak 10 minutes worth of paragraphs. 30 minutes is the average and 2 hours is the ideal.

  • @soresabeyene2004
    @soresabeyene2004 Před 2 lety

    you have knowledge on this one. so, how I, add new language into google cloud

  • @KVergot
    @KVergot Před 3 lety

    This is a great explanation. I am experiencing a lot of latency. Any suggestions on how to troubleshoot this?

    • @jiejenn
      @jiejenn  Před 3 lety

      If you are experiencing latency, it is either your internet is a bit slow or Google Cloud server is busy.

  • @lynxacres1293
    @lynxacres1293 Před 2 lety

    Is this the easiest way to use google cloud text to speech? The demo that's provided by google allows you to just type the text into a box. To actually use it...it seems like you have to learn python coding and a bunch of stuff. Is there not a way to just use it like in the demo?

    • @jiejenn
      @jiejenn  Před 2 lety

      There are many paid services use Google text to speech as the backend with a UI to let you transcribe text to audio.