BIP39 icon indicating copy to clipboard operation
BIP39 copied to clipboard

How does speech XML work (which format)?

Open BigFrogWithHat opened this issue 1 year ago • 1 comments

When you said we could use speech xml i was quite happy as I wanna do stuff like add 5 second pauses, etc. However, I'm not sure which speech XML format this uses - I've tried the regular MacOS speech markup (with [[slnc 5000]] for a 5 second pause), the SAPI TTS XML (), and the SSML markup (). All of these just make it read the tag out instead of pause for 5 seconds.

BigFrogWithHat avatar Aug 27 '22 19:08 BigFrogWithHat

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #12   +/-   ##
=======================================
  Coverage       100%   100%           
+ Complexity       73     71    -2     
=======================================
  Files            13     12    -1     
  Lines           199    195    -4     
  Branches         23     23           
=======================================
- Hits            199    195    -4
Impacted Files Coverage Δ Complexity Δ
.../io/github/novacrypto/bip39/MnemonicGenerator.java 100% <ø> (ø) 23 <0> (ø) :arrow_down:
...ava/io/github/novacrypto/bip39/SeedCalculator.java 100% <ø> (ø) 7 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d32d6fe...9791b07. Read the comment docs.

codecov[bot] avatar Oct 22 '17 14:10 codecov[bot]