Real-time microphone audio playback
问题 Okay, I've been looking but haven't found a solution. I've managed to get an byte[] output from the mic with AudioFormat(44100.0f, 32, 2, true, true); format. Okay, but now I want to play it back through my headphones to test it. I've read plenty of things, googled, and looked here, on StackOverflow, but I can't find a way to just get my already stored data to be played int the headphones (or actual audio output device). I've read that the common way is to play it from a Clip (and the clip