The smallest WAV file the engine accepts is 90 bytes, 8KHz i16 mono.
But the smallest valid WAV file I could produce is 46 bytes:
But the engine rejects it:
Warn: Unhandled exception (St12length_error): cannot create std::vector larger than max_size()
With some other small sizes it sometime even reports that the file is empty!
That looks bogus.