Hello!
I know this has been discussed countless times, ogg is not supported in html5 exports and that is fine,
but I read here music-dont-work-under-edge_t152506 that:
[quote:3t7e60ph]Construct 2 will automatically encode the AAC files (.m4a) for you, ensuring IE + Edge compatibility for audio.
When exactly does this conversion happen?
Does it actually include the .m4a files in the export or does it convert the .ogg sounds on the fly after downloading the assets?
My issue is that HTML5 builds that use .ogg files attempt to download the music as .m4a in the url. These files obviously don't exist in the build so playing music on Edge doesn't work.
The majority of what you are asking is covered here:https://www.scirra.com/manual/52/import-audio
As the manual states, C2 will encode both ogg and .m4a files if the file imported is a .wav and your OS is Windows 7 and above.
You can also use software such as Audacity to encode and convert between formats prior to import.