Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

17 check-ins that include changes to files matching 'src/remiaudio/resampler/*'

2024-11-01
05:16
Remove unused field check-in: 60b38cf72e user: alexa tags: trunk
04:54
Fix typo check-in: bcff7ac199 user: alexa tags: trunk
2024-07-10
22:39
Fix some more places where compiling with -Dno_number_autocast would break. check-in: 126fa24c23 user: alexa tags: trunk
21:27
Fix compilation with -Dno_number_autocast check-in: 37d34d6e0b user: alexa tags: trunk
2024-05-17
14:19
Remove some assertions check-in: 9a723db77b user: alexa tags: trunk
2024-05-16
05:54
Make the older process method protected check-in: 6c172e3f54 user: alexa tags: trunk
05:45
Add a much easier process method to the Resampler class. Fix a few things. check-in: 3fd5d389c0 user: alexa tags: trunk
04:09
Clean some lint check-in: 2b390036f4 user: alexa tags: trunk
2024-05-15
23:35
Add a Float64 version of CallbackResampler#read check-in: ef91f5c18e user: alexa tags: trunk
00:02
Merge and integrate the add-libsamplerate-port branch check-in: bf0a75395d user: alexa tags: trunk
2024-05-14
23:54
Very small cleanups Closed-Leaf check-in: c97616e2e0 user: alexa tags: add-libsamplerate-port
22:38
Store the tables in a static C library to improve compile times. check-in: ebf9e17c2a user: alexa tags: add-libsamplerate-port
08:13
Enable the Best quality for the SincResampler as well. NOTE: this will result in long compile times and large binaries. check-in: 693109919f user: alexa tags: add-libsamplerate-port
07:50
Enable medium quality as well check-in: ddc67265f9 user: alexa tags: add-libsamplerate-port
07:45
Partially get Sinc resampling working. This is currently limited to stereo audio, and all quality levels are hard-coded to use the Fast setting due to issues with https://github.com/crystal-lang/crystal/issues/4516#issuecomment-306226171 and https://nanako-.mooo.com/notes/9t8m1begw9n6002l check-in: 6c071da738 user: alexa tags: add-libsamplerate-port
05:56
Fix compilation check-in: 3d2899a01f user: alexa tags: add-libsamplerate-port
05:12
Port part of libsamplerate to native Crystal. Only the linear and zero-order hold resamplers are ported right now. check-in: f94d72462b user: alexa tags: add-libsamplerate-port