mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
audio/mp3: Fix comments
This commit is contained in:
parent
2884e92041
commit
32b33dd86d
@ -26,7 +26,7 @@ import (
|
||||
"github.com/hajimehoshi/ebiten/audio"
|
||||
)
|
||||
|
||||
// TODO: This just uses decodeAudioData can treat audio files other than MP3.
|
||||
// TODO: This just uses decodeAudioData, that can treat audio files other than MP3.
|
||||
|
||||
type Stream struct {
|
||||
leftData []float32
|
||||
|
Loading…
Reference in New Issue
Block a user