Skip to content

fix: add missing await for transcribe_audio_async in voice.py routes #717

@tmdeveloper007

Description

@tmdeveloper007

Issue Description

transcribe_audio_async is called without await in backend/routes/voice.py even though it is an async function. This means the result is a coroutine object rather than the actual transcription result.

Expected Fix

Add await to lines 49 and 97 where transcribe_audio_async is called.

Files to Modify

  • backend/routes/voice.py (lines 49-53, 97-101)

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