aac: SBR support (without PS)
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 7 Jul 2022 15:57:00 +0000 (17:57 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 7 Jul 2022 15:57:00 +0000 (17:57 +0200)
commit0e18270ddb438c765a4597404f9053a15ce84704
tree92385720a9fb184d5f675044aaf3b0c9008f5f58
parent9c3cd867ce7645f6f828675bd5d383033d6263f7
aac: SBR support (without PS)
nihav-mpeg/Cargo.toml
nihav-mpeg/src/codecs/aac/mod.rs
nihav-mpeg/src/codecs/aac/sbr/bs.rs [new file with mode: 0644]
nihav-mpeg/src/codecs/aac/sbr/dsp.rs [new file with mode: 0644]
nihav-mpeg/src/codecs/aac/sbr/mod.rs [new file with mode: 0644]
nihav-mpeg/src/codecs/aac/sbr/synth.rs [new file with mode: 0644]
nihav-mpeg/src/codecs/mod.rs
nihav-mpeg/src/lib.rs