makeBuffered abstract method

Future<BufferedAudioSource> makeBuffered({
  1. int? channels,
  2. int? sampleRate,
})

Implementation

Future<BufferedAudioSource> makeBuffered({int? channels, int? sampleRate});