Commit Graph

193 Commits

Author SHA1 Message Date
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
minjaesong
33f5461453 still can't get fftw to work 2023-11-27 00:51:46 +09:00
minjaesong
bf64c26e29 adjustable audio buffer size via config 2023-11-26 22:53:36 +09:00
minjaesong
21e0f984be fix: app not quitting 2023-11-26 22:28:17 +09:00
minjaesong
72a01ac8cc slightly faster fft 2023-11-26 21:24:46 +09:00
minjaesong
2e9a755252 hopefully more stable? 2023-11-26 19:39:03 +09:00
minjaesong
29c4d92542 parallelised audio processing 2023-11-26 19:00:29 +09:00
minjaesong
1d727397b4 fft: data struct optimisation 2023-11-26 17:33:51 +09:00
minjaesong
3b38958a08 channel strip visualiser for highpass 2023-11-26 14:37:22 +09:00
minjaesong
cc4fac7dca more audio pathing 2023-11-26 01:59:11 +09:00
minjaesong
4d85d91478 partitioned fft wip 2023-11-25 23:31:54 +09:00
minjaesong
1ed6f252db removing a test code 2023-11-25 23:03:19 +09:00
minjaesong
49100289d3 audio: no longer holds prevsamples globally 2023-11-25 22:50:59 +09:00
minjaesong
46f93660d0 all-float FFT and convolution 2023-11-25 21:46:49 +09:00
minjaesong
51d1501267 trying to fix the crackling sound issue 2023-11-25 20:42:08 +09:00
minjaesong
451ffe0307 mixer to properly show signals larger than 1.0 2023-11-25 20:00:39 +09:00
minjaesong
faf5e367be working convolver but slower that realtime 2023-11-25 18:54:56 +09:00
minjaesong
b1811a4013 reverb filter with lowpass 2023-11-25 02:15:40 +09:00
minjaesong
71a8d6d266 reverb filter 2023-11-25 00:17:29 +09:00
minjaesong
b16a6ced93 filter: xy-ms conv 2023-11-24 01:21:06 +09:00
minjaesong
402b0a8414 cheap reverb filter 2023-11-23 23:34:05 +09:00
minjaesong
e0257dfe3d bitcrusher 2023-11-23 20:10:36 +09:00
minjaesong
c8a891c164 speed of sound moved to the mixer 2023-11-23 19:54:37 +09:00