audio/internal/readerdriver: Stop using the reader driver

Apparently #1680 seems pretty hard to fix. Use the old Oto
implementation until this issue is fixed.

Updates #1680
This commit is contained in:
Hajime Hoshi 2021-06-25 01:04:57 +09:00
parent 47dfba69a5
commit c7ac5a32b5

View File

@ -33,7 +33,7 @@ import (
) )
func IsAvailable() bool { func IsAvailable() bool {
return true return false
} }
type audioQueuePoolItem struct { type audioQueuePoolItem struct {