Hi everybody
I'm trying to display, and write to file, the content of an audio stream. I need to READ NUMBERS!
To do this, i'm using the getSamples() array from my buffer (wav file, 44100, Stereo ), then cycling it.
Now the question is... How are the Stereo samples disposed in the buffer? Are they R L R L, like they are in the wav file?
Thanks in advance!
-Barsay