-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hi team, its me! As you know in our project we are using this awesome library and we have found some improvement opportunities and of them is the option of decouple useAudioRecorder hook of WaveForm component or expose this hook as "static or separated" functionality of the WaveForm component. But why I propuse that? In our current project design we de not need to display a live WaveForm component while user is recording a note voice we just need the functionality of startRecording and stopRecording it self no more. Now, looking deeper into code I realized that I can use that useAudioRecorder hook and its functions without going through WaveForm component and used like "static" methods but what I see is that is not officially added as another option to record a note voice. Let me know what do you think about it!