首页 > 解决方案 > Web Audio API equivalent for iOS, Android, React Native?

问题描述

Web Audio API allows us to play synthesized sound. What if you're working with React Native? For example, consider a mobile app that is a piano. How do I make the sound?

I am not looking for a library that helps to play or record audio files.

Ideally, I want https://tonejs.github.io/ for iOS/Android

标签: androidiosreact-nativeaudioweb-audio-api

解决方案


当为 web 构建时,expo-av包对 iOS 和 Android 未使用的平台代码进行了树形摇动。当前的平台兼容性包括 Android Device、Android Emulator、iOS Device、iOS Simulator 和 Web。


推荐阅读