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