Reverted because of audio problems. Will try again when things are fixed.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user