Skip to content

Commit 841dbbe

Browse files
committed
post-review fixes
1 parent 69adcb0 commit 841dbbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

learn-pr/wwl-data-ai/develop-voice-live-agent/includes/3b-voice-live-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can create and run an application to use Voice Live with a Microsoft Foundry
99

1010
As you develop an agent in the Microsoft Foundry portal, you can enable **voice mode** to easily integrate Voice Live into your agent, and test it in the playground.
1111

12-
![Screenshot of the agent playground with voice mode enabled](../media/voice-mode.png)
12+
![Screenshot of the agent playground with voice mode enabled.](../media/voice-mode.png)
1313

1414
After enabling voice mode, you can use the **Configuration** pane to enable Voice Live settings, including:
1515

@@ -18,7 +18,7 @@ After enabling voice mode, you can use the **Configuration** pane to enable Voic
1818
- Voice activity detection (VAD) settings to detect interruptions and end of speech.
1919
- Audio enhancement to mitigate background noise and audio quality.
2020
- **Voice**: The specific voice used by the agent, and advanced voice settings to control the tone and speaking rate.
21-
- **Interim response**: The agent can automatically generate speech while waiting for a model's response (for example )
21+
- **Interim response**: The agent can automatically generate speech while waiting for a model's response.
2222
- **Avatar**: Inclusion of a visual avatar to represent the agent.
2323

2424
## Create a voice agent using code
@@ -101,7 +101,7 @@ To use your agent, you need to build a client application that:
101101
While you can implement these tasks using any of the functionality available in the APIs, the recommended pattern for Voice Live client applications is to:
102102

103103
- Use Microsoft Entra ID authentication to connect to the agent in a Microsoft Foundry project.
104-
- Implement a custom **VoiceAssistant** class that encapsulates strongly-typed agent configuration, defines functions to configure and start the Voice live session, and processes voice events.
104+
- Implement a custom **VoiceAssistant** class that encapsulates strongly typed agent configuration, defines functions to configure and start the Voice live session, and processes voice events.
105105
- Implement a custom **AudioProcessor** class that encapsulates input and output through audio devices.
106106

107107
The following example shows a minimal implementation of this pattern in Python (using the *PyAudio* library for audio input and output).

0 commit comments

Comments
 (0)