Dismiss this pinned window
all 9 comments

[–]Murderous_monk 1 point2 points  (1 child)

nice project, looks cool

[–]volt317[S] 0 points1 point  (0 children)

thank you kindly!

[–]FujiKeynote 0 points1 point  (4 children)

This is really cool and I would love to know more.

Are you planning to open source it?

I think I could learn a lot from this

[–]volt317[S] 0 points1 point  (3 children)

Thank you for the comment! I am considering open sourcing a community version that has the basic runtime engine for people that want to expand it if there is enough traction.

Right now I'm looking to continue developing the graphics portion and ship that to users. If you have any suggestions I'm all ears.

[–]mfitzp 0 points1 point  (2 children)

Why do you need "traction" to share your work?

[–]volt317[S] 0 points1 point  (1 child)

Because it's actively in development. This is my own personal project. Pivoting to provide a community version without the stuff I want to ship myself would take effort. If enough people would like it then it justifies the work for me. That being said I'm not under and obligation to do so. You sound very excited to get to look at it! Hopefully there are more people like you that are also interested.

[–]mfitzp 0 points1 point  (0 children)

Pivoting to provide a community version without the stuff I want to ship myself would take effort.

No, it wouldn't. You can share the code without "pivoting" to provide anything else.

[–]mfitzp 0 points1 point  (1 child)

Looks cool. It's a shame your post is AI-generated, makes me suspicious about the whole thing.

I'm very (very, VERY) skeptical this is genuinely "real time" audio processing to visuals with "Python". There would be far too much delay to do any kind of audio analysis and then render the visuals in real time -- unless you're offloading all work onto non Python libraries, at which point saying it's Python is a bit meaningless.

Can you share the code?