Skip to content

pause macro during speech #124

Description

@elpimous

Hi all.

Need to see Alfred pause into a retry, to simulate brain search activity...

here is my simple macro :

> object pause python
    from time import sleep
    a = (args)
    a = "".join(a)
    sleep(int(a))
< object

here is my try (failed) :

...
- a moment,  searching for best AI response <call>pause 2</call> Ok, I have it now {weight=50}

It should speak, make a 2s pause, and speak again,
but it just starts with pause, and after, speak all sentence (a moment, searching for best AI response Ok, I have it now)

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions