Skip to content

Commit 9738ed7

Browse files
Update how-to-custom-voice-prepare-data.md
1 parent 2608ed5 commit 9738ed7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@ Follow these guidelines when preparing audio for segmentation.
114114

115115
| Property | Value |
116116
| -------- | ----- |
117-
| File format | RIFF (.wav) with a sampling rate of at least 16 khz-16-bit in PCM or .mp3 with a bit rate of at least 256 KBps, grouped into a .zip file |
117+
| File format | RIFF (.wav) or .mp3, grouped into a .zip file |
118118
| File name | ASCII and Unicode characters supported. No duplicate names allowed. |
119119
| Sampling rate | For creating a custom neural voice, 24,000 Hz is required. |
120+
| Sample format |RIFF(.wav) with a sampling rate of at least 24 KHz 16-bit PCM or mp3 with a bit rate of at least 256 KBps|
120121
| Audio length | Longer than 20 seconds |
121122
| Archive format | .zip |
122123
| Maximum archive size | 2048 MB |
@@ -153,9 +154,10 @@ Follow these guidelines when preparing audio.
153154
154155
| Property | Value |
155156
| -------- | ----- |
156-
| File format | RIFF (.wav) with a sampling rate of at least 16 khz-16-bit in PCM or .mp3 with a bit rate of at least 256 KBps, grouped into a .zip file |
157+
| File format | RIFF (.wav) or .mp3, grouped into a .zip file |
157158
| File name | ASCII and Unicode characters supported. No duplicate name allowed. |
158159
| Sampling rate | For creating a custom neural voice, 24,000 Hz is required. |
160+
| Sample format |RIFF(.wav) with a sampling rate of at least 24 KHz 16-bit PCM or mp3 with a bit rate of at least 256 KBps|
159161
| Audio length | No limit |
160162
| Archive format | .zip |
161163
| Maximum archive size | 2048 MB |

0 commit comments

Comments
 (0)