79110304

Date: 2024-10-21 13:43:20
Score: 1
Natty:
Report link

Please remember that the second parameter (the size) is used to allocate the internal buffer, therefore it must allow for the 0-char terminator. Using message.size() might be the cause of your issue and must be replaced by message.size() + 1.

See sample code at eSpeak sample

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Marco Brenco