Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with compound chording #14

Open
rileykeen opened this issue Mar 5, 2024 · 0 comments
Open

Compatibility with compound chording #14

rileykeen opened this issue Mar 5, 2024 · 0 comments

Comments

@rileykeen
Copy link
Member

For outputs which are "read on" spacebar, compound chording will read both the starting word and the final word. For example:
"maintain" as two chords will read "main maintain" rather than "maintain"

A combination of the following two solutions should solve this:

  1. Create adjustable output delay to allow time for a second chord to be entered. Default is maybe around 0.4 second
  2. Implement queue from pseudocode in: Improve queue logic when outputting by chords #1 so that speech is processed in chunks rather than individual words even with a space separator

Now that compound chording is becoming deeply ingrained in many chording theories, this will be essential for VoiceBox to be used for translation, accessibility, and within somniscape

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant