Closed jtkeyva closed 9 months ago
yes low latency.
never used soundpool
soundpool
is for playing audio files, i.e. mp3, m4a, etc. The audio files are pre-generated and stored as flutter assets.
flutter_pcm_sound
is for music apps that generate audio in realtime a few milliseconds before you hear it.
thanks
is the purpose of this to playback audio with low latency? someone was asking and i found soundpool. what's the difference? thanks