Hi friends!
The last months i have been studing if it´s posible to recording mic input to stream server, at sametime you can ear your voice in real time.
I have used:
mic.setLoopBack(true)
But it´s a lot of lag since you talk until youhear yours voice.
Do you think is posible to make mic monitoring real time with flash player?
i have try too:
mic.addEventListener(SampleDataEvent.SAMPLE_DATA, micSampleDataHandler);
Saving mic info into Array, to use that like a sound to play at sametime... The idea is good but there is lag again :-(
I need a solution to all navigators and also OS: Mac and Windows (linux not enough...)
Can anyone help me please? Dou you think is it posible?
Thanks. Best regards,
Jose Ramon Leon Somovilla