prscX / react-native-voice-recorder

React Native: Native Audio Recorder View
Apache License 2.0
93 stars 14 forks source link

Extensions to underlying framework #2

Open josefpohl opened 5 years ago

josefpohl commented 5 years ago

Hi @prscX I played around with this component and it seems to provide exactly what I was looking for with a few exceptions. I was wondering if these exceptions might be available with a little bit of extension. Unfortunately it is not clear to me, exactly if this is possible. I am not entirely comfortable with Swift, nor native module integration. The few features I am looking for are: Turning off the cropping functionality; showing the produced wave form on play (which is seemingly embedded in the IQAudioRecorderController library, hence customizing the UI); and finally seek functionality.

I am not sure any of this is possible but I thought I might ask. This is a great project you have and again, at least on the recording side, is exactly what I was looking for.
Thanks! Joe