[toc] AndroidMediaPlayground WAV Reference: https://docs.fileformat.com/audio/wav/ Sample files: http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html Code Decode file into header and PCM data: WAVDecoder.kt Play PCM data by AudioTrack: AudioTrackWrapper.kt Demo video