Speex: allow inner calls, for bytes access

This commit is contained in:
Enrico Ros
2026-01-27 20:23:10 -08:00
parent 24c2702f96
commit d4e2b0834f
+1 -1
View File
@@ -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,