Simple Voice Recorder with GUI in Python

Sdílet
Vložit
  • čas přidán 19. 09. 2022
  • In this video, we learn how to build a simple voice recorder with a graphical user interface in Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • Věda a technologie

Komentáře • 21

  • @jonasvetsch6416
    @jonasvetsch6416 Před 2 měsíci +2

    Thank you so much!!
    If people have trouble installing pyaudio on Mac, here's how it worked for me:
    first run: brew install portaudio
    then run: pip install pyaudio

  • @Antek1234l
    @Antek1234l Před rokem +3

    I was looking for video about sound recording in python, and I found it. Thanks!

  • @zachfenton608
    @zachfenton608 Před rokem +1

    einfach Wunderbar, vielen Dank!

  • @shinrafahell
    @shinrafahell Před rokem +1

    Neat and clean!

  • @muralidharan.m645
    @muralidharan.m645 Před rokem

    The another awesome and beginner friendly video. Thanks 😊👍 brother

  • @jihrijihri710
    @jihrijihri710 Před rokem +1

    Are you sure that the minutes will display well if you record more than 1 hour?
    in the 60 minute, row 46 (mis = passed // 60) won't give you the number 60 and display 00:60:00?

  • @guilherme5094
    @guilherme5094 Před rokem

    Really nice👍

  • @laurencethegreat2813
    @laurencethegreat2813 Před 10 měsíci

    hello sir i love your video it is very helpful and very helpful to me especially i am a beginner. question: can i use the file that was saved from the audio recorder to be in a text?

  • @LeFouDuMonde
    @LeFouDuMonde Před rokem

    You are the best man

  • @bdehl
    @bdehl Před rokem

    How do I change the file path of the saved recording? Very helpful video, thank you!

  • @mehdismaeili3743
    @mehdismaeili3743 Před rokem

    Excellent.

  • @techhighlighted5083
    @techhighlighted5083 Před rokem

    Great video

  • @youssefalkhodary
    @youssefalkhodary Před rokem

    perfect 🔥

  • @muhammadukkasha5030
    @muhammadukkasha5030 Před rokem

    Can we implement this kind of functionality in flask? Where we are getting blob of audio from the frontend and in flask we have to write file from the blob data.
    I have tried everything but it didn't workout

  • @hssp1534
    @hssp1534 Před rokem

    It would be really helpful if you could show how to integrate a 'Download' button so that we can download the call as well instead of it having downloaded automatically

  • @Ir8Xe
    @Ir8Xe Před rokem

    No idea why, but in class the script does not work, but without class it works. Why? Please help me

  • @omaral-halabiah2851
    @omaral-halabiah2851 Před rokem

    interesting script

  • @betteradept
    @betteradept Před rokem

    Please create sleep time predictor using machine learning 🥺

  • @vasylpavuk391
    @vasylpavuk391 Před rokem +1

    If mins > 60: # after hours calculated
    mins = mins % 60

  • @tcgvsocg1458
    @tcgvsocg1458 Před rokem

    it can be really good without all of this import...

  • @charmedcaster15
    @charmedcaster15 Před 4 měsíci

    to be honest with you no hate but your explanations sucks, if someone is a beginner to pyaudio they will have absolutely no idea what you are talking about. but thanks for the code anyways