daniel-c-harvey
79bbbd4956
fix(api): stream audio store path to eliminate whole-file buffering (OOM)
...
Processors now emit a ProcessedAudio plan with a streamed writer instead of a whole-file AudioBinary; vault writes stream via RegisterResourceStreamingAsync. Header parsing is bounded. Wave 2 (waveform/Opus) still re-reads the full file by design.
2026-06-25 15:27:28 -04:00
daniel-c-harvey
4a46ec36b3
fix(mp3): remove dead FrameSize field, fix CBR duration ID3 exclusion, add MPEG2 bitrate table, pin CBR test assertions
2026-06-11 06:13:20 -04:00
daniel-c-harvey
3bb8104967
feat(audio): add MP3 and FLAC upload support via format-routed processors
...
AudioProcessorRouter dispatches by extension; vault stores original bytes with correct MIME type.
2026-06-11 05:49:17 -04:00
daniel-c-harvey
8d80d43a47
test: assert data region in float and padded-container conversion tests; add TryExtractPcm null-return coverage
2026-06-10 20:08:45 -04:00
daniel-c-harvey
eddbb00cd9
feat(audio): accept EXTENSIBLE IEEE-float and padded 24-in-32 WAV
...
Convert float to 24-bit PCM and repack padded containers on normalize; vault still stores standard PCM.
2026-06-10 20:04:55 -04:00