- Home /
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); ?
Answer by PaulBrasfield · Aug 03, 2011 at 09:24 AM
Yes you can. You can also use SoundRecorder (If you have Windows, but who uses Windows anymore?). But yes you can.
Answer by johnboy007_2006 · Aug 03, 2011 at 09:44 AM
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?
Your answer
Follow this Question
Related Questions
Voice Recording issue ?? 0 Answers
Recording Game Sound (In Game) 1 Answer
5.1 Channels is backwards in unity (non 3D) 0 Answers
How to loop a sound clip on a ButtonDown function 1 Answer
Need help making an audio trigger. 2 Answers