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:
Hajime Hoshi 2021-05-30 01:44:49 +09:00
parent b51c692e50
commit cfb6c2c3ad

View File

@ -24,7 +24,8 @@ import (
)
func IsAvailable() bool {
return true
// TODO: Enable this after #1656 is fixed
return false
}
type context struct {