Add notice about Chrome 10 bug to BUGS.
Dmitry Chestnykh dmitry@codingrobots.com
Mon, 25 Apr 2011 23:53:22 +0200
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
audio.go
→
audio.go
@@ -26,6 +26,11 @@ }
endingBeepSound = changeSpeed(beepSound, 1.4) } +// BUG(dchest): [Not our bug] Google Chrome 10 plays unsigned 8-bit PCM WAVE +// audio on Mac with horrible distortions. Issue: +// http://code.google.com/p/chromium/issues/detail?id=70730. +// This has been fixed, and version 12 will play them properly. + type Audio struct { body *bytes.Buffer }