【发布时间】:2021-08-10 18:24:32
【问题描述】:
是否有用于 Flutter 的低延迟音频库?等效于 Android SoundPool,但适用于 iOS
【问题讨论】:
标签: flutter audio low-latency
是否有用于 Flutter 的低延迟音频库?等效于 Android SoundPool,但适用于 iOS
【问题讨论】:
标签: flutter audio low-latency
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.
【讨论】: