How To Auto-Tune Your Voice with Python [AudioFX

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

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

  • @emanuelsavage-op5mm
    @emanuelsavage-op5mm 7 месяцев назад

    thanks the program works great, I adapted it to round pitch using different notes, however you mentioned plugins and effects can you mention those please.

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

    LOVE YOUR VIDEOS

  • @__will__
    @__will__ Год назад +2

    Great video! Why do you load the audio with mono=False, but then slice out a single channel?

    • @WolfSoundAudio
      @WolfSoundAudio  Год назад +1

      Hi Will, thanks for the question! If you check the docs, it says that mono=False mixes stereo down to mono. I don't want to downmix; if the file is stereo, I just want to take the first channel :) Is it clear now?

  • @MatkatMusic
    @MatkatMusic Год назад +1

    20:39 was definitely a 😂💪🤘 moment for me! Why wasn't Visual Studio code giving you any auto complete hints?

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

      Haha, thanks! Yeah, the Python linter really annoys me most of the time so I disabled it 😉

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

    Love it

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

    very good complimenti

  • @yusufcan1304
    @yusufcan1304 7 месяцев назад +1

    cool

  • @nadien.6438
    @nadien.6438 Год назад +1

    is there a way to track audio live? meaning introudce audio through a soundcard

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

    For some reason when I try to implement this script, my audio returns VERY distorted. Any ideas on what might be wrong?

  • @jvms-gw5lg
    @jvms-gw5lg Год назад +1

    hey man, do u have an audio programming roadmap?

    • @WolfSoundAudio
      @WolfSoundAudio  Год назад +2

      Yes, go to thewolfsound.com/checklist 🙂

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

      @@WolfSoundAudio hey dude, the link is broken can you take a look, after filling form it says it doesn't exist

  • @charanaadhith2332
    @charanaadhith2332 8 месяцев назад +1

    Why do we set the frame length as 2048?

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

      2048 is a power of 2 what allows utilizing the Fast Fourier Transform at its best 🙂

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

      @@WolfSoundAudio Thanks a lot ✌️

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

    😍😍😍😍

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

    ❤❤

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

    for some reason i run the code and nothing happends no errors either