mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
audio: Use timshannon's OpenAL lib
This commit is contained in:
parent
5cd048011e
commit
acb66fffe8
@ -23,11 +23,11 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"runtime"
|
"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),
|
// 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 (
|
const (
|
||||||
maxBufferNum = 8
|
maxBufferNum = 8
|
||||||
|
Loading…
Reference in New Issue
Block a user