We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi guys, as many of you know, often exporting multimedia content from processing, which contains both audio and video, can be very difficult for synchronization issues. I've created a class capable of reading and saving wav files, copying the file to a float vector and implementing a method for fft analysis and various audio filters. What I would like to do now is to create from these classes a library whose operation would be similar to that of minim, only being deferred, we will be choosing fps and anything else useful to synchronize perfectly audio and video. Any libraries useful would like to give me a hand?
Answers
You should check the VideoExport lib. More precisely the withAudioViz example as @hamoid makes some comments that are relevant to your post. I will paste the comment below for you to consider.
Kf
thank you for the reply @kfrajer, but i've already done these part, i've solved this problem. what i need now is someone that collaborate with me to create a library of my classes. :D
Hi! What if I added an example to the VideoExport library that used your library to analyze the sound? So step 1 would be using your library and step 2 using VideoExport. Is that close to what you want to achieve?
it's the library creation he's having problems with...
I see! Did you explore https://github.com/processing/processing-library-template? Do you have experience with Eclipse?
Yes i have experience with Eclipse, but i don't want use video library, my library is for deferred time, so the sketch Will generate a lot of frame at fps choosed by you and you Can Accord audio buffer to your sketch parameter.