Record Your MIC with JavaScript

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 30

  • @Crashman1012
    @Crashman1012 Рік тому +6

    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  Рік тому +1

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

  • @felipehernandez7938
    @felipehernandez7938 2 місяці тому +1

    I'm building a pretty similar app and I was blocked on how can I have only one buttton to start and stop the recording. You unlocked my brain, thank you

  • @CodingFire
    @CodingFire Рік тому +2

    you are underrated man! keep up the great work

  • @matc.1570
    @matc.1570 6 місяців тому +1

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

  • @RizaHariati
    @RizaHariati 4 місяці тому +1

    Very clear and easy to understand.. Thank you!

  • @ryostyles6434
    @ryostyles6434 9 днів тому

    Any idea how can we add a auto stop recording function so that when user stops speaking the audio stops recording?

  • @aljosaskrinjar3740
    @aljosaskrinjar3740 7 місяців тому

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

  • @ironF5
    @ironF5 9 місяців тому +1

    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

    • @rekguy
      @rekguy Місяць тому

      did you solve this?

  • @АндрейМарющенко
    @АндрейМарющенко 5 місяців тому

    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.

  • @aleenajesval
    @aleenajesval Місяць тому

    where is the coding section that u use how can i download it and where from i download the code

  • @عليسعد-ق1س
    @عليسعد-ق1س 4 місяці тому

    it's not work for me because i facing a problem " cors requests are made on supported schemes"
    whenever i import the stream from "node:stream";

  • @srinivasang8363
    @srinivasang8363 9 місяців тому

    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

  • @majesticflyingbrick
    @majesticflyingbrick 6 місяців тому

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

  • @MPerialWeb
    @MPerialWeb 10 місяців тому

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

  • @swadeepsoni514
    @swadeepsoni514 10 місяців тому

    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...

  • @ekenefrancis9998
    @ekenefrancis9998 2 місяці тому

    How can you save the recorded audio in database using php

  • @almogmizrahi5273
    @almogmizrahi5273 8 місяців тому +12

    Where is the code .😢

    • @yassineabdelouafi
      @yassineabdelouafi 3 місяці тому +1

      the code is in video , just try to practice to learn , not copy paste

    • @MrCuong-ny3fv
      @MrCuong-ny3fv 2 місяці тому

      @@yassineabdelouafi ok ok

  • @felixwarano
    @felixwarano 2 місяці тому

    i need to send it to my server. How can i do this?

  • @جوادجیتی
    @جوادجیتی Місяць тому

    i have a problem in iphone recording and is error

  • @Mrdefa1
    @Mrdefa1 2 місяці тому

    no github link?

  • @banerjeesiblings1306
    @banerjeesiblings1306 2 місяці тому

    How to record google meeting recordings

  • @michaeldavid6100
    @michaeldavid6100 5 місяців тому

    why not just drop a link to the git repo? rather than make someone write CSS.

  • @yogyyconst
    @yogyyconst 5 місяців тому

    to remove mic icon add this before/after recorder.stop()
    recorder.stream.getTracks().forEach((t) => t.stop())