From d4e2b0834f8eafecc87d2a30b97cfe9dd598495e Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Tue, 27 Jan 2026 20:23:10 -0800 Subject: [PATCH] Speex: allow inner calls, for bytes access --- src/modules/speex/speex.client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,