Audio visualizer with Python and Librosa version 3 - Nekozilla

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

ความคิดเห็น • 27

  • @antonleach6792
    @antonleach6792 หลายเดือนก่อน

    Thank you so much for this! It was just what I needed to make some videos as a background to my band's songs for youtube.

  • @justateadrinker5770
    @justateadrinker5770 2 หลายเดือนก่อน +1

    This is based, this inspired me to program an assistant for pc that has something similar as its face

  • @mc3newsmcocconcierge504
    @mc3newsmcocconcierge504 4 ปีที่แล้ว +5

    Thank you for publishing the source code! I was able to use this to build a visualizer for an nlp program I made that I converse with when lonely.

  • @dongxiong3698
    @dongxiong3698 4 ปีที่แล้ว +1

    awesome

  • @lignix1537
    @lignix1537 4 ปีที่แล้ว

    great job man !

  • @ramzi-sah
    @ramzi-sah 4 ปีที่แล้ว

    amazing job !

  • @lehoang3532
    @lehoang3532 4 ปีที่แล้ว +4

    Can this one works with microphone and live condition?
    As in I activate my microphone, speak something, and the program reacts accordingly?
    Thank you for your support.

    • @outofscopecode
      @outofscopecode  4 ปีที่แล้ว +3

      It is possible but my program only reads prepared files and it takes 10-15 seconds to read it. I think that there is a feature in Librosa that can analyze sound from the mic. You can use my project as a template and change things.

  • @shivstark8494
    @shivstark8494 16 วันที่ผ่านมา

    How to make it 3 dimensional?

  • @shs168
    @shs168 3 ปีที่แล้ว

    Hey man!, nice work! Do you know anyway in which I could use this to visualize realtime audio. (I mean the audio which the user is inputting through microphone.)
    Anyways, Thanks mate. : )

  • @leesheetrit7496
    @leesheetrit7496 4 ปีที่แล้ว +1

    Very cool. Can you share the code and/or post a tutorial? Maybe GitHub link? Toda

    • @outofscopecode
      @outofscopecode  4 ปีที่แล้ว +1

      There is a GitLab link and i have posted a tutorial in Medium website, the links are in the video's description.

  • @TechyChip
    @TechyChip 3 ปีที่แล้ว

    Bro please tell any way to make this visualiser a video. HELP!!!

  • @stsetsdgfwefs7429
    @stsetsdgfwefs7429 3 ปีที่แล้ว

    So I'm trying to do this on visual studio and right now, I'm think I'm struggling to get main.py to reference AudioAnalyzer.py. Does anyone know how I'm supposed to set up AudioAnalyzer.py since I'm forking the program, and running on something other than what, I think, PyCharm?

    • @BlyatifulButter
      @BlyatifulButter 3 ปีที่แล้ว +1

      Short answer: Try changing your Python script's name and adding special letters to it.
      Long answer: I think the problem has something to do with your Python script's name. For example if you name an empty script "main.py" then Python would think that it's the real main.py and execute it, therefore doesn't work. Try changing your script's name to sth else and see if that works.

  • @ethanbailey4637
    @ethanbailey4637 4 ปีที่แล้ว

    does not work i have installed all the modules and still dont work

  • @hoangcao10
    @hoangcao10 3 ปีที่แล้ว

    how i can save as video. thank!

  • @TechyChip
    @TechyChip 3 ปีที่แล้ว

    How to get this visualiser converted into a video?

    • @outofscopecode
      @outofscopecode  3 ปีที่แล้ว +1

      You can implement a code that can do it. Maybe capture each frame and convert later to a video file

    • @TechyChip
      @TechyChip 3 ปีที่แล้ว

      @@outofscopecode Can you provide some code brother? It will be really helpful. Please

  • @janlenhart872
    @janlenhart872 4 ปีที่แล้ว

    tutorial?

  • @JD-ek6od
    @JD-ek6od 4 ปีที่แล้ว

    What song is that

    • @kamill2995
      @kamill2995 3 ปีที่แล้ว

      nekozilla- different heaven th-cam.com/video/6FNHe3kf8_s/w-d-xo.html

  • @debagnikkar9154
    @debagnikkar9154 4 ปีที่แล้ว

    This ain't working properly

    • @randomuser-vs3oe
      @randomuser-vs3oe 2 ปีที่แล้ว

      it works for me, did you install the import packages?