Im sending video frames over a network as compressed pixel raster, i would like to add audio information too, im using minim and for now i can record a wav file and send it, but i would like to serialize the mic input, compress it and synch it with the video. I have some property bound to the fft of audio input and in general i know what a fast fourier transform is, what would be the best approach to serialize/deserialize lets say 1second of audio input?
↧