ebiten/audio
2022-09-15 00:23:40 +09:00
..
internal/convert audio/internal/convert: remove Resampling.Close 2022-08-21 23:48:33 +09:00
mp3 audio/mp3, audio/vorbis, audio/wav: add DecodeWithoutResampling 2022-07-01 01:46:37 +09:00
vorbis remove the dependency on file2byteslice 2022-08-23 16:34:55 +09:00
wav audio: rename channelNum -> channelCount 2022-07-13 02:08:38 +09:00
audio_test.go audio: change the naming convention: Num -> Count 2022-07-13 01:46:20 +09:00
audio.go add errcheck static analysis (#2293) 2022-09-10 01:52:46 +09:00
buffersize_mobile.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
buffersize_notmobile.go audio: remove go2cpp support 2022-08-07 21:56:57 +09:00
context.go audio: add an additional error information when creating a context 2022-08-31 01:05:36 +09:00
error_ios.go all: remove the build tag 2022-09-15 00:23:40 +09:00
error_notios.go audio: add an additional error information when creating a context 2022-08-31 01:05:36 +09:00
export_test.go audio: rename channelNum -> channelCount 2022-07-13 02:08:38 +09:00
loop_test.go audio: Blend the loop start and after-the-loop part to reduce noises at InfiniteLoop 2021-11-30 00:00:50 +09:00
loop.go audio: Add comments 2021-11-30 21:56:47 +09:00
player.go audio: rename channelNum -> channelCount 2022-07-13 02:08:38 +09:00