Skip to content

feat: support more output formats for TTS (mp3, ogg) #2

Description

@ChristopherDond

Currently tts() returns raw bytes; the gateway may support format conversion depending on provider.

Task:

  • Probe POST /v1/audio/speech with response_format param (mp3/ogg/wav)
  • Add format kwarg to tts() and CLI --format
  • Document which providers support which formats

Why: right now Gemini returns WAV (big); mp3 would cut size ~10x.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions