-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add audio input for induced motion #102
Comments
i've thought about doing something like this but mostly just haven't out of laziness. looking forward to your PR! FYI: I just merged some changes that included a new config option, so you might need to rebase your feature branch. |
merged into test branch with PR #140 . Still to do:
|
Documentation added: https://pytti-tools.github.io/pytti-book/Settings.html#audio-reactivity-controls |
thank you! just had some free time and would've built something but the docs look pretty neat already. FWIW here's a snippet of my first bit of testing :) dazzled_cut_small.mp4 |
lit. Mind if I tweet that out? |
aw fuck... I think it might be off by a frame (which is totally on me if that's the case). try adding an empty frame or duplicating the first frame and re-rendering the video. if it synchs better, I'm pretty sure I know what the problem is. |
fine with me, 👍 go ahead
oops, yeah i messed up my ffmpeg commands, here: dazzled_cut.mp4 |
sweet, glad there wasn't more synch stuff in pytti for the moment :p |
This is merely a ticket to notify you of my work in case you're working on something similar, i'm planning to create a PR in the near future once my initial implementation is somewhat ready (need to do some cleanup and perhaps some minor improvements as shown below, though it does work and produce usable results already).
I'd like to use pytti to make music visualizations / animations.
For that purpose i am in the process of adding some config parameters:
the amplitude of the bands in relation to the overall signal is then passed into the transforming math envs.
This allows for making animated music visualizations by reacting to the audio spectrum.
It could also be considered to add beat detection later on, but for now this is a relatively simple approach to the problem.
The text was updated successfully, but these errors were encountered: