schippas / Zaireeka3D

A Unity app to simulate spatial surround sound in a room environment.
5 stars 1 forks source link

Cannot Play MP3s! #16

Open schippas opened 5 years ago

schippas commented 5 years ago

Due to the UnityWebRequest method being used to dynamically play audio, MP3s are no longer supported. I would like to have the project play MP3s, which will require a new method of playing audio dynamically, or a way to convert the file to another format. NAudio or NLayer could be used to do this.