【问题标题】:Is there a library for low latency audio for Flutter? (that works on iOS)是否有用于 Flutter 的低延迟音频库? (适用于 iOS)
【发布时间】:2021-08-10 18:24:32
【问题描述】:

是否有用于 Flutter 的低延迟音频库?等效于 Android SoundPool,但适用于 iOS

【问题讨论】:

    标签: flutter audio low-latency


    【解决方案1】:

    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.
    

    【讨论】:

    • 现在我可以确认由于实现中使用了 api,低延迟在 iOS 中不起作用
    猜你喜欢
    • 2023-03-04
    • 1970-01-01
    • 2012-04-27
    • 2012-11-05
    • 2011-12-08
    • 2016-04-13
    • 1970-01-01
    • 2015-09-22
    • 1970-01-01
    相关资源
    最近更新 更多