Skip to content

Commit 8e939f2

Browse files
committed
Added updated SDK audio support.
1 parent c77297b commit 8e939f2

File tree

8 files changed

+26
-50
lines changed

8 files changed

+26
-50
lines changed

articles/cognitive-services/Speech-Service/includes/audio-input-format-chart.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
title: Audio input format
33
titleSuffix: Azure Cognitive Services
44
services: cognitive-services
5-
author: markamos
5+
author: IEvangelist
66
manager: nitinme
7-
87
ms.service: cognitive-services
9-
ms.topic: include
10-
ms.date: 11/20/2019
11-
ms.author: erhopf
8+
ms.topic: include
9+
ms.date: 03/10/2020
10+
ms.author: dapine
1211
---
1312

1413
## Supported audio input format
1514

1615
The Speech SDK uses the following format for audio input.
1716

18-
| Format | Codec | Bitrate | Sample Rate | Channels |
19-
|--------|-------|---------|-------------|----------|
20-
| WAV | PCM | 16-bit | 8 kHz or 16 kHz | 1 (mono) |
17+
| Format | Codec | Bitrate | Sample Rate | Channels |
18+
|--------|-------|---------|-----------------|----------|
19+
| WAV | PCM | 16-bit | 8 kHz or 16 kHz | 1 (mono) |
20+
21+
[!INCLUDE [supported-audio-formats](supported-audio-formats.md)]

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/linux.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
---
2-
title: 'Quickstart: Recognize speech from an audio file, C++ (Linux) - Speech service'
3-
titleSuffix: Azure Cognitive Services
4-
services: cognitive-services
5-
author: erhopf
6-
manager: nitinme
2+
author: IEvangelist
73
ms.service: cognitive-services
8-
ms.subservice: speech-service
94
ms.topic: include
10-
ms.date: 01/14/2020
11-
ms.author: erhopf
5+
ms.date: 03/10/2020
6+
ms.author: dapine
127
---
138

149
## Prerequisites

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/macos.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
---
2-
title: 'Quickstart: Recognize speech from an audio file, C++ (macOS) - Speech service'
3-
titleSuffix: Azure Cognitive Services
4-
services: cognitive-services
5-
author: erhopf
6-
manager: nitinme
2+
author: IEvangelist
73
ms.service: cognitive-services
8-
ms.subservice: speech-service
94
ms.topic: include
10-
ms.date: 01/14/2020
11-
ms.author: erhopf
5+
ms.date: 03/10/2020
6+
ms.author: dapine
127
---
138

149
## Prerequisites

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/windows.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
---
2-
title: 'Quickstart: Recognize speech from an audio file, C++ (Windows) - Speech service'
3-
titleSuffix: Azure Cognitive Services
4-
services: cognitive-services
5-
author: erhopf
6-
manager: nitinme
2+
author: IEvangelist
73
ms.service: cognitive-services
8-
ms.subservice: speech-service
94
ms.topic: include
10-
ms.date: 01/14/2020
11-
ms.author: erhopf
5+
ms.date: 03/10/2020
6+
ms.author: dapine
127
---
138

149
## Prerequisites

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/dotnet.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
2-
title: "Quickstart: Recognize speech from an audio file, C# (.NET) - Speech service"
3-
titleSuffix: Azure Cognitive Services
4-
services: cognitive-services
52
author: IEvangelist
6-
manager: nitinme
73
ms.service: cognitive-services
8-
ms.subservice: speech-service
94
ms.topic: include
10-
ms.date: 01/14/2020
5+
ms.date: 03/10/2020
116
ms.author: dapine
127
---
138

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/java/jre.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: erhopf
2+
author: IEvangelist
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 01/14/2020
6-
ms.author: erhopf
5+
ms.date: 03/10/2020
6+
ms.author: dapine
77
---
88

99
## Prerequisites

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/python/python.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
2-
title: 'Quickstart: Recognize speech from an audio file, Python - Speech service'
3-
titleSuffix: Azure Cognitive Services
4-
services: cognitive-services
52
author: IEvangelist
6-
manager: nitinme
73
ms.service: cognitive-services
8-
ms.subservice: speech-service
94
ms.topic: include
10-
ms.date: 01/30/2020
5+
ms.date: 03/10/2020
116
ms.author: dapine
127
---
138

articles/cognitive-services/Speech-Service/includes/supported-audio-formats.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
author: IEvangelist
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 03/09/2020
5+
ms.date: 03/10/2020
66
ms.author: dapine
77
---
88

9-
The default audio streaming format is WAV (16 KHz, 16-bit, and mono PCM). Outside of WAV / PCM, the following codec compressed input formats are supported:
9+
The default audio streaming format is WAV (16 KHz, 16-bit, and mono PCM). Outside of WAV / PCM, the following codec compressed input formats are also supported:
1010

1111
- MP3
1212
- OPUS/OGG
1313
- FLAC
1414
- ALAW in wav container
15-
- MULAW in wav container
15+
- MULAW in wav container

0 commit comments

Comments
 (0)