audio: Fix comment

This commit is contained in:
Hajime Hoshi 2017-07-15 16:53:34 +09:00
parent b15ad9c1d0
commit 697c23a807

View File

@ -21,8 +21,8 @@ import (
) )
func (c *Context) bufferSize() int { func (c *Context) bufferSize() int {
// TODO: examples/audio doesn't work well with 1/30[s], // TODO: On Chrome and Firefox, 1/30[s] doesn't work with 24000 or 48000 [Hz]
// the other examples work though. Fix this. // at least on macOS.
n := 20 n := 20
if web.IsMobileBrowser() { if web.IsMobileBrowser() {
n = 10 n = 10