Real-Time Audio Transcription Using Azure Speech to Text API in Python

Поділитися
Вставка
  • Опубліковано 20 тра 2024
  • Azure Speech to Text is a powerful tool that enables real-time audio transcription, making it ideal for a variety of applications such as creating voice-activated systems, generating subtitles for videos, and enhancing software accessibility. In this tutorial, you will learn how to use Azure's Speech-To-Text API to transcribe audio live using a specific microphone.
    📋 Source Code: / source-code-real-10453...
    📑 Azure's Speech To Text: azure.microsoft.com/en-us/pro...
    💖 Show Support
    ☕ Paypal: www.paypal.me/jiejenn/5
    ☕ Venmo: @Jie-Jenn
    🌳 Patreon: / jiejenn (early access to tutorial source code)
    ✉️ Business Inquiring: UA-cam@LearnDataAnalysis.org
    #azure #speechtotext #python

КОМЕНТАРІ • 6

  • @aswarytiwari8806
    @aswarytiwari8806 16 днів тому +1

    wouldn't this device ID be specific for your own machine ? can this app be used by other users on their laptops with their audio devices ?

    • @jiejenn
      @jiejenn  15 днів тому +1

      You will need to use library like pyaudio to list a PC's microphone IDs and name for the user to choose which microphone to use.

  • @EricThomas-fm1sh
    @EricThomas-fm1sh 15 днів тому

    Do you know how to take my computer speakers **outoput** audio as **input** for the script? I want to be able to transcribe things I'm listening to as needed.

    • @jiejenn
      @jiejenn  15 днів тому

      For Windows PC you can use pywin32. Not sure for MacOS.

  • @user-qi1rz9we6g
    @user-qi1rz9we6g Місяць тому

    That's pretty cool!