ebiten/audio
Hajime Hoshi 844a4de872 audio: remove const bytesPerSampleInt16
This is a preparation for float32 players.

Updates #2160
2024-07-06 23:57:05 +09:00
..
internal/convert all: fix typos (#2558) 2023-01-28 19:06:38 +09:00
mp3 audio/mp3: add (*Stream).SampleRate 2024-05-18 20:13:36 +09:00
vorbis audio/vorbis: refactoring 2024-05-21 02:42:43 +09:00
wav audio/wav: add (*Stream).SampleRate 2024-05-18 20:19:27 +09:00
audio_test.go all: fix typos (#2558) 2023-01-28 19:06:38 +09:00
audio.go audio: remove const bytesPerSampleInt16 2024-07-06 23:57:05 +09:00
context.go audio: refactoring 2024-03-16 21:44:39 +09:00
error_ios.go audio: make applicationState() thread-safe 2024-07-06 17:41:42 +09:00
error_notios.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
export_test.go audio: refactoring 2024-02-01 15:27:24 +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: remove const bytesPerSampleInt16 2024-07-06 23:57:05 +09:00
player.go audio: remove const bytesPerSampleInt16 2024-07-06 23:57:05 +09:00
stopwatch.go audio: make (*Player).Position() smoother 2024-02-01 18:05:14 +09:00