audio: nit

This commit is contained in:
Hajime Hoshi 2016-02-09 03:28:31 +09:00
parent 1c10d46288
commit 21e2b1ed7b

View File

@ -22,7 +22,7 @@ import (
// Known issue (#146): We can't change the sample rate of a AudioContext. // Known issue (#146): We can't change the sample rate of a AudioContext.
// This means that if AudioContext's sample rate is 48000, // This means that if AudioContext's sample rate is 48000,
// there is no way to play 44.1Hz PCM properly without resampling. // there is no way to play 44.1 kHz PCM properly without resampling.
// Let's wait for the new spec and browser implementation: // Let's wait for the new spec and browser implementation:
// https://github.com/WebAudio/web-audio-api/issues/300 // https://github.com/WebAudio/web-audio-api/issues/300