ebiten/audio
divVerent 21207f827c
do not require installing file2byteslice to update go generate'd files. (#2221)
The tool is already referenced in go.mod, so it is trivial to just go run it -
that way, go generate can use it without the user explicitly installing it first.
2022-07-29 20:43:23 +09:00
..
internal audio: rename channelNum -> channelCount 2022-07-13 02:08:38 +09:00
mp3 audio/mp3, audio/vorbis, audio/wav: add DecodeWithoutResampling 2022-07-01 01:46:37 +09:00
vorbis do not require installing file2byteslice to update go generate'd files. (#2221) 2022-07-29 20:43:23 +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 audio: add more explanations to Resample 2022-07-23 18:35:53 +09:00
buffersize_js.go audio: Use the larget buffer size for go2cpp 2021-01-05 16:07:36 +09:00
buffersize_mobile.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
buffersize_notmobile.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +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
oto.go add ebitenginecbackend build tag besides ebitencbackend 2022-07-09 15:23:52 +09:00
player_cbackend.go audio: rename channelNum -> channelCount 2022-07-13 02:08:38 +09:00
player_js.go audio: rename channelNum -> channelCount 2022-07-13 02:08:38 +09:00
player_notjs.go audio: rename channelNum -> channelCount 2022-07-13 02:08:38 +09:00
player.go audio: rename channelNum -> channelCount 2022-07-13 02:08:38 +09:00