react-native-ducking-sound

React Native module for playing sound clips of speech

Usage no npm install needed!

<script type="module">
  import reactNativeDuckingSound from 'https://cdn.skypack.dev/react-native-ducking-sound';
</script>

README

react-native-ducking-sound

React Native module for playing spoken sound clips with ducking.

Heavily based on react-native-sound.

Installation

First install the npm package from your app directory:

npm install react-native-ducking-sound --save

Then link it automatically using:

react-native link react-native-ducking-sound