Commit Graph

8 Commits

Author SHA1 Message Date
18b9194530 Add AAC support and update version
This commit adds support for AAC audio decoding via the fdk-aac library, including:
- New AAC decoder module (ADTS streaming)
- Integration into the autodetection system
- Support for AAC in transcoding
- Updated version to 0.3.23
- Added necessary dependencies in Cargo.toml and Cargo.lock
- Added tests for AAC decoding
2026-02-27 00:00:56 +01:00
5a785a445a Création d'un décodeur générique 2025-10-29 22:36:36 +01:00
0313492978 Ajout d'un lecteur AIFF 2025-10-29 22:36:36 +01:00
b7661b5767 Ajout d'un decodeur ogg et opus vers pcm 2025-10-29 22:36:36 +01:00
6b52b6ffee Ajout d'un decodeur ogg-vobis 2025-10-29 22:36:36 +01:00
0e26ebea31 Ajout du decodage mp3 à pmoflac 2025-10-29 22:36:36 +01:00
a383980412 pmoflac corrections 2025-10-29 22:36:36 +01:00
3cb90b72ac Crate pmoflac 2025-10-29 22:36:36 +01:00