Skip to content

inputAudioTranscription not working #32

@rimallo

Description

@rimallo

Dear community!
At some point after numerous updates audio transcribe stoped working.
Nor from respected @m1guelpf in the initial example (which was worked perfectly before)

try await conversation.whenConnected {
    try await conversation.updateSession { session in
        // update system prompt
        session.instructions = "You are a helpful assistant."

        // enable transcription of users' voice messages
        session.inputAudioTranscription = Session.InputAudioTranscription()

        // ...
    }
}

neither any modified variant like
session.inputAudioTranscription = Session.InputAudioTranscription.init(model: .gpt4oMini)
Please, someone help resolving the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions