From Steve's comments about the MediaRecorder class being used in the AudioRecorder library from Tomas, I decided to really dig into what makes this class tick. I'm no Java guy, but I can poke my way around and see waht there is to see.
Here's an interesting and unfortunate discovery I made while digging around in the Android dev forums and dev wikis:
"...MediaRecorder can't be used because it doesn't support either WAV or MP3 formats..."
So far, the AudioRecorder library is good for 2 things:
1. Monitoring MIC level (MaxAmplitude)
2. Recording to 3GP audio files
only (will not do any other standard/recognizable format)
And that's that.
:sign0010: :BangHead: :sign0148:
What's sad is the B4A strugglers who will have to read this far into this thread to come to this discovery. But at least it's been clarified.
Heads up Steve - Here I come with a bunch of questions about AudioRecord.