You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-custom-voice-prepare-data.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,10 @@ Follow these guidelines when preparing audio for segmentation.
114
114
115
115
| Property | Value |
116
116
| -------- | ----- |
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 |
118
118
| File name | ASCII and Unicode characters supported. No duplicate names allowed. |
119
119
| 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|
120
121
| Audio length | Longer than 20 seconds |
121
122
| Archive format | .zip |
122
123
| Maximum archive size | 2048 MB |
@@ -153,9 +154,10 @@ Follow these guidelines when preparing audio.
153
154
154
155
| Property | Value |
155
156
| -------- | ----- |
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 |
157
158
| File name | ASCII and Unicode characters supported. No duplicate name allowed. |
158
159
| 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|
0 commit comments