YZarytskyi / react-voice-visualizer

React library for audio recording and visualization using the Web Audio API
https://www.npmjs.com/package/react-voice-visualizer
MIT License
95 stars 22 forks source link

possible to playback without control panel? #2

Closed tylim88 closed 10 months ago

tylim88 commented 10 months ago

or maybe let useVoiceVisualizer() return something like startPlayback?

YZarytskyi commented 10 months ago

Sure, you can use togglePauseResume function. This function is designed to toggle between pausing and resuming recording, as well as for playback of recorded audio.