mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +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"
|
"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 {
|
type Stream struct {
|
||||||
leftData []float32
|
leftData []float32
|
||||||
|
Loading…
Reference in New Issue
Block a user