synthesize abstract method
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);
Synthesize text to 16-bit little-endian mono PCM at sampleRate.
Batch (full text → full audio) for now; streaming is a follow-on.
Future<Uint8List> synthesize(String text);