A Flutter plugin started from my own needs: Stream audio data from Mic and data to Audio engine without using a file. We can use it to stream audio via network or use it with STT/TTS functions.
Current features:
Provides stream of data from mic (Uint8List)
Player that receive stream of raw sound data (Uint8List)