# Inquiry about FMOD\_CHANNEL ORDER related location

**URL:** https://qa.fmod.com/t/inquiry-about-fmod-channel-order-related-location/19282
**Category:** FMOD Studio
**Tags:** ue4
**Created:** [September 16, 2022, 6:20am UTC](https://qa.fmod.com/t/inquiry-about-fmod-channel-order-related-location/19282 "2022-09-16T06:20:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![UM1](https://avatars.discourse-cdn.com/v4/letter/u/7cd45c/32.png) [@UM1](https://qa.fmod.com/u/UM1)
#### Post date: [September 16, 2022, 6:20am UTC](https://qa.fmod.com/t/inquiry-about-fmod-channel-order-related-location/19282/1 "2022-09-16T06:20:18Z")

</div>

Hi.  
We would like to ask you about changing FMOD\_CHANNEL ORDER from FMOD\_CHANNEL ORDER\_DEFAULT to FMOD\_CHANNELOR\_WAVEFORMAT because the speaker configuration we think is different.  
[https://www.fmod.com/docs/2.02/api/core-api-common.html#fmod\_channelorder](https://www.fmod.com/docs/2.02/api/core-api-common.html#fmod_channelorder)

1. I would like to ask you where I can modify FMOD\_CHANNELORDER.

2. If we proceed with the modification with FMOD\_CHANNELORDER\_WAVEFORMAT, we would like to ask you when we need to modify it.

Thank you.

---

<div class="post-metadata">

### Author: ![jeff\_fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/jeff_fmod/32/1766_2.png) [@jeff\_fmod](https://qa.fmod.com/u/jeff_fmod)
#### Post date: [September 19, 2022, 3:48am UTC](https://qa.fmod.com/t/inquiry-about-fmod-channel-order-related-location/19282/2 "2022-09-19T03:48:00Z")

</div>

> [@UM1](#):
>
> 1. I would like to ask you where I can modify FMOD\_CHANNELORDER.

You can change `FMOD_CHANNELORDER` when creating a sound with [`System::createSound`](https://fmod.com/docs/2.02/api/core-api-system.html#system_createsound), by setting the `channelorder` in the [`FMOD_CREATESOUNDEXINFO`](https://fmod.com/docs/2.02/api/core-api-system.html#fmod_createsoundexinfo) exinfo struct.

> [@UM1](#):
>
> 1. If we proceed with the modification with FMOD\_CHANNELORDER\_WAVEFORMAT, we would like to ask you when we need to modify it.

`FMOD_CHANNELORDER_WAVEFORMAT` is for internal use only and will not work with exinfo. If you want to match the speaker layout of `FMOD_CHANNELORDER_WAVEFORMAT` then you can use a [Channel Mix](https://fmod.com/docs/2.02/api/effects-reference.html?search=mixer%20dsp) dsp to assign each input channel to an output channel/speaker of your choosing.
