mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio/internal/readerdriver: Disable Android readerdriver
Disable Android reade rdriver, which uses OpenSL. AAudio should be used as OpenSL causes an issue especially on Android 8. Updates #1656
This commit is contained in:
parent
b51c692e50
commit
cfb6c2c3ad
@ -24,7 +24,8 @@ import (
|
||||
)
|
||||
|
||||
func IsAvailable() bool {
|
||||
return true
|
||||
// TODO: Enable this after #1656 is fixed
|
||||
return false
|
||||
}
|
||||
|
||||
type context struct {
|
||||
|
Loading…
Reference in New Issue
Block a user