mirror of
https://github.com/bloeys/wavy.git
synced 2025-12-29 09:28:19 +00:00
Wav file loading
This commit is contained in:
@ -5,6 +5,7 @@ type SoundType int
|
||||
const (
|
||||
SoundType_Unknown SoundType = iota
|
||||
SoundType_MP3
|
||||
SoundType_WAV
|
||||
)
|
||||
|
||||
type SampleRate int
|
||||
|
||||
Reference in New Issue
Block a user