# Unity Microphone Playback?

**URL:** https://qa.fmod.com/t/unity-microphone-playback/14873
**Category:** Unity
**Created:** [July 23, 2019, 11:12am UTC](https://qa.fmod.com/t/unity-microphone-playback/14873 "2019-07-23T11:12:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jbounce](https://avatars.discourse-cdn.com/v4/letter/j/858c86/32.png) [@jbounce](https://qa.fmod.com/u/jbounce)
#### Post date: [July 23, 2019, 11:12am UTC](https://qa.fmod.com/t/unity-microphone-playback/14873/1 "2019-07-23T11:12:50Z")

</div>

Hey all,  
I’m looking for a way to directly play microphone input to headphones in my Unity game.

Looking at the API I know it should be possible,  
[https://www.fmod.com/resources/documentation-api?version=2.0&page=core-api-system.html#system\_recordstart](https://www.fmod.com/resources/documentation-api?version=2.0&page=core-api-system.html#system_recordstart)

But I don’t see any way to reach these classes in the Unity plugin.  
Is there anyone that has any leads on how to integrate microphone / recording device functionality using the FMOD Unity plugin?

Thank you in advance!

Cheers,  
Jack

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [July 29, 2019, 11:01pm UTC](https://qa.fmod.com/t/unity-microphone-playback/14873/2 "2019-07-29T23:01:22Z")

</div>

You can access the Studio and Core systems via the [RuntimeManager](https://fmod.com/resources/documentation-unity?version=2.0&page=api-runtimemanager.html), you will need to use the Core System for recording.
