Introduction
Worklet support in React Native Audio API is provided by a separate package — react-native-audio-worklets. It bridges the audio engine with react-native-worklets so you can react to live audio on the UI thread — for example, to drive Reanimated visualizers from an RMS meter.
WorkletAudioContext
Requires react-native-audio-worklets, react-native-worklets >= 0.10.0, and react-native-audio-api >= 1.0.0. See the Worklets introduction for installation.
WorkletNode
Requires react-native-audio-worklets, react-native-worklets >= 0.10.0, and react-native-audio-api >= 1.0.0. See the Worklets introduction for installation.
WorkletSourceNode
Requires react-native-audio-worklets, react-native-worklets >= 0.10.0, and react-native-audio-api >= 1.0.0. See the Worklets introduction for installation.
WorkletProcessingNode
Requires react-native-audio-worklets, react-native-worklets >= 0.10.0, and react-native-audio-api >= 1.0.0. See the Worklets introduction for installation.