Record Your MIC with JavaScript

Поделиться
HTML-код
  • Опубликовано: 24 окт 2023
  • Learn how to use JavaScript to record your voice and download it as an MP3, OGG, or similar audio file. In this video, we use the Media API to get access to the microphone.
    Google Icons: fonts.google.com/icons
    // INTERESTED IN GAME DEV?
    / muddywolf
    // FOLLOW ME ON TWITTER
    / tyler_potts_
    // CHECK OUT MY GAME
    play.google.com/store/apps/de...
    // DO THESE SIMPLE STEPS
    LIKE, SUBSCRIBE & SHARE
  • ХоббиХобби

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

  • @matc.1570
    @matc.1570 Месяц назад +1

    Brilliant tutorial! Thanks for sharing your javascript skills with us 😊

  • @almogmizrahi5273
    @almogmizrahi5273 3 месяца назад +8

    Where is the code .😢

  • @CodingFire
    @CodingFire 6 месяцев назад +2

    you are underrated man! keep up the great work

  • @Crashman1012
    @Crashman1012 6 месяцев назад +4

    Glad to see you’re still uploading awesome tutorials.
    Your tutorials helped me get a job and what stands out from the rest is that you make projects that are actually what you will work on professionally.
    For example, no company will hire you to make a to do list or a calculator but they might hire you to make a project that involves using your webcam or audio and doing something with that.
    Thanks and keep killing it!

    • @TylerPotts
      @TylerPotts  6 месяцев назад

      Thank you and that's amazing I'm happy that I could help!

  • @user-cv9sq7xv4s
    @user-cv9sq7xv4s 8 дней назад

    Good tutorial, but there is the problem - if you even stop the recording, the browser tab still has that red dot, which means that the tab is still listening to the mic. And that's not good.

  • @ironF5
    @ironF5 4 месяца назад

    everything works, and the details you have provided is excellent. however using flask when i deploy this app on the server, then the mic permission prompt doesnot comes, on deeper research i found that "Modern browsers require a secure context (HTTPS) to grant access to media devices. When you run the app locally, it's likely on HTTP, but your browser may allow microphone access due to it being a 'localhost' environment, which is often considered secure by default. However, when deployed on a server and accessed over the internet, HTTPS becomes mandatory for such features.", so how to deploy this app on server should have also been taught. thank you. excellent content btw

  • @MPerialWeb
    @MPerialWeb 5 месяцев назад

    How long would it take to make the upload tutorial? I'm trying to save in MongoDB with NodeJS, Express and EJS. 🙂

  • @swadeepsoni514
    @swadeepsoni514 5 месяцев назад

    bro there is some issue with the recorded file, as suppose if i record for a minute, so whenever i play the recording it will not give me the option to seek to different time. pls help with that like i should have all meta property just after stop recording...

  • @majesticflyingbrick
    @majesticflyingbrick 20 дней назад

    why does the progress bar not work when you play the downloaded audio file?
    is there a way to fix this?

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

    Hi, I'm using angular17 but I'm getting below error, can you please help me.
    TypeError: Cannot read properties of undefined (reading 'recorder') at setUpStream

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

    I know I am late to the party, but are there any videos to continue this project, or is this a solo-standing video.