Skip to content

Commit 73f9083

Browse files
Merge pull request #228987 from jimxiei/jimxie/update_single_channel_contact
Update CTS single channel contact
2 parents 0502bc6 + 15246db commit 73f9083

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cognitive-services/Speech-Service/conversation-transcription.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Conversation transcription uses two types of inputs:
5858
- **Multi-channel audio stream:** For specification and design details, see [Microphone array recommendations](./speech-sdk-microphone.md).
5959
- **User voice samples:** Conversation transcription needs user profiles in advance of the conversation for speaker identification. Collect audio recordings from each user, and then send the recordings to the [signature generation service](https://aka.ms/cts/signaturegenservice) to validate the audio and generate user profiles.
6060

61+
> [!NOTE]
62+
> Single channel audio configuration for conversation transcription is currently only available in private preview.
63+
6164
User voice samples for voice signatures are required for speaker identification. Speakers who don't have voice samples are recognized as *unidentified*. Unidentified speakers can still be differentiated when the `DifferentiateGuestSpeakers` property is enabled (see the following example). The transcription output then shows speakers as, for example, *Guest_0* and *Guest_1*, instead of recognizing them as pre-enrolled specific speaker names.
6265

6366
```csharp

0 commit comments

Comments
 (0)