hi there!
I have some audio files in FLAC format and for the sake of maintaining the audio quality I want to use FLAC audio formats the problem is unity 2020 has a support for FLAC file now but when i try to download the files using UnityWebRequestMultimedia.GetAudioClip(urlToDonwload, AudioType.OGGVORBIS);
it give an error about FMOD file not supported. I tried the other formats but the audio quality gets compromised with those. so does some one know a way around this problem!?
also the AudioType doesnt have an option for FLAC format when downloading audio clip from a url.
HELP!
↧