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/ai-services/speech-service/batch-transcription-audio-data.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: eric-urban
7
7
ms.author: eur
8
8
ms.service: azure-ai-speech
9
9
ms.topic: how-to
10
-
ms.date: 5/21/2024
10
+
ms.date: 7/16/2024
11
11
ms.devlang: csharp
12
12
ms.custom: devx-track-csharp, devx-track-azurecli
13
13
---
@@ -26,7 +26,7 @@ You can specify one or multiple audio files when creating a transcription. We re
26
26
27
27
## Supported audio formats and codecs
28
28
29
-
The batch transcription API (and [fast transcription API](./fast-transcription-create.md)) supports many different formats and codecs, such as:
29
+
The batch transcription API (and [fast transcription API](./fast-transcription-create.md)) supports multiple formats and codecs, such as:
30
30
31
31
- WAV
32
32
- MP3
@@ -43,7 +43,7 @@ The batch transcription API (and [fast transcription API](./fast-transcription-c
43
43
44
44
45
45
> [!NOTE]
46
-
> Batch transcription service integrates GStreamer and may accept more formats and codecs without returning errors, while we suggest to use lossless formats such as WAV (PCM encoding) and FLAC to ensure best transcription quality.
46
+
> Batch transcription service integrates GStreamer and might accept more formats and codecs without returning errors. We suggest to use lossless formats such as WAV (PCM encoding) and FLAC to ensure best transcription quality.
47
47
48
48
## Azure Blob Storage upload
49
49
@@ -188,7 +188,7 @@ Having restricted access to the Storage account, you need to grant access to spe
188
188
1. Select **Save**.
189
189
190
190
> [!NOTE]
191
-
> It may take up to 5 min for the network changes to propagate.
191
+
> It might take up to 5 min for the network changes to propagate.
192
192
193
193
Although by now the network access is permitted, the Speech resource can't yet access the data in the Storage account. You need to assign a specific access role for Speech resource managed identity.
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/batch-transcription-create.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: eric-urban
7
7
ms.author: eur
8
8
ms.service: azure-ai-speech
9
9
ms.topic: how-to
10
-
ms.date: 5/21/2024
10
+
ms.date: 7/16/2024
11
11
zone_pivot_groups: speech-cli-rest
12
12
ms.custom: devx-track-csharp
13
13
# Customer intent: As a user who implements audio transcription, I want create transcriptions in bulk so that I don't have to submit audio content repeatedly.
@@ -22,8 +22,7 @@ With batch transcriptions, you submit [audio data](batch-transcription-audio-dat
22
22
23
23
## Prerequisites
24
24
25
-
- The [Speech SDK](quickstarts/setup-platform.md) installed.
26
-
- A standard (S0) Speech resource. Free resources (F0) aren't supported.
25
+
You need a standard (S0) Speech resource. Free resources (F0) aren't supported.
0 commit comments