- buffer
- The generated audio data. This method will not hold on to buffer, so the caller is free to modify it after this method returns.
- offset
- The offset into buffer where the audio data starts.
- length
- The number of bytes of audio data in buffer. This must be less than or equal to the return value of ISynthesisCallback.MaxBufferSize.
Documentation for this section has not yet been entered.
The service should call this method when synthesized audio is ready for consumption. This method should only be called on the synthesis thread, while in TextToSpeechService.OnSynthesizeText(SynthesisRequest, Android.Speech.Tts.ISynthesisCallback).