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