UNPKG

react-audio-light

Version:

Lightweight React Audio hooks library for Recording and Playing Audio based on MediaStream Recording API

6 lines (5 loc) 213 B
export * from "./useAudioRecorder"; export * from "./useAudioPlayer"; import useAudioPlayer from './useAudioPlayer'; import useAudioRecorder from './useAudioRecorder'; export { useAudioPlayer, useAudioRecorder };