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

Поделиться
HTML-код
  • Опубликовано: 19 окт 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.microsof...
    💖 Show Support
    ☕ Paypal: www.paypal.me/...
    ☕ Venmo: @Jie-Jenn
    🌳 Patreon: / jiejenn (early access to tutorial source code)
    ✉️ Business Inquiring: RUclips@LearnDataAnalysis.org
    #azure #speechtotext #python

Комментарии • 14

  • @atulanand4824
    @atulanand4824 2 месяца назад

    l want to ASR, how to do that? can you please provide the idea?

  • @aswarytiwari8806
    @aswarytiwari8806 4 месяца назад +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  4 месяца назад +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.

    • @debarghyadasgupta1931
      @debarghyadasgupta1931 Месяц назад

      @@jiejenn how to handle scenarios where you host this solution on cloud servers with no audio support?

  • @EricThomas-fm1sh
    @EricThomas-fm1sh 4 месяца назад

    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  4 месяца назад

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

  • @arrychitnis165
    @arrychitnis165 3 месяца назад +1

    Thanks a lot for this video!
    it was a great help

    • @jiejenn
      @jiejenn  3 месяца назад

      Glad to hear that!

    • @atulanand4824
      @atulanand4824 2 месяца назад

      ​@@jiejenn
      l want to ASR, how to do that? can you please provide the idea?

  • @saigovind-d6o
    @saigovind-d6o 3 месяца назад

    is this a paid api and will this work on all languages or just English

    • @jiejenn
      @jiejenn  3 месяца назад +1

      It is a paid API with monthly free usage. The API works with good number of languages.

    • @yepsaTWITCH
      @yepsaTWITCH 2 месяца назад +1

      @@jiejennhow do u make it work with all the languages available?

  • @KaiShiden-f1m
    @KaiShiden-f1m 5 месяцев назад

    That's pretty cool!