Skip to content

Add "info" GRPC request #16

Open
Open
@MatthiasReumann

Description

Description

A call to voice.SubtitleGenerator.Info (There certainly is a better name for this endpoint) might return the following object as example:

{
    "transcriber": "vosk",
    "models": ["vosk-model-small-en-us-0.15", "vosk-model-small-de-0.15"],
    "languages": ["en", "de"],
    "receiver": "::50055"
}

Why?

Such an endpoint could make debugging already deployed services a bit less gruesome.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions