Daniel Fernando Rico León
Daniel Fernando Rico León
> @DanielFRico Thanks for putting together this PR! I really like the approach you’ve taken here—it makes a lot of sense. > > We’re currently discussing internally whether it would...
Hi, everyone. I hope is not too late. I found this workaround and it worked for me! https://stackoverflow.com/a/64124312. In case of success you will need to create a local patch...
> [@DanielFRico](https://github.com/DanielFRico) Thank you for your valuable suggestion! Our current focus is on computing waveforms dynamically rather than relying on precomputed data. However, we are always open to contributions that...
> [@DanielFRico](https://github.com/DanielFRico) This approach is interesting, but dynamically adjusting the width based on percentages might lead to inconsistent visuals, especially if candle widths vary significantly. Additionally, since we already provide...
> [@DanielFRico](https://github.com/DanielFRico) Our team has started addressing the suggestions, and you can monitor the progress in this pull request: [#174](https://github.com/SimformSolutionsPvtLtd/react-native-audio-waveform/pull/174). > > We value your input, so please take a...
> @DanielFRico This functionality works properly on both iOS and Android. I do have one recommendation that we should implement in order to ensure that this feature is beneficial to...
> > @DanielFRico Upon further testing, we found that this approach would be difficult to manage for implementing resume and pause recording, as it currently only accounts for `startRecording`. >...
> > @DanielFRico Upon further testing, we found that this approach would be difficult to manage for implementing resume and pause recording, as it currently only accounts for `startRecording`. >...
> @DanielFRico Thank you for updating the PR. > > While testing the pause and resume functionality, I noticed a mismatch between the actual recording duration and the duration calculated...
> @DanielFRico I’ve tried multiple approaches, such as calculating the total pause duration and subtracting it from the total time to determine the actual recording duration. However, I still notice...