Commit Graph

4 Commits

Author SHA1 Message Date
Tad Hardesty
6b1228288a Tidy Repacketizer interface and add more tests
The combine() method can be used to avoid manually managing a
RepacketizerState in the simplest use case, and cat_move now simply
calls cat internally, in a way that is easier to verify the safety of.
2016-02-25 18:13:38 -06:00
Tad Hardesty
3c6ce567f6 Fix Repacketizer soundness with proper lifetime bounds
RepacketizerState represents an in-progress repacketization with
specific lifetime bounds on the input buffers.
2016-02-25 18:12:35 -06:00
Tad Hardesty
f98c05957f Fix Mono and Stereo being reversed 2016-02-25 04:50:19 -06:00
Tad Hardesty
4f2b8af392 Add a few encoding tests 2016-02-24 03:11:24 -06:00