Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 857 Bytes

Start-RealtimeSessionAudioInput.md

File metadata and controls

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

Start-RealtimeSessionAudioInput

SYNOPSIS

Caprure and send voice from the microphone device.

SYNTAX

Start-RealtimeSessionAudioInput

DESCRIPTION

This command captures audio from the computer's microphone and start sending it to the server session. To stop this, the Stop-RealtimeSessionAudioInput 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-RealtimeSessionAudioInput

PARAMETERS

INPUTS

OUTPUTS

NOTES

RELATED LINKS