Upd:
- The expressions template has been moved to a separate json file (Settings/ExpressionTemplate.json)
- Added the ability to create a track without an audio file
- Redesigned interface
- Implemented debug mode, for viewing in Unreal Engine in real time
- Added the ability to change the length of the track (only works when there is no audio file)
- Minor changes in the code.
Used plugin: https://github.com/getnamo/udp-ue4
Download from this page https://github.com/getnamo/udp-ue4/releases and put the Plugins folder from archive in to the root of your project.
Upd: Added Phoneme Duration.
{"AI", 5.0f}, {"E", 4.5f}, {"U", 4.0f}, {"O", 4.0f}, {"TH", 2.0f}, {"FV", 2.5f}, {"L", 3.0f}, {"MBP", 1.5f}, {"WQ", 4.0f}
Upd: Added the ability to generate phonemes based on words. (Preston Blair)
Upd: Removed the use of the JSON plugin in Unread Engine.
Special thanks to Oliver Salzburg https://github.com/oliversalzburg for his project https://github.com/oliversalzburg/TimeBeam, with reduced the development time to a couple of weeks.