UNPKG

react-frequency

Version:

A simple React component and hook which creates a frequency and play it !

7 lines (6 loc) 177 B
export default interface IFrequency { type?: 'center' | 'left' | 'right'; oscillator?: 'sine' | 'square' | 'sawtooth' | 'triangle'; gain?: number; hz: number; }