brailcom/speechd

Adding immediate pausing support

Open

#877 opened on Mar 17, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C (86 forks)auto 404
enhancementhelp wantedpriority

Repository metrics

Stars
 (325 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe.

From @eeejay : “SD supports pausing only at a mark or at the end of an utterance, not an immediate pause to speech like any other media.”

The web speech API apparently wants immediate pause support

Describe the solution you'd like

There should be a way to request immediate pausing, which ignores indexing constraints, and can thus pause anywhere.

Contributor guide