Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 920 Bytes

Start-RealtimeSessionAudioOutput.md

File metadata and controls

39 lines (26 loc) · 920 Bytes
external help file Module Name online version schema
PSOpenAI-help.xml
PSOpenAI
2.0.0

Start-RealtimeSessionAudioOutput

SYNOPSIS

Output voice responses from the server through the computer's speaker device.

SYNTAX

Start-RealtimeSessionAudioOutput

DESCRIPTION

This command activates the ability to wait for a voice response from the server and output from the client computer's speaker device. To stop this, the Stop-RealtimeSessionAudioOutput command must be executed.

This command only works with Windows and PowerShell 7.4 or higher systems. It will not work on Linux systems or older PowerShell versions.

EXAMPLES

Example 1

PS C:\> Start-RealtimeSessionAudioOutput

PARAMETERS

INPUTS

OUTPUTS

NOTES

RELATED LINKS