Reverted because of audio problems. Will try again when things are fixed.

This commit is contained in:
Storm Dragon
2026-08-11 20:55:25 -04:00
parent c77d4bac3e
commit d4f8d56c8e
20 changed files with 143 additions and 1255 deletions
-4
View File
@@ -88,10 +88,6 @@ func (*Decoder) ID() int {
return ID
}
func (d *Decoder) Channels() int {
return d.channels
}
func (d *Decoder) Decode(data []byte, frameSize int) ([]int16, error) {
// Allocate buffer for stereo - frameSize is per channel
pcm := make([]int16, frameSize*gumble.AudioChannels)