Skip to content

Commit a3710db

Browse files
Merge pull request #208472 from sally-baolian/patch-53
Update how-to-custom-voice-create-voice.md
2 parents 5348ef4 + 6dd808a commit a3710db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cognitive-services/Speech-Service/how-to-custom-voice-create-voice.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Unresolved errors listed in the next table affect the quality of training, but d
117117
| Script | Non-normalized text|This script contains symbols. Normalize the symbols to match the audio. For example, normalize *50%* to *fifty percent*.|
118118
| Script | Not enough question utterances| At least 10 percent of the total utterances should be question sentences. This helps the voice model properly express a questioning tone.|
119119
| Script | Not enough exclamation utterances| At least 10 percent of the total utterances should be exclamation sentences. This helps the voice model properly express an excited tone.|
120+
| Script | No valid end punctuation| Add one of the following at the end of the line: full stop (half-width '.' or full-width '。'), exclamation point (half-width '!' or full-width '!' ), or question mark ( half-width '?' or full-width '?').|
120121
| Audio| Low sampling rate for neural voice | It's recommended that the sampling rate of your .wav files should be 24 KHz or higher for creating neural voices. If it's lower, it will be automatically raised to 24 KHz.|
121122
| Volume |Overall volume too low|Volume shouldn't be lower than -18 dB (10 percent of max volume). Control the volume average level within proper range during the sample recording or data preparation.|
122123
| Volume | Volume overflow| Overflowing volume is detected at {}s. Adjust the recording equipment to avoid the volume overflow at its peak value.|
@@ -295,4 +296,4 @@ For more information, [learn more about the capabilities and limits of this feat
295296
- [Deploy and use your voice model](how-to-deploy-and-use-endpoint.md)
296297
- [How to record voice samples](record-custom-voice-samples.md)
297298
- [Text-to-Speech API reference](rest-text-to-speech.md)
298-
- [Long Audio API](long-audio-api.md)
299+
- [Long Audio API](long-audio-api.md)

0 commit comments

Comments
 (0)