configure abstract method
Configure the output stream. format describes the PCM you will push
(float32 is the canonical layout). bufferFrames is the ring depth
(0 = ~100 ms at the format's sample rate).
Implementation
Future<void> configure(
String deviceId,
MiniAVAudioInfo format, {
int bufferFrames = 0,
});