Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Audio APIs from updated spec #202

Merged
merged 2 commits into from
Mar 24, 2024
Merged

Commits on Mar 16, 2024

  1. Implement CreateTranscriptRequest::response_granularities

    This PR adds support for `AudioResponseFormat::VerboseJson` and
    `TimestampGranularity`, including updated example code. These were
    defined as types before, but not fully implemented.
    
    Implements 64bit#201.
    emk committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a313a17 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Modify transcription API to be more like spec

    - Rename `CreateTranscriptionRespose` to `CreateTranscriptionResponseJson` (to match API spec)
    - Add `CreateTranscriptionResponseVerboseJson` and `transcribe_verbose_json`
    - Add `transcribe_raw` for SRT output
    - Add `post_form_raw`
    - Update example code
    emk committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    930778b View commit details
    Browse the repository at this point in the history