feat: extract prismaudio_core config and model factory

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 17:05:57 +01:00
parent baa80de194
commit b60ff4111b
3 changed files with 572 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
"""
PrismAudio core inference modules.
Extracted from https://github.com/FunAudioLLM/ThinkSound (prismaudio branch).
Only inference-critical code — no training, no JAX/TF dependencies.
"""