Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-03-31
| ||
06:26 | DAMPING-FREQ needs to be set differently Leaf check-in: 54e02e6e55 user: alexa tags: trunk | |
06:07 | Formatting in BIQUAD-FILTER. Fix PARA-EQ-PROCESS-F64 check-in: bb3a2d1f6a user: alexa tags: trunk | |
06:05 | Fix a few typos check-in: 80adaa855d user: alexa tags: trunk | |
05:02 | Fix the size of mverb not being set. Adjust formatting in a few places. check-in: 7a7f118c3b user: alexa tags: trunk | |
04:05 | Fix some math check-in: 6c8092a7a3 user: alexa tags: trunk | |
2025-03-30
| ||
04:29 | Add some additional specializers for VALID-QOA-FILE-P check-in: 0ee243e563 user: alexa tags: trunk | |
04:29 | Add missing dep on trivial-garbage check-in: bea33bb530 user: alexa tags: trunk | |
00:37 | Add TEST-WVC-FILE check-in: 77ed017c97 user: alexa tags: trunk | |
2025-03-29
| ||
23:20 | Add TEST-WAVPACK. Add a finalizer instead of DESTROY-WAVPACK-DECODER check-in: dbbfacd9c6 user: alexa tags: trunk | |
22:28 | Add some additional checks check-in: d96804b493 user: alexa tags: trunk | |
22:27 | Add some additional safety checks check-in: ea92cbf3ac user: alexa tags: trunk | |
22:22 | Add some null pointer checks check-in: 73524c5315 user: alexa tags: trunk | |
20:35 | Export the TEXT-BUNDLE and PICTURE classes check-in: 62bedecc42 user: alexa tags: trunk | |
00:24 | post-gain should only be applied when the EQ is active check-in: 17a8ddbd72 user: alexa tags: trunk | |
2025-03-28
| ||
22:55 | Add STEREO-DC-FILTER check-in: e59964c527 user: alexa tags: trunk | |
22:45 | Improve DC filter quality check-in: 2a14d3f00e user: alexa tags: trunk | |
06:51 | Add AUDIO-FILE-WRITE-F64 and AUDIO-FILE-WRITE-F32 check-in: e9a2434d9d user: alexa tags: trunk | |
06:50 | Check that we don't have a null pointer check-in: 5954f8f8b9 user: alexa tags: trunk | |
2025-03-27
| ||
02:22 | Actually set the processed audio in a PARA-EQ-STEREO check-in: 6d85a0e86b user: alexa tags: trunk | |
2025-03-26
| ||
12:46 | Add some interleaved block processing functions for the DC filter check-in: 95956f3c63 user: alexa tags: trunk | |
12:22 | Quiet the compiler a bit check-in: 890aa45ba5 user: alexa tags: trunk | |
11:45 | Fix some edge cases in the resampler where an infinite loop may occur check-in: 068f340d78 user: alexa tags: trunk | |
09:15 | Specialize DECODER-DECODE for FLAC-DECODER check-in: 53e8d504b4 user: alexa tags: trunk | |
2025-03-25
| ||
11:49 |
FLAC: Add a restart named SKIP-FRAME that will skip bad frames and search for a new sync word. check-in: d776bd8b7a user: alexa tags: trunk | |
11:06 | Populate some information earlier check-in: 7d64e25efe user: alexa tags: trunk | |
10:55 | Add a TODO check-in: bda0537026 user: alexa tags: trunk | |
10:37 |
Use a bit less RAM when decoding FLAC files by allocating the exact number of residual partitions ahead of time. check-in: 741615c7ee user: alexa tags: trunk | |
09:32 |
On X86-64 systems, when using SBCL and running on an AVX-capable CPU, use some SIMD magic in the soft clipper effect. check-in: 9c62e5fc0e user: alexa tags: trunk | |
2025-03-23
| ||
20:53 | Small resampler fixes for callback resamplers. check-in: c4ac706630 user: alexa tags: trunk | |
20:53 | These functions were intended to work on interleaved data, so change them to do that. check-in: 6bee159a25 user: alexa tags: trunk | |
20:52 | Export a few functions that were missing from the package exports check-in: 16c1cb1bc5 user: alexa tags: trunk | |
2025-03-22
| ||
16:37 | Export new symbols check-in: 309086601c user: alexa tags: trunk | |
16:37 |
Add interleaved stereo versions of the stereo enhancer functions. Rename the old functions. check-in: 2b4144cdb5 user: alexa tags: trunk | |
16:36 | Add a reset method for the soft clipper check-in: e09b0473ab user: alexa tags: trunk | |
16:36 | Add PARA-EQ-NUM-BANDS check-in: 5a9afaaa05 user: alexa tags: trunk | |
16:35 | Add single-float version of dc-filter-process check-in: 40d7dbc1fe user: alexa tags: trunk | |
2025-03-17
| ||
21:20 | Add a dedicated constant for the library version. check-in: bf61878b3b user: alexa tags: trunk | |
21:03 | Quiet ASDF check-in: 6711e8466e user: alexa tags: trunk | |
08:58 | Add LIBRARY-VERSION to get the underlying WavPack library version check-in: 9596cdef86 user: alexa tags: trunk | |
2025-03-16
| ||
20:41 | Merge and integrate the reverb-updating branch check-in: d903e64410 user: alexa tags: trunk | |
09:09 | Remove Schroeder reverb. Closed-Leaf check-in: 4771ac97a9 user: alexa tags: reverb-updating | |
09:08 |
Remove REVERB-MUTED-P. Add REVERB-MUTE. Add T/BYPASS and REVERB-BYPASS to control whether or not a reverb is bypassed. check-in: b94603b85d user: alexa tags: reverb-updating | |
08:52 |
Update the Zita implementation to use the new reverb API, and to accept presets. Add Zita presets. check-in: 106658714b user: alexa tags: reverb-updating | |
08:51 | Actually, store preset values as REALs check-in: 856cf3ed58 user: alexa tags: reverb-updating | |
08:51 |
Set INV-SAMPLE-RATE (even though mverb doesn't use it). Return the new muted value. Remove some duplicate code. check-in: b88896ae29 user: alexa tags: reverb-updating | |
08:50 | Store and retrieve the current preset properly check-in: caffdbb560 user: alexa tags: reverb-updating | |
05:09 | Move the allpass filters into individual slots, too check-in: 8e45765cf4 user: alexa tags: reverb-updating | |
04:53 | Greatly improve MVERB performance by converting its internal representation into a struct, and removing some arrays. check-in: 4e7ddad146 user: alexa tags: reverb-updating | |
03:16 | Implement MVERB presets. check-in: c42fa4e073 user: alexa tags: reverb-updating | |
02:22 | Put MVERB into its own package. check-in: 3b5e3062e2 user: alexa tags: reverb-updating | |