sinProject-Inc/talk

View on GitHub
src/lib/speech/speech.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { SpeechSound } from './sound/speech_sound'

export interface Speech {
    speak(): Promise<SpeechSound>
}