Recrding sound

Can i record input audio from my own mic so i can record my own voice using the AudioListener just like i can do with the Fmod plugin system.recordStart(0, sound, true); ?

Yes you can. You can also use SoundRecorder (If you have Windows, but who uses Windows anymore?). But yes you can.

Right the thing is i have done this with the FMOD plugin and it worked great until i tryd webplayer which is what i want to use and it crashed, native code issues.

So now i am stuck

i want to go across windows, Mac etc via webplayer.

So if i read the last message correctly i can use AudioListener to record my own voice via a mic.

Is there any examples or code snippits as the reference material is a bit lacking?