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

Logging audio issues #13

Open
4 tasks done
natolambert opened this issue Mar 29, 2024 · 0 comments
Open
4 tasks done

Logging audio issues #13

natolambert opened this issue Mar 29, 2024 · 0 comments

Comments

@natolambert
Copy link
Owner

natolambert commented Mar 29, 2024

  • Leading spaces in text causes weird stuff before speaking, remove them
  • Things like $1mil are hard to filter but don't work, maybe an LLM can rephrase to written word?
  • Fractions don't work.
  • Parenthetical's often sound really bad. Remove or rewrite them.

(Feel free to add, but this is my log book)

Considering the following system prompt:

Please perform the following task: translate the input into written word so a text-to-speech model can read it (things like fractions don't work well).

Examples include 1/4 to one quarter or $1.5m to one point five million dollars. Most dollar signs should be converted. When given a sentence, just replace those.

Logic will be to look for the following symbols in text: $, /, x, . (without a space after it)
Note: generate with 0 temperature for these :)

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