pdeljanov/Symphonia

AIFF: Support block-aligned sound data.

Open

#492 opened on Apr 19, 2026

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (219 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (3,302 stars)
PR merge metrics
 (PR metrics pending)

Description

Support block-aligned sound data (blockSize != 0).

With block-aligned sample data, as many complete audio frames as possible are packed into a block of a certain size. Any extra space is padding and should be skipped.

Additional details found here.

Originally found in #309.

Contributor guide