mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
audio: nit
This commit is contained in:
parent
1c10d46288
commit
21e2b1ed7b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user