From 12689a3c404976e0fe105904e0bd8641195906b1 Mon Sep 17 00:00:00 2001 From: "Igor B. Poretsky" Date: Thu, 26 Jan 2023 10:44:30 +0300 Subject: [PATCH] Documentation adjustment --- README | 2 +- README.ru | 2 +- debian/ru_tts.1 | 2 +- debian/ru_tts_transfer.3 | 2 +- src/ru_tts.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 2f352a5..c522b42 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ but any out of range value will be automatically reduced to the acceptable range. -r value -- Set speech rate factor. - Reasonable value range is [0.3..3.0]. + Reasonable value range is [0.2..5.0]. -p value -- Set voice pitch factor. Reasonable value range is [0.5..3.0]. diff --git a/README.ru b/README.ru index f91d0cf..02210b2 100644 --- a/README.ru +++ b/README.ru @@ -33,7 +33,7 @@ Sox, который можно найти в составе едва ли не для разных параметров различен, но все значения за рамками диапазона приводятся к нему автоматически. --r value -- Скорость речи (от 0.3 до 3.0). +-r value -- Скорость речи (от 0.2 до 5.0). -p value -- Высота голоса (от 0.5 до 3.0). diff --git a/debian/ru_tts.1 b/debian/ru_tts.1 index 86434d3..cc1b844 100644 --- a/debian/ru_tts.1 +++ b/debian/ru_tts.1 @@ -43,7 +43,7 @@ acceptable range. .TP .B \-r value .br -Set speech rate factor. Reasonable value range is from 0.3 up to 3.0. +Set speech rate factor. Reasonable value range is from 0.2 up to 5.0. .TP .B \-p value .br diff --git a/debian/ru_tts_transfer.3 b/debian/ru_tts_transfer.3 index ec3b8a0..4d655bf 100644 --- a/debian/ru_tts_transfer.3 +++ b/debian/ru_tts_transfer.3 @@ -72,7 +72,7 @@ the acceptable range. .TP .I speech_rate Speech rate in percents of the normal level. Reasonable value range is -from 30 up to 300. +from 20 up to 500. .TP .I voice_pitch Voice pitch in percents of the normal level. Reasonable value range is diff --git a/src/ru_tts.h b/src/ru_tts.h index 24c15ed..bc4b8ba 100644 --- a/src/ru_tts.h +++ b/src/ru_tts.h @@ -41,7 +41,7 @@ typedef int (*ru_tts_callback)(void *buffer, size_t size, void *user_data); /* Speech parameters */ typedef struct { - int speech_rate; /* Reasonable value range is [40..250]. */ + int speech_rate; /* Reasonable value range is [20..500]. */ int voice_pitch; /* Reasonable value range is [50..300]. */ int intonation; /* Reasonable value range is [0..140]. Greater values imply more expressive speech. */