Hello everyone.
I need help with a task. I want to create a project where everytime a trigger word is heard it will change the particles that exist and float randomly into a specific shape. For example when the word <> is heard the particles will take the shape on the boat.
Thanks in advance for any help anyone can get me.
hi, it sounds like a lot of elements here to put together! I recommend you start simple and build it up… I’d start by learning particle systems with the goal of building a simple system that can transition into a given shape when, for example, you press a key on the keyboard. there are quite a lot of tutorials around, I believe, on “point clouds morphing” that start with a shape and then morph with noise, you might start there.
The audio processing and word recognition would be separate aspect. First thing that came to mind for me here is the openAI “whisper” speech-to-text model, there seems to be a tutorial on this: Custom ChatGPT and Whisper(speech to text) Plugins for TouchDesigner | Derivative
1 Like
thanks for the info…it really helps
1 Like