Wav file loading

This commit is contained in:
bloeys
2022-06-26 02:33:48 +04:00
parent 974c94008d
commit 4a5270129a
7 changed files with 89 additions and 40 deletions

View File

@ -5,6 +5,7 @@ type SoundType int
const (
SoundType_Unknown SoundType = iota
SoundType_MP3
SoundType_WAV
)
type SampleRate int