- Home /
What format does the microphone record in?
What format is an audioClip created with the microphone in Unity 3.5? mp3? ogg? something else?
How would I write the recording to a file? Or is it already written as it records?
Thanks,
Answer by FishBone · Mar 09, 2012 at 07:23 AM
From: http://unity3d.com/support/documentation/ScriptReference/AudioClip.html
"An AudioClip stores the audio file either compressed as ogg vorbis or uncompressed"
Answer by Eric5h5 · Mar 11, 2012 at 05:48 PM
There's no format as such, it's just data. As for saving, http://answers.unity3d.com/questions/196548/writing-a-wav-file-in-runtime-general-guidance-nee.html
Your answer
Follow this Question
Related Questions
Microphone input to the game while it's running in background 0 Answers
Help Audio streaming from microphone to online url. Uploading only 4kb chunk at a time. 1 Answer
Where do input files go so built games can find them? 2 Answers
Microphone input plug-in unity 3.0 1 Answer
Using continuous microphone input 2 Answers