mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-04 23:14:28 +01:00
audio: Fix comments
This commit is contained in:
parent
a540d6b2bb
commit
f3997cf5ae
@ -28,7 +28,8 @@
|
|||||||
// When multiple players play, mixing is automatically done.
|
// When multiple players play, mixing is automatically done.
|
||||||
// Note that too many players may cause distortion.
|
// Note that too many players may cause distortion.
|
||||||
//
|
//
|
||||||
// Ebiten's game progress always synchronizes with audio progress.
|
// Ebiten's game progress tries to synchronizes with audio progress, but
|
||||||
|
// delay can happen if, e.g., decoding an audio source takes long.
|
||||||
//
|
//
|
||||||
// For the simplest example to play sound, see wav package in the examples.
|
// For the simplest example to play sound, see wav package in the examples.
|
||||||
package audio
|
package audio
|
||||||
|
Loading…
Reference in New Issue
Block a user