Stream Loop
Examples
streamLoop
streamLoop()
is a very simple example which connect the FlutterSoundRecorder sink to the FlutterSoundPlayer Stream. Of course, we do not play to the loudspeaker to avoid a very unpleasant Larsen effect. this example does not use a new StreamController, but use directely foodStreamController
from flutter_sound_player.dart.
The complete example source is there