deepgram

package
v0.64.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package deepgram is the Deepgram provider for SpeechKit: batch transcription, speaker streaming, live dictation, and the Flux turn stream.

In v0.64.0 the identifiers below alias the implementation that still lives in pkg/speechkit/stt. v0.65.0 moves the implementation here and deletes the old names, so code written against this package needs no further change.

Index

Constants

View Source
const FluxAudioChunk = stt.FluxAudioChunk

FluxAudioChunk is the audio chunk duration the Flux stream expects.

Variables

This section is empty.

Functions

This section is empty.

Types

type FluxStreamOptions

type FluxStreamOptions = stt.FluxStreamOptions

Flux turn-stream types. Flux reports complete conversational turns instead of raw partials, so a caller does not have to segment the stream itself.

type FluxTurn

type FluxTurn = stt.FluxTurn

Flux turn-stream types. Flux reports complete conversational turns instead of raw partials, so a caller does not have to segment the stream itself.

type FluxTurnStream

type FluxTurnStream = stt.FluxTurnStream

Flux turn-stream types. Flux reports complete conversational turns instead of raw partials, so a caller does not have to segment the stream itself.

type FluxWord

type FluxWord = stt.FluxWord

Flux turn-stream types. Flux reports complete conversational turns instead of raw partials, so a caller does not have to segment the stream itself.

type Options

type Options = stt.DeepgramOptions

Options are the Deepgram Listen options a host may apply to a Provider.

type Provider

type Provider = stt.DeepgramProvider

Provider transcribes through the Deepgram Listen API.

func New

func New(apiKey, model string) *Provider

New returns a Deepgram provider for apiKey. An empty model uses the provider default.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL