CasperPas / flutter-sound-stream

stream audio data in & out
GNU General Public License v3.0
84 stars 111 forks source link

.writeChink blocks UI on Android #68

Open artyomkonyaev opened 5 months ago

artyomkonyaev commented 5 months ago

If i do .writeChunk and then try to interact with UI (e.g. press a button / scroll a ListView), everything that I've done only takes effect after the chunk has been played in full.

Flutter 3.22.0 sound_stream 0.4.1

Anyone else with this problem?

artyomkonyaev commented 5 months ago

cc @CasperPas