Skip to content

Commit 539995a

Browse files
committed
Updates from preview
1 parent eea5c6e commit 539995a

File tree

4 files changed

+19
-27
lines changed

4 files changed

+19
-27
lines changed

articles/cognitive-services/Speech-Service/how-to-custom-speech-test-data.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ Audio data is optimal for testing the accuracy of Microsoft's baseline speech-to
5050

5151
Use this table to ensure that your audio files are formatted correctly for use with Custom Speech:
5252

53-
| Property | Value |
54-
|----------|-------|
55-
| File format | RIFF (WAV) |
56-
| Sample rate | 8,000 Hz or 16,000 Hz |
57-
| Channels | 1 (mono) |
58-
| Maximum length per audio | 2 hours |
59-
| Sample format | PCM, 16-bit |
60-
| Archive format | .zip |
61-
| Maximum archive size | 2 GB |
53+
| Property | Value |
54+
|--------------------------|-----------------------|
55+
| File format | RIFF (WAV) |
56+
| Sample rate | 8,000 Hz or 16,000 Hz |
57+
| Channels | 1 (mono) |
58+
| Maximum length per audio | 2 hours |
59+
| Sample format | PCM, 16-bit |
60+
| Archive format | .zip |
61+
| Maximum archive size | 2 GB |
6262

6363
[!INCLUDE [supported-audio-formats](includes/supported-audio-formats.md)]
6464

@@ -76,15 +76,15 @@ Use <a href="http://sox.sourceforge.net" target="_blank" rel="noopener">SoX <spa
7676

7777
To measure the accuracy of Microsoft's speech-to-text accuracy when processing your audio files, you must provide human-labeled transcriptions (word-by-word) for comparison. While human-labeled transcription is often time consuming, it's necessary to evaluate accuracy and to train the model for your use cases. Keep in mind, the improvements in recognition will only be as good as the data provided. For that reason, it's important that only high-quality transcripts are uploaded.
7878

79-
| Property | Value |
80-
|----------|-------|
81-
| File format | RIFF (WAV) |
82-
| Sample rate | 8,000 Hz or 16,000 Hz |
83-
| Channels | 1 (mono) |
79+
| Property | Value |
80+
|--------------------------|-------------------------------------|
81+
| File format | RIFF (WAV) |
82+
| Sample rate | 8,000 Hz or 16,000 Hz |
83+
| Channels | 1 (mono) |
8484
| Maximum length per audio | 2 hours (testing) / 60 s (training) |
85-
| Sample format | PCM, 16-bit |
86-
| Archive format | .zip |
87-
| Maximum zip size | 2 GB |
85+
| Sample format | PCM, 16-bit |
86+
| Archive format | .zip |
87+
| Maximum zip size | 2 GB |
8888

8989
[!INCLUDE [supported-audio-formats](includes/supported-audio-formats.md)]
9090

articles/cognitive-services/Speech-Service/includes/how-tos/compressed-audio-input/objectivec/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ To stream in a compressed audio format to the Speech service, create a `SPXPullA
1010

1111
The following snippet shows how to create a `SPXAudioConfiguration` from an instance of a `SPXPushAudioInputStream`, specifying an MP3 as the compression format of the stream.
1212

13-
[!code-objectivec[Set up the input stream](~/samples-cognitive-services-speech-sdk/samples/objective-c/ios/compressed-streams/CompressedStreamsSample/CompressedStreamsSample/ViewController.m?range=66-77&highlight=2-11)]
13+
[!code-objectivec[Set up the input stream](~/samples-cognitive-services-speech-sdk/samples/objective-c/ios/compressed-streams/CompressedStreamsSample/CompressedStreamsSample/ViewController.m?range=67-76&highlight=2-11)]
1414

1515
The next snippet shows how compressed audio data can be read from a file and pumped into the `SPXPushAudioInputStream`.
1616

17-
[!code-objectivec[Push compressed audio data into the stream](~/samples-cognitive-services-speech-sdk/samples/objective-c/ios/compressed-streams/CompressedStreamsSample/CompressedStreamsSample/ViewController.m?range=105-151&highlight=19-44)]
17+
[!code-objectivec[Push compressed audio data into the stream](~/samples-cognitive-services-speech-sdk/samples/objective-c/ios/compressed-streams/CompressedStreamsSample/CompressedStreamsSample/ViewController.m?range=106-150&highlight=19-44)]

articles/cognitive-services/Speech-Service/index-speech-to-text.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ landingContent:
4949
url: how-to-automatic-language-detection.md
5050
- text: Use compressed audio input formats
5151
url: how-to-use-codec-compressed-audio-input-streams.md
52-
- text: Use compressed audio input formats (iOS)
53-
url: how-to-use-codec-compressed-audio-input-streams-ios.md
54-
- text: Use compressed audio input formats (Android)
55-
url: how-to-use-codec-compressed-audio-input-streams-android.md
5652
- linkListType: concept
5753
links:
5854
- text: Prepare Custom Speech data

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
href: how-to-automatic-language-detection.md
4646
- name: Use compressed audio input formats
4747
href: how-to-use-codec-compressed-audio-input-streams.md
48-
- name: Use compressed audio input formats (iOS)
49-
href: how-to-use-codec-compressed-audio-input-streams-ios.md
50-
- name: Use compressed audio input formats (Android)
51-
href: how-to-use-codec-compressed-audio-input-streams-android.md
5248
- name: Customization
5349
items:
5450
- name: Prepare data

0 commit comments

Comments
 (0)