diff --git a/src/modules/speex/speex.client.ts b/src/modules/speex/speex.client.ts index 1a3d6bb7e..754fcf35f 100644 --- a/src/modules/speex/speex.client.ts +++ b/src/modules/speex/speex.client.ts @@ -156,7 +156,7 @@ interface _SpeexSpeakHandle { * handle.stop(); * ``` */ -function speakRawText_withHandle( +export function speakRawText_withHandle( rawText: string, // this won't be processed - use speakText for chunking, cleanup, etc. voiceSelector: SpeexVoiceSelector, rpcOptions?: SpeexSynthesizeOptions,