9 Commits

Author SHA1 Message Date
fbdp1202 912c54b435 fix: Supertonic 3 compatibility across all language examples
- README Quick Start: format `duration[0]` instead of the ndarray itself
  (numpy refuses `f"{ndarray:.2f}"`; matches official `dur[0]:.2f` pattern)
- py/example_pypi.py: print synthesized duration to mirror the docstring example
- Add `"na"` to AVAILABLE_LANGS / Languages.Available / availableLangs
  across all 11 runtimes (Python/Node/Web/Java/C++/C#/Go/Swift/Rust/Flutter/iOS)
  so the language-agnostic fallback advertised in the README actually passes
  per-runtime lang validation before being sent to the v3 ONNX duration predictor

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 23:22:42 +09:00
haeon 0a98c9f127 supertonic 3 2026-05-06 23:09:06 +02:00
ANLGBOY e71c516714 Supertonic 2 2026-01-06 17:15:20 +09:00
haeon 9ba44107ee minor refactoring 2025-11-26 11:11:57 +09:00
haeon 7941a24074 fix array type 2025-11-26 10:55:36 +09:00
ANLGBOY 833dc1858b remove comment leftover (Fixes #24) 2025-11-26 02:05:07 +09:00
ANLGBOY 375fad69c2 add ios and web 2025-11-23 15:54:59 +09:00
ANLGBOY 5d2e263401 remove cache in ios and web 2025-11-23 15:54:49 +09:00
ANLGBOY d31536d9fc init 2025-11-19 01:18:16 +09:00