Voice Recorder using Python

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

КОМЕНТАРІ • 44

  • @anthony6701
    @anthony6701 4 роки тому +4

    Subbed! Would there be any way to stop the recording when there is no more sound input? Thanks!

  • @oliverli9630
    @oliverli9630 4 роки тому +6

    is there no package that allows dynamic recording time?

    • @superior_samurai
      @superior_samurai 4 роки тому

      Did you find anything?

    • @oliverli9630
      @oliverli9630 4 роки тому +1

      @@superior_samurai nope

    • @luciferkhusrao
      @luciferkhusrao 3 роки тому

      datetime.datetime.now()
      Put this in a true while loop which breaks as we press any button using (ord=='q') or something similar to this.

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

    I can't hear any sound from my wav file. What will be the reason?

  • @АлександрВладимирович-э6ч

    hi friend, is there a way to organize the automatic saving of the recorded sounds on the site?

    • @mfundozuma440
      @mfundozuma440 2 роки тому

      I was willing find a way to save the recorded sound .... I have this assignment where i have to then filter other frequencies to do that i need to display the original sound

  • @suspence25
    @suspence25 3 роки тому +1

    from scipy.io.wavfile import write

  • @shreyasoni1302
    @shreyasoni1302 4 роки тому +2

    is there any way to record only system sound not the microphone input?

  • @mssajjan04
    @mssajjan04 4 роки тому +1

    every time I have to change file name
    is there any option to overwrite

  • @mike_vahemoubayed8099
    @mike_vahemoubayed8099 4 роки тому +1

    Hello! I was wondering if I can invert the audio output live not record than invert so while it is recording I want it to invert the audio live then play back. Is that possible?
    Thank you for the tutorial btw.

  • @theredflagisgreen
    @theredflagisgreen 4 роки тому

    How do I set where it records the audio from? I use VoiceMeeter and it is not recording any sound even if I set VoiceMeeter to output to default Speaker/headphone or Display Audio.

    • @theredflagisgreen
      @theredflagisgreen 4 роки тому

      Figured it out.
      Check your available devices: python-sounddevice.readthedocs.io/en/0.4.1/api/checking-hardware.html
      Each available device has an int reference (starting at `0`). So passing in `device=2` to `.rec()` would have it record from device `2`.
      Note: with VoiceMeeter, the default input channel (for me) was VB-Audio Virtual Cable (which was my device `1`). I didn't have VoiceMeeter outputting to this, so nothing was being picked up. To fix I just set output A2 to VB-Audio Virtual Cable.
      Also, you can also set default input / output devices: python-sounddevice.readthedocs.io/en/0.4.1/api/module-defaults.html#

  • @Khanzaki1
    @Khanzaki1 4 роки тому +1

    Can't we use speech Recognition module 🤔

    • @ataustundag
      @ataustundag 4 роки тому

      It will understand what you say with speak you can make it say what u said.

    • @volodymyrkasaraba3264
      @volodymyrkasaraba3264 4 роки тому +1

      You probably named your file "speech_recognition.py". You should rename it because python is looking not to the speech_recognition module but search the Recognizer in your module (file).
      So, you need simple to rename your module (file).
      If this doesn't help and you're working on Windows, do this:
      pip install pipwin
      pipwin install pyaudio

  • @luciferkhusrao
    @luciferkhusrao 3 роки тому

    just for info. Channel refers to the specific computer port which allows an incident to get captured by computer input devices. Like in OpenCV, the default front camera of the laptop is denoted by 0, so of for the sound, where channel 2 is for audio input via a mic or by default sound input of device.

  • @TheKingAvihu
    @TheKingAvihu 4 роки тому

    Hi man! Thx!
    Is it possible to stop the recording when the user want? How?

  • @imenehocine1449
    @imenehocine1449 3 роки тому

    How can i record multiple recordings , since we specified the file's name , it's overwriting the file everytime i record , any help please

    • @ibrahimisrafilov1248
      @ibrahimisrafilov1248 3 роки тому

      Have you tried to change the output file name?

    • @dhananjayansampathkumar646
      @dhananjayansampathkumar646 3 роки тому

      @@ibrahimisrafilov1248 But wont it be a bit uneasy to change the output name every time? Please let me know if you know how to change the output name from OP1 to OP2, OP3 and so on. Thanks!

  • @shaileshtiwari8289
    @shaileshtiwari8289 5 років тому

    Which ide you are using.?

  • @onurcingilli
    @onurcingilli 5 років тому +1

    no sound in my file too?

    • @Iknowpython
      @Iknowpython  5 років тому

      Try changing audio source (ie microphone)

    • @onurcingilli
      @onurcingilli 5 років тому

      I know python how ? :)

    • @Iknowpython
      @Iknowpython  5 років тому +1

      Just attach a microphone now you can google what microphone is 🙄🙄🙄

    • @namanxai
      @namanxai 4 роки тому +2

      This is mean. If you want viewers on UA-cam , treat them with kindness. He only asked hot to change the audio source

    • @Iknowpython
      @Iknowpython  4 роки тому +1

      I answered him correctly my friend if you are a programmer your should know how to google, he got here maybe by searching only and to be honest i never beg for views, like shares or subscribe you can see in my video 😊😊 i am not a youtuber i am a programmer i am sharing what i am learning

  • @bamijolaayomide2157
    @bamijolaayomide2157 5 років тому

    I help someone should help me out on my phyton please

  • @josineidesoares1402
    @josineidesoares1402 3 роки тому +1

    Que sotaque é esse?

  • @raik1766
    @raik1766 4 роки тому

    undefined variable 'write' 😒btw sounddevice.write also doesnt works and scipy.write also doesnt a thumbs down

    • @Iknowpython
      @Iknowpython  4 роки тому +1

      Libraries always update there commands so if a error comes try to google it , its a rule in programming google before you write 😊