From 8d44a500b2e089b6e9d3450a4b6168c85bcbf2c4 Mon Sep 17 00:00:00 2001 From: Kittinan Date: Fri, 30 Jan 2026 23:18:37 +0700 Subject: [PATCH 1/2] Add missing 'soundfile' requirement to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6501dea..1305612 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ huggingface_hub numpy>=1.22 onnxruntime -vachanatts \ No newline at end of file +vachanatts +soundfile \ No newline at end of file From 82129623df3c49ee97be0f628f308b83ea5ee646 Mon Sep 17 00:00:00 2001 From: Kittinan Date: Fri, 30 Jan 2026 23:21:06 +0700 Subject: [PATCH 2/2] make it easy to copy pip install pythaitts --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba7cad..ff9f5c1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ License: [Apache-2.0 License](https://github.com/PyThaiNLP/pythaitts/blob/main/L Install by pip: -> pip install pythaitts +```sh +pip install pythaitts +``` ## Usage