Login
Timeline
Login

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

50 most recent check-ins

2026-07-03
23:16
Fix license headers on the resampler code. Leaf check-in: c2dcd070dc user: alexa tags: trunk
2026-06-12
21:09
This should be an integer, not a fixnum check-in: 684b1062d4 user: alexa tags: trunk
2026-06-01
21:39
Update code of conduct check-in: c871f8b46f user: alexa tags: trunk
2026-05-29
11:59
Fix an integer overflow check-in: 8f0e685506 user: alexa tags: trunk
2026-05-19
22:10
Fix multiple leaves in the repo check-in: 1ae88166aa user: alexa tags: trunk
22:08
Ensure elements are t/int32 values in (%DECODE (SUBFRAME-FIXED)). Also proactively apply a similar fix for
(%DECODE (SUBFRAME-LPC))
check-in: bd39e6a273 user: alexa tags: trunk
2026-05-14
04:39
Be more correct about what function to use for the libmpg123 bindings. Also be better about ensuring that we have a
valid ID3 genre.
check-in: e719cefe3d user: alexa tags: trunk
04:38
Fix handling of samples for the libao driver check-in: b43374fa5f user: alexa tags: trunk
2026-03-31
05:34
Update README with new URLs check-in: b76a917a31 user: alexa tags: trunk
2026-03-26
07:34
Fix decoding of CONSTANT and VERBATIM subframes in FLAC files check-in: 46505c6ea5 user: alexa tags: trunk
2026-03-17
06:36
Fix `(setf listen-submission-artist-mbids)` for LB-LISTEN-SUBMISSIONs check-in: 2ad2bd53d4 user: alexa tags: trunk
06:35
Stop using a deprecated method check-in: ada1174960 user: alexa tags: trunk
2026-03-12
05:04
Update code of conduct check-in: 0aed30018e user: alexa tags: trunk
2026-03-08
12:52
Fix which frame gets used check-in: 99f9ca6505 user: alexa tags: trunk
09:18
Don't impose a limit on block sizes being the same each time when
calling DECODER-DECODE for FLAC files. Also fix a few comments.
check-in: f019799807 user: alexa tags: trunk
08:43
Simplify some FLAC decoding code by moving a function into a LABELS,
and removing another function (%RENDER-MONO-BLOCK) that was pointless
to have.
check-in: 081676c57e user: alexa tags: trunk
2026-03-07
11:06
Fix the FLAGS parameter for CL-RA/WV:WITH-DECODER check-in: e63d206e7b user: alexa tags: trunk
10:37
Simplify FLAC LPC code. Remove a few unneeded checks. check-in: 93741442e5 user: alexa tags: trunk
10:36
Fix some typos check-in: f680c98e24 user: alexa tags: trunk
10:35
Fix off-by-one check-in: 7de7cea109 user: alexa tags: trunk
2026-02-19
10:39
Fix off-by-one check-in: 85644db7d1 user: alexa tags: trunk
10:39
Remove a PRINT check-in: dffbdff721 user: alexa tags: trunk
10:38
There should be only one 'fact' chunk check-in: 6d274e0ceb user: alexa tags: trunk
2025-12-31
07:02
There is no more zero-order-hold resampler check-in: 711b0ee0a5 user: alexa tags: trunk
2025-11-06
06:25
Update README check-in: 4bd67da6df user: alexa tags: trunk
06:24
Fix project name check-in: b77cdb90d5 user: alexa tags: trunk
06:21
Add export-wiki-pages.sh and make-release-tarball.sh check-in: 4b634d7da8 user: alexa tags: trunk
06:20
Add ignore-glob check-in: c7b365a838 user: alexa tags: trunk
2025-11-03
06:47
Remove accidentally committed file check-in: 97fbd0ad54 user: alexa tags: trunk
2025-11-02
11:11
Merge and integrate the v0.1.3-work branch. Update README. Tag as v0.1.3 check-in: aacbfa777e user: alexa tags: trunk, v0.1.3
10:59
Change version to v0.1.3 Closed-Leaf check-in: cc177159f5 user: alexa tags: v0.1.3-work
10:58
Actually double-whoops, that should be done in the Codecs API, not the Formats API. check-in: 95e78e693b user: alexa tags: v0.1.3-work
10:56
Whoops, don't TRUNCATE the audio file position by CHANNELS check-in: 9262aa80e1 user: alexa tags: v0.1.3-work
09:42
Implement AUDIO-FILE-POS in a better way. check-in: 6331b06502 user: alexa tags: v0.1.3-work
09:05
Update NEWS check-in: 92ee045e1f user: alexa tags: v0.1.3-work
09:05
Quiet the compiler check-in: abdfbd2f7c user: alexa tags: v0.1.3-work
09:04
The :BEST and :MEDIUM sinc options are no longer included by default
(they're both WAY overkill anyway). If you still want to use these,
push `:REMIAUDIO-ALL-RESAMPLER-TABLES` onto `*FEATURES*` before
compiling/loading the package. Be sure to refresh FASLs if you wish
to change this option.

When this symbol is not pushed onto `*FEATURES*`, then the :BEST and
:MEDIUM options are automatically mapped onto :FAST, and the
corresponding tables are not compiled into the code.

Also remove the Zero-Order Hold resampler. It was crap anyway. check-in: b4cccd54fb user: alexa tags: v0.1.3-work

07:23
Fix exported symbols check-in: 649065dd96 user: alexa tags: v0.1.3-work
07:23
Change the supported IMA ADPCM channels to (INTEGER 1 2) check-in: 8dc145f43f user: alexa tags: v0.1.3-work
2025-11-01
12:38
Add NEWS check-in: 886d0198ea user: alexa tags: v0.1.3-work
12:11
Change version to v0.1.3-dev. This branch is coming off of the old 'metadata-rework' branch, which is now closed. check-in: 53083c74ec user: alexa tags: v0.1.3-work
12:09
Create new branch named "v0.1.3-work" check-in: 8cb201f474 user: alexa tags: v0.1.3-work
12:07
Merge and integrate the rework-formats-again branch Closed-Leaf check-in: 960ac9c6a7 user: alexa tags: metadata-rework
12:06
Write 4-byte 24-bit samples correctly (I think) Closed-Leaf check-in: a8432d7b65 user: alexa tags: rework-formats-again
12:05
Use the correct function check-in: 82093d0d8d user: alexa tags: rework-formats-again
12:05
24-bit Au files are actually 3-byte 24-bit. Also fix the data size field. check-in: 3482567d24 user: alexa tags: rework-formats-again
12:04
Be sure to write the average number of samples. Fix writing of 24-bit WAVE files. check-in: 98f33012b5 user: alexa tags: rework-formats-again
11:36
Fix some bugs in the IMA ADPCM low-level encoder.

Writing IMA ADPCM WAVE files works. check-in: 590316cab1 user: alexa tags: rework-formats-again

11:25
Get writing working for most encodings check-in: bdb1bfafb8 user: alexa tags: rework-formats-again
11:25
Remove unused file check-in: 0aca0a3a4a user: alexa tags: rework-formats-again