Ogg file support

This commit is contained in:
bloeys
2022-06-26 06:19:58 +04:00
parent 2d0f00175a
commit 989547c14e
6 changed files with 56 additions and 4 deletions

View File

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