Skip to content

[Feature]: will whisper add language detection? #14174

@xiayq1

Description

@xiayq1

🚀 The feature, motivation and pitch

Seems it can only do transcription task:

It's my request:
with open(audio_path, "rb") as audio_file:
transcription = client.audio.transcriptions.create(
file=audio_file,
model="whisper-large-v3-turbo",
# language="en",
# response_format="text",
# temperature=0.0
)
print("transcription result:", transcription)

it outputs:
transcription result: {"text":" you"}

Alternatives

No response

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature or requestunstaleRecieved activity after being labelled stale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions