omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Sound visualizer

    Pythonista
    3
    4
    2087
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Joeyd987.py
      Joeyd987.py last edited by

      First post!
      I'm having a hard time making an audio visuializer. I didn't know that they don't have the bpy module. I'm kinda stumped.

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        You could use numpy to do fft of say 1 second of audio, plot that. Repeat ever 1 second.
        I haven't looked into it much, but I wonder if it would be possible to make an opengl shader that takes some numpy output and does something interesting ... or even if it is possible to make an opengl shader that does the fft inside opengl....

        1 Reply Last reply Reply Quote 0
        • Joeyd987.py
          Joeyd987.py last edited by

          I don't know how to get access to the microphone

          1 Reply Last reply Reply Quote 0
          • Gerzer
            Gerzer last edited by

            There currently is no way to access the microphone, you would have to import an audio file into your script library.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB Forums | Contributors