BigWigsMods / BigWigs_Voice

A plugin for BigWigs that will play Text-To-Speech sounds for boss abilities.
5 stars 10 forks source link

Winds pronunciation incorrect #8

Closed steev closed 6 years ago

steev commented 7 years ago

The TTS seems to get winds wrong. It uses the pronunciation like winding a clock, instead of a gust of wind.

The incorrect sounds seem to be 181956y, 218124 and 242017.

sehra commented 7 years ago

I've added support for IPA notation so should be fixed in the next update.

layday commented 6 years ago

Where was support for IPA added? The soundfile generation logic appears to be entirely absent from the repo, what makes outside contributions very difficult.

sehra commented 6 years ago

The syntax for IPA notation isn't set in stone, but for now it would be winds=wɪndz. To add or update sounds, edit the file under tools/sounds.txt.

I'll see if I can include the script in the repository, Curse is a bit picky about which files types can be present for the packager to make a release.

funkydude commented 6 years ago

I'll see if I can include the script in the repository, Curse is a bit picky about which files types can be present for the packager to make a release.

https://github.com/BigWigsMods/BigWigs/blob/master/.pkgmeta#L32

layday commented 6 years ago

The syntax for IPA notation isn't set in stone, but for now it would be winds=wɪndz. To add or update sounds, edit the file under tools/sounds.txt.

Would IPA only be used for heteronyms? How does the script distinguish between IPA and non-IPA text in sounds.txt? Does it follow // convention?

layday commented 6 years ago

Oh do you literally type winds=wɪndz? That works I guess.

sehra commented 6 years ago

Fixed the pronunciation of "winds" and added the LINQPad script used to automate TTS.