是否有用于 Flutter 的低延迟音频库? (适用于 iOS)

Is there a library for low latency audio for Flutter? (that works on iOS)

是否有用于 Flutter 的低延迟音频库?相当于 Android SoundPool 但适用于 iOS

soundpool 库似乎符合您的要求。它支持 Android、iOS、macOS 和 Web。

来自自述文件:

Sound Pool caches audio tracks in memory. This can be useful in following scenarios:

- lower latency between play signal and actual playing of the sound (audio does not need to be read from disc/web),
- the same sound may be used multiple times.