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

Bidirectional gRPC streaming (async) transcription #1833

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    462dc69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6b15d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bcac3d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Fixed(ish) the time interval computation, basing it on a sample-pull-…

    …size decrement from head of audio sample timestamp, and decreased diffs from existing stream.cpp
    shanelenagh committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    65bd9e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc9431e View commit details
    Browse the repository at this point in the history
  3. Didn't change top-level stream.cpp comment; changed to indicate this …

    …is not the mic/SDL version (obviously much of this code was copied from that, intentionally--perhaps someday these can all have a common stream.cpp class and swap 'implementations' of the asynch_audio classes that implement a common interface)
    shanelenagh committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0c404d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2d0185 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Don't wait so long to check if stream is running (to avoid missing au…

    …dio once 'resume' is called); 2ms is consistent with write wait time as well
    Shane Lenagh authored and Shane Lenagh committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    98d4b23 View commit details
    Browse the repository at this point in the history