AudioStream是一款用于Unity引擎的音频插件,它提供了高效的音频流处理功能,支持多种格式和编码,优化了游戏开发者的音频资源管理与播放体验。
Requires Unity 5.3.5 or higher, AudioStream provides proper audio streaming support for Unity, particularly for mobile platforms and the Editor where official support is currently lacking somewhat. It leverages FMOD Studios low-level API directly to offer seamless and very efficient streaming during extended periods of time.
AudioStream can stream:
- Internet radios with M3U/8 and PLS playlists including tag support
- Audio files hosted online or in the cloud, such as podcasts
- Local audio files on a regular filesystem according to platform
For supported formats, refer to those recognized by FMOD (e.g., Wikipedia).
AudioStream is compatible with all other Unity audio packages when using standard AudioSource components. The corresponding AudioSource can be used normally for spatialization, effects and mixer routing.