Skip to content

Commit db82b09

Browse files
Update how-to-custom-voice-prepare-data.md
Update sample format
1 parent bbe1b4a commit db82b09

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 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 |
@@ -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): PCM, at least 16-bit<br>mp3: at least 256 KBps bit rate|
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): PCM, at least 16-bit<br>mp3: at least 256 KBps bit rate|
159161
| Audio length | No limit |
160162
| Archive format | .zip |
161163
| Maximum archive size | 2048 MB |

0 commit comments

Comments
 (0)