netStream.attachAudio(microphone)- access bytes

hello all,

I was wondering if anyone has had any success in getting byteArray data from a microphone attached to a netStream, I am not entirely sure how netStreams work, and cant make much sense of the language reference on how to access the microphone once it has been attached.

Having access to the byteArray would make it possible to pass this information to a sound object using the new sampleData event, which would mean that computeSpectrum could be called on microphone input.

Any thoughts?