Skip to content

Commit 3bc98a0

Browse files
committed
retire speaker reco
1 parent e057168 commit 3bc98a0

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
author: eric-urban
3+
manager: nitinme
4+
ms.service: azure-ai-speech
5+
ms.topic: include
6+
ms.date: 9/23/2024
7+
ms.author: eur
8+
---
9+
10+
> [!IMPORTANT]
11+
> Speaker recognition in Azure AI Speech will be retired on September 30th 2025. Your applications won't be able to use speaker recognition after this date.
12+
>
13+
> This change doesn't affect other Azure AI Speech capabilities such as [speech to text](../speech-to-text.md), [text to speech](../text-to-speech.md), and [speech translation](../speech-translation.md).

articles/ai-services/speech-service/speaker-recognition-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Speaker recognition overview - Speech service
2+
title: Speaker recognition overview
33
titleSuffix: Azure AI services
4-
description: Speaker recognition provides algorithms that verify and identify speakers by their unique voice characteristics, by using voice biometry. Speaker recognition is used to answer the question “who is speaking?”. This article is an overview of the benefits and capabilities of the speaker recognition feature.
4+
description: Speaker recognition provides algorithms that verify and identify speakers by their unique voice characteristics, by using voice biometry.
55
author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: overview
9-
ms.date: 1/21/2024
9+
ms.date: 9/23/2024
1010
ms.author: eur
1111
keywords: speaker recognition, voice biometry
12+
#customer intent: As a developer, I want to learn about speaker recognition in Azure AI Speech to verify and identify speakers by their unique voice characteristics.
1213
---
1314

1415
# What is speaker recognition?
1516

17+
[!INCLUDE [deprecation notice](./includes/retire-speaker-recognition.md)]
18+
1619
Speaker recognition can help determine who is speaking in an audio clip. The service can verify and identify speakers by their unique voice characteristics, by using voice biometry.
1720

1821
You provide audio training data for a single speaker, which creates an enrollment profile based on the unique characteristics of the speaker's voice. You can then cross-check audio voice samples against this profile to verify that the speaker is the same person (speaker verification). You can also cross-check audio voice samples against a *group* of enrolled speaker profiles to see if it matches any profile in the group (speaker identification).
1922

20-
> [!IMPORTANT]
21-
> Microsoft limits access to Speaker Recognition. We have paused all new registrations for the Speaker Recognition Limited Access program at this time.
22-
2323
## Speaker verification
2424

2525
Speaker verification streamlines the process of verifying an enrolled speaker identity with either passphrases or free-form voice input. For example, you can use it for customer identity verification in call centers or contactless facility access.

0 commit comments

Comments
 (0)