Commit Graph

115 Commits

Author SHA1 Message Date
minjaesong
62e45d3281 improved audio source threading 2024-01-11 15:07:23 +09:00
minjaesong
df813712ff fix: panning dynamic source sending nan values 2024-01-11 14:42:16 +09:00
minjaesong
ecd8f08419 wtf is going on 2024-01-11 13:31:17 +09:00
minjaesong
fd30223df8 jukebox wip 2024-01-11 02:23:20 +09:00
minjaesong
6e32647e6d binopan: stereo src 2024-01-10 23:22:05 +09:00
minjaesong
724a92bc18 removing unused libs 2024-01-10 03:59:10 +09:00
minjaesong
c4c76a41fb adding kotlin-test to dependencies 2024-01-09 22:28:49 +09:00
minjaesong
4f87b8bf9d musicplayer: working stop and next button, button pos on transition 2023-12-29 04:47:32 +09:00
minjaesong
fe762e9396 transition anim for gapless play 2023-12-28 21:37:17 +09:00
minjaesong
a4cb3f4d29 working gapless playback but musicplayer anim is not 2023-12-28 19:06:29 +09:00
minjaesong
3e7434a9c6 more musicplayer things 2023-12-28 15:59:33 +09:00
minjaesong
44ff8efd63 hann window for spectroscope 2023-12-27 02:57:56 +09:00
minjaesong
7371253398 more musicplayer things 2023-12-24 03:54:48 +09:00
minjaesong
c4836a3fe2 music player widget as a separate module 2023-12-24 03:13:35 +09:00
minjaesong
b5312da2f0 flat-top fft window for spectrogram 2023-12-23 00:16:27 +09:00
minjaesong
397b4f7717 snapshot numbering now use ISO week-numbering year to remove possible conflicts 2023-12-22 02:03:46 +09:00
minjaesong
3a814955d0 spectrogram on the scope 2023-12-21 20:51:00 +09:00
minjaesong
fefdf44e3e convolver crossfeed; filter debug code moved to the classes 2023-12-21 17:00:23 +09:00
minjaesong
b0ae92c64b optimised convolve op 2023-12-20 23:07:52 +09:00
minjaesong
2cab9723c9 the correct way to convolve a stereo audio 2023-12-20 20:51:32 +09:00
minjaesong
d0eb5428e8 turns out it still clicks but at least it's quieter now 2023-12-14 12:06:14 +09:00
minjaesong
3233e57680 lanczos lut 2023-12-14 02:43:29 +09:00
minjaesong
be35d1b4e0 fix: periodic ticking on the resampler 2023-12-14 01:10:27 +09:00
minjaesong
b79232cd9b resampler periodic clicking is now quieter at least :/ 2023-12-12 22:51:37 +09:00
minjaesong
95225b56b4 using fractions for numerical precision 2023-12-12 15:21:47 +09:00
minjaesong
ceb2b0693b hopefully more optimised resampling 2023-12-12 03:49:04 +09:00
minjaesong
39737616e8 using lut for resample buffer size 2023-12-11 18:13:35 +09:00
minjaesong
82e89452d6 fix: MP3 would not play if buffer size < 1152 2023-12-11 16:50:58 +09:00
minjaesong
96c9aed25a BUFFER_SIZE is now strictly samples count 2023-12-11 14:03:34 +09:00
minjaesong
949376b26a music track resampling 2023-12-11 03:35:03 +09:00
minjaesong
cc7f7b11d8 minor fix 2023-12-10 22:57:11 +09:00
minjaesong
55789a3671 input audio resampling 2023-12-10 22:12:42 +09:00
minjaesong
fb7a2a3c49 yet another convolver optimisation 2023-12-05 02:48:56 +09:00
minjaesong
7798c46db3 audiocodex: no shared music instances 2023-12-03 16:29:14 +09:00
minjaesong
23261ab360 discovered another bug 2023-12-03 00:42:10 +09:00
minjaesong
0edd248194 fix: punching tree would do nothing 2023-12-03 00:28:06 +09:00
minjaesong
cba8d90321 sound effects for tile placing and breaking 2023-12-03 00:14:04 +09:00
minjaesong
d145edf11d footstep sounds 2023-12-02 23:58:18 +09:00
minjaesong
18f8fa881f footsteps using dynamic track wip 2023-12-02 22:45:26 +09:00
minjaesong
6da28b943a dynamic track first commit 2023-12-02 16:41:37 +09:00
minjaesong
9a3ab64383 mixer: room for dynamic sources 2023-12-02 13:51:48 +09:00
minjaesong
ab5c544db3 convolver gain adjustments 2023-11-30 18:29:35 +09:00
minjaesong
a8e1f235f4 reverb gain reduced 2023-11-29 16:51:14 +09:00
minjaesong
bbfd3cf881 open/cave mix control via tile survey 2023-11-29 00:48:55 +09:00
minjaesong
544024c282 more subtle optimisations 2023-11-28 19:43:42 +09:00
minjaesong
6059ba92ac further convolving optimisaions 2023-11-28 19:25:42 +09:00
minjaesong
af48a171eb audio filters moved to its own files 2023-11-28 13:56:15 +09:00
minjaesong
2eaa960571 lang update 2023-11-28 00:31:08 +09:00
minjaesong
93a88976f6 commenting out dead codes 2023-11-27 01:18:25 +09:00
minjaesong
659a159697 slightly faster fft using inline class 2023-11-27 01:04:05 +09:00