mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
- Added support for voice messages prefixed with "voice:" in Ink files. - Updated UI rendering to display voice message UI with play button and transcript. - Implemented automatic conversion for scenario JSON with voice properties. - Created test examples for pure voice messages and mixed content. - Fixed issues with NPC registration and message duplication in test scenarios. - Documented feature details, use cases, and testing procedures.
17 lines
428 B
Plaintext
17 lines
428 B
Plaintext
=== start ===
|
|
Hello! This is a test of mixed message types.
|
|
|
|
+ [Tell me more]
|
|
-> voice_example
|
|
|
|
=== voice_example ===
|
|
voice: This is a voice message. I'm calling to let you know that the security code has been changed to 4829. Please acknowledge receipt.
|
|
|
|
+ [Got it, thanks!]
|
|
Great! I'll see you soon.
|
|
-> END
|
|
|
|
+ [What was the code again?]
|
|
voice: The code is 4-8-2-9. I repeat: four, eight, two, nine.
|
|
-> END
|