npm.io
1.0.2 • Published 6 years ago

react-native-tone-android

Licence
MIT
Version
1.0.2
Deps
0
Size
11 kB
Vulns
0
Weekly
0
Stars
2

react-native-tone-android

Android only library. Simply plays a one time Tone with specific frequency and duration.

Getting started

$ yarn add react-native-tone-android

Usage

import Tone from "react-native-tone-android";

function somefunction() {
  const frequency = 4000; //Hz
  const duration = 50; // ms

  Tone.play(frequency, duration);
}

Keywords