Replace ElevenLabs with local STT and TTS
This commit is contained in:
4
src/services/stt.ts
Normal file
4
src/services/stt.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface SttService {
|
||||
transcribePcm16(pcm16MonoAudio: Buffer): Promise<string | null>;
|
||||
destroy?(): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user