Python Audio Processing Basics - How to work with audio files in Python

Поделиться
HTML-код
  • Опубликовано: 1 янв 2025

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

  • @mayankdwivedi1893
    @mayankdwivedi1893 2 года назад +3

    Extremely helpful video ! kudos man!

  • @__________________________6910
    @__________________________6910 2 года назад +6

    Which extension you are using to play the audio file in the vs code. comment the extension name.

  • @josales3570
    @josales3570 2 года назад +2

    Hey, could you help me in my project? I'm trying to play audio from youtube videos. Using pytube I have the audio stream "" but I dont want to save in the computer, and then load in memory again. Do you know how to play this stream with pyaudio?

  • @bryanfondrick5247
    @bryanfondrick5247 2 года назад +2

    Very nice video, but could you turn off the pop ups. Some times it is hard to see what you are typing.

  • @InternetGeezer
    @InternetGeezer 2 года назад

    Thank you, this tutorial was so helpful!

  • @q2ten
    @q2ten Год назад +3

    I'm getting a ValueError every time I try and use this with my audio, is there any chance i could get some help? The error code says "ValueError: x and y must have same first dimension, but have shapes (22043,) and (44086,)", I know they need to be the same length but .reshape doesn't work and I have no idea what to do

    • @drueh5041
      @drueh5041 Год назад +4

      Change your data type in "signal_array = np.frombuffer(signal_wave, dtype=np.int32)"

    • @q2ten
      @q2ten Год назад

      @@drueh5041 thanks I’ll try that

  • @rubenguerrerorivera7462
    @rubenguerrerorivera7462 10 месяцев назад

    Awesome! thanks!

  • @subhomandal9165
    @subhomandal9165 2 года назад

    That’s so nice to see the audio modules together.
    But, what if I want to do the recording and getting it out through some STT-TTS module at the runtime, without need of saving the file?

  • @sandymlgenai
    @sandymlgenai 2 года назад

    Given a flute music file, how can we convert the music to notes and decompress the file back to audio blocks using literally any method( trained spectograms, any ML algorithm..)

  • @dexnug
    @dexnug 2 года назад

    hi..what is the meaning y-axis in the 15:31??what is the meaning of that number?

  • @mayankdwivedi1893
    @mayankdwivedi1893 2 года назад

    How can the 'frames' object have bytes as its data type? It is a collection of Integers right? Shouldn't it be of type 'list'?

  • @vjayanand1
    @vjayanand1 9 месяцев назад

    Hi, I get an error stating OSError: [Errno -9981] Input overflowed. OSError Traceback (most recent call last)
    Cell In[23], line 16
    14 while True:
    15 i += 1
    ---> 16 data = stream.read(CHUNK)
    17 rms = audioop.rms(data,2)
    File ~/anaconda3/lib/python3.10/site-packages/pyaudio/__init__.py:570, in PyAudio.Stream.read(self, num_frames, exception_on_overflow)
    567 if not self._is_input:
    568 raise IOError("Not input stream",
    569 paCanNotReadFromAnOutputOnlyStream)
    --> 570 return pa.read_stream(self._stream, num_frames,
    571 exception_on_overflow)

  • @__________________________6910
    @__________________________6910 2 года назад +1

    Noice ! Pratick

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

    I've been trying to figure out in code where my mistakes were. I followed a few tutorials. It turned out I had the mute button pressed in on my headset. Embarrassing lool

  • @Since-em2vy
    @Since-em2vy 9 месяцев назад

    woow wowww wwowowwww🤩😄😄

  • @gourabguha3167
    @gourabguha3167 10 месяцев назад

    Could you share the code repo pls

  • @TheMorphingOne
    @TheMorphingOne 7 месяцев назад

    Thank you

  • @andrewildschutz5356
    @andrewildschutz5356 Год назад +3

    Coding is so confusing and not consistent.

    • @aragorn420
      @aragorn420 10 месяцев назад

      lol

    • @madhavgupta6140
      @madhavgupta6140 8 месяцев назад

      Exactly... did not like the explanation at all