Level_1: File restructure to support centralized development

This commit is contained in:
2026-02-08 17:22:23 +02:00
parent dde11ddebe
commit 8427d0e721
25 changed files with 3990 additions and 1229 deletions
+21
View File
@@ -0,0 +1,21 @@
# ------------------------------------------------------------
# AAC Coder/Decoder - Level 2 Wrappers + Demo
#
# Multimedia course at Aristotle University of
# Thessaloniki (AUTh)
#
# Author:
# Christos Choutouridis (ΑΕΜ 8997)
# cchoutou@ece.auth.gr
#
# Description:
# Level 2 wrapper module.
#
# This file provides:
# - Thin wrappers for Level 2 API functions (encode/decode) that delegate
# to the corresponding core implementations.
# - A demo function that runs end-to-end and computes SNR.
# - A small CLI entrypoint for convenience.
# ------------------------------------------------------------
from __future__ import annotations