mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
Speex: allow inner calls, for bytes access
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user