Files
lc3_quali/pyproject.toml
pstruebi 2845458d3f chore: add gitignore, documentation, and LC3 conformance test software
- Add .gitignore for Python, virtual environments, testing artifacts, IDE files, and LC3 test outputs including SQAM audio files
- Add AGENTS.md with project context for LC3 implementation testing
- Add LC3.TS.p5.pdf test specification document
- Add LC3 conformance interoperability test software V1.0.8 with script readme and reference binary symlink
2026-02-27 14:56:35 +01:00

16 lines
426 B
TOML

[tool.poetry]
name = "lc3-quali"
version = "0.1.0"
description = "LC3 conformance qualification tests for bumble-auracast"
authors = []
package-mode = false
[tool.poetry.dependencies]
python = ">=3.11"
lc3py = {git = "ssh://git@ssh.pstruebi.xyz:222/auracaster/liblc3.git", rev = "ce2e41faf8c06d038df9f32504c61109a14130be"}
numpy = ">=1.24"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"