Enhance MLX Audio Documentation and Testing Framework

- Updated MLX_AUDIO.md to reflect validated status and included detailed validation results, model mapping, and API usage examples.
- Added a demo script (demo.py) for testing audio generation speed and functionality.
- Introduced a test script (test_tts.py) to validate MLX audio model loading and generation, ensuring robust testing for future developments.
- Created a .gitignore file in the mlx-test directory to exclude unnecessary files from version control.
This commit is contained in:
Jamie Pine
2026-01-29 21:28:22 -08:00
parent 0fd063442a
commit 86768288ce
4 changed files with 367 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
# Virtual environment
venv/
# Generated test files
*.wav
# Python cache
__pycache__/
*.pyc