Skip to content

Make sure the current NSRunLoop is ran correctly in the AVSpeechSynthesizer backend #39

@emassey0135

Description

@emassey0135

Since AVSpeechSynthesizer is ran in a separate thread from the main application thread, it will have a separate NSRunLoop from the application, so even in a GUI application returning audio data or speaking multiple utterances in a row will probably not work unless I run the loop periodically. I'll probably have to use something like a separate Tokyo runtime for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions