VoskSpeechToText

org.llm4s.speech.stt.VoskSpeechToText
final class VoskSpeechToText(modelPath: Option[String]) extends SpeechToText

Vosk-based speech-to-text implementation. Replaces Sphinx4 as it's more actively maintained and has better performance.

Attributes

Graph
Supertypes
trait SpeechToText
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def transcribe(input: AudioInput, options: STTOptions): Result[Transcription]

Attributes

Definition Classes

Concrete fields

override val name: String