#How to play a wav file that was saved on PersistentDataPath, on Android?
1 messages · Page 1 of 1 (latest)
use the UnityEngine.AudioClip class to create an audioclip from the file
this guy made a converter for wav's https://answers.unity.com/questions/737002/wav-byte-to-audioclip.html
Unity is the ultimate game development platform. Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers.
You could also use this https://assetstore.unity.com/packages/tools/audio/open-wav-parser-90832 to parse directly to that PCM data that contains the audio data in an AudioClip