Replies: 4 comments 1 reply
-
Discord link: https://discord.com/channels/737206408482914387/737206408948220057/1282400825028776058 |
Beta Was this translation helpful? Give feedback.
-
I found this lib looking at DSP libraries: https://github.com/cycfi/q I'm not familiar with DSP so Im unaware if their is a more popular recommended lib or not. |
Beta Was this translation helpful? Give feedback.
-
I guess before choosing a specific library, we might first think about what kind of processing would help us with the goal of creating visuals. Like, low-/high-pass filters and graphical EQs are surely nice things to fine-tune the audible quality of music for the listener, but these wouldn't have much of a visual impact. So, what are we talking about? I can see a few use cases here for processed audio data:
|
Beta Was this translation helpful? Give feedback.
-
I bet ChatGPT etc would be great at writing this stuff |
Beta Was this translation helpful? Give feedback.
-
Would a stand-alone "audio analyzer" tool (separate executable rather than part of the core library) be good? Some hypotheticals I can think of:
Of-course, the visualizer would still use the analyzer internally but as two programs working together rather than a monolithic core.
Are these reasonable or am I over-thinking it? If developing an architecture that allows for it can be attained easily, it could be considered even if the benefits aren't major or immediately obvious, at least as an initial experiment for the next-generation architecture.
[1]: Loose coupling https://en.wikipedia.org/wiki/Loose_coupling
[2]: Modular programming https://simple.wikipedia.org/wiki/Modular_programming
Beta Was this translation helpful? Give feedback.
All reactions