How do I manipulate audio from .mov file?
in
Programming Questions
•
2 years ago
Hello,
I am relatively new to Processing and hope someone can help me.
I am intending to playback an imported quicktime movie.
Is there a way for me to do EQ & volume changes with the movie's playback audio?
I am using Ess library for my project. The audio starts to playback whenever this
line is executed:-
myMovie = new Movie(this, "sample.mov");
Is there a way to gain control over the playback audio of the movie? How do I do it?
Ultimately, the visual and audio of the movie still need to be in sync after any change
in EQ or effects(eg reverb). Thanks a lot!
sand
3