audio/internal/readerdriver: Add comments about Windows

Updates #1710
This commit is contained in:
Hajime Hoshi 2021-07-21 23:23:08 +09:00
parent 5750c48a3b
commit c2a5f4ab94

View File

@ -23,6 +23,9 @@ import (
"golang.org/x/sys/windows"
)
// The common players in players_unix.go are not used on Windows.
// Mixing on Go side can cause bigger delays (#1710).
const headerBufferSize = 2048
func IsAvailable() bool {