"Streaming of 'ogg' on this platform is not supported"

I’m trying to load an audio file from the documents folder using www and I’m getting this error. The same thing happens with WWW.GetAudioClip(). I wasted a ton of time getting up to this point and now I’m stuck. Is there any other way to load audio files from a file in iOS basic?

use mp3, i’m nor sure ogg vorbis is supported (if thats even the problem). I don’t think asset bundles are supported for streaming on basic, this may extend to resource folder stuff.

Trying to stream MP3s gives me the same exact problem. I need to play these from the documents folder. I will be downloading and saving music there as well as allowing users to put their own music in there.