From b67b1e61ff40908b9888ef133e6de241fc331439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E6=9D=90?= Date: Mon, 22 Jul 2024 11:21:02 +0800 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ab3410..0c53a1f 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ Parameter Description: - `use_itn`: Whether the output result includes punctuation and inverse text normalization. - `batch_size_s`: Indicates the use of dynamic batching, where the total duration of audio in the batch is measured in seconds (s). - `merge_vad`: Whether to merge short audio fragments segmented by the VAD model, with the merged length being `merge_length_s`, in seconds (s). +- `ban_emo_unk`: Whether to ban the output of the `emo_unk` token. If all inputs are short audios (<30s), and batch inference is needed to speed up inference efficiency, the VAD model can be removed, and `batch_size` can be set accordingly. ```python