synthesize abstract method

Future<Uint8List> synthesize(
  1. String text
)

Synthesize text to 16-bit little-endian mono PCM at sampleRate. Batch (full text → full audio) for now; streaming is a follow-on.

Implementation

Future<Uint8List> synthesize(String text);