mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
f0ef1ecad0
This change adds these APIs * (*audio.Context).NewPlayerF32 * (*audio.Context).NewPlayerF32FromBytes * audio.NewInfiniteLoopF32 * audio.NewInfiniteLoopWithIntroF32 * audio.ResampleF32 * mp3.DecodeF32 * vorbis.DecodeF32 * wav.DecodeF32 Closes #2160 |
||
---|---|---|
.. | ||
internal/convert | ||
mp3 | ||
vorbis | ||
wav | ||
audio_test.go | ||
audio.go | ||
context.go | ||
error_ios.go | ||
error_notios.go | ||
export_test.go | ||
loop_test.go | ||
loop.go | ||
player.go | ||
stopwatch.go |