# Exporting audio as a waveform or flac?

**URL:** https://qa.fmod.com/t/exporting-audio-as-a-waveform-or-flac/21121
**Category:** FMOD Studio
**Created:** [January 19, 2024, 1:23am UTC](https://qa.fmod.com/t/exporting-audio-as-a-waveform-or-flac/21121 "2024-01-19T01:23:41Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![RiceWitch](https://avatars.discourse-cdn.com/v4/letter/r/d2c977/32.png) [@RiceWitch](https://qa.fmod.com/u/RiceWitch)
#### Post date: [January 19, 2024, 1:23am UTC](https://qa.fmod.com/t/exporting-audio-as-a-waveform-or-flac/21121/1 "2024-01-19T01:23:41Z")

</div>

Can’t find anything to export the audio to any format, not even vorbis.

---

<div class="post-metadata">

### Author: ![Leah\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/leah_fmod/32/3685_2.png) [@Leah\_FMOD](https://qa.fmod.com/u/Leah_FMOD)
#### Post date: [January 19, 2024, 3:53am UTC](https://qa.fmod.com/t/exporting-audio-as-a-waveform-or-flac/21121/2 "2024-01-19T03:53:11Z")

</div>

FMOD Studio is designed to create audio behavior that is built banks that are then loaded into the FMOD Engine to be played in real time - it is not a DAW, and as a result cannot be used to export audio. If you do need to make modifications to or export audio, I would recommend using your DAW of choice to do so.

---

<div class="post-metadata">

### Author: ![RiceWitch](https://avatars.discourse-cdn.com/v4/letter/r/d2c977/32.png) [@RiceWitch](https://qa.fmod.com/u/RiceWitch)
#### Post date: [January 19, 2024, 6:35am UTC](https://qa.fmod.com/t/exporting-audio-as-a-waveform-or-flac/21121/3 "2024-01-19T06:35:40Z")

</div>

I have a daw, and use it regularly. However, I use the panner in this application as it is quite good.

---

<div class="post-metadata">

### Author: ![Leah\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/leah_fmod/32/3685_2.png) [@Leah\_FMOD](https://qa.fmod.com/u/Leah_FMOD)
#### Post date: [January 21, 2024, 11:52pm UTC](https://qa.fmod.com/t/exporting-audio-as-a-waveform-or-flac/21121/4 "2024-01-21T23:52:25Z")

</div>

In that case, your best options are to record audio through an external program (screen/audio capture software like OBS, loopback drivers, etc.), or to use one of the [`WAVWRITER`](https://www.fmod.com/docs/2.02/api/core-api-system.html#fmod_outputtype_wavwriter) outputs when [initializing your system](https://www.fmod.com/docs/2.02/api/core-api-system.html#system_init) at runtime, which will write the system output to file.
