Skip to content

Commit b5a2381

Browse files
Update how-to-custom-voice-prepare-data.md
1 parent 2128cd0 commit b5a2381

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Follow these guidelines when preparing audio.
7373
| File format | RIFF (.wav), grouped into a .zip file |
7474
| File name | Numeric, with .wav extension. No duplicate file names allowed. |
7575
| Sampling rate | For creating a custom neural voice, 24,000 Hz is required. |
76-
| Sample format | PCM, 16-bit |
76+
| Sample format | PCM, at least 16-bit |
7777
| Audio length | Shorter than 15 seconds |
7878
| Archive format | .zip |
7979
| Maximum archive size | 2048 MB |
@@ -117,7 +117,7 @@ Follow these guidelines when preparing audio for segmentation.
117117
| 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|
120+
| Sample format |RIFF(.wav): PCM, at least 16-bit<br>mp3: at least 256 KBps bit rate|
121121
| Audio length | Longer than 20 seconds |
122122
| Archive format | .zip |
123123
| Maximum archive size | 2048 MB |
@@ -157,7 +157,7 @@ Follow these guidelines when preparing audio.
157157
| File format | RIFF (.wav) or .mp3, grouped into a .zip file |
158158
| File name | ASCII and Unicode characters supported. No duplicate name allowed. |
159159
| 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|
160+
| Sample format |RIFF(.wav): PCM, at least 16-bit<br>mp3: at least 256 KBps bit rate|
161161
| Audio length | No limit |
162162
| Archive format | .zip |
163163
| Maximum archive size | 2048 MB |

0 commit comments

Comments
 (0)