audio: Use timshannon's OpenAL lib

This commit is contained in:
Hajime Hoshi 2016-09-10 15:11:04 +09:00
parent 5cd048011e
commit acb66fffe8

View File

@ -23,11 +23,11 @@ import (
"fmt"
"runtime"
"github.com/hajimehoshi/go-openal/openal"
"github.com/timshannon/go-openal/openal"
)
// As x/mobile/exp/audio/al is broken on Mac OS X (https://github.com/golang/go/issues/15075),
// let's use github.com/hajimehoshi/go-openal instead.
// let's use github.com/timshannon/go-openal instead.
const (
maxBufferNum = 8