react-native-audio-waveform
react-native-audio-waveform copied to clipboard
React Native component to show audio waveform with ease in react native application ✨
Hello, It seems that the quality of the player is very poor on iOS when playing on a Bluetooth device, such as a speaker. There is a lot of noise,...
Hi, thanks for the work. I am using this in a react native project and was facing a few issues that I wanted to get help with. Here is my...
Hi, I am looking to show live audio waveframe without recording? Thank you
Hey guys, is it possible to increase the horizontal scroll speed? Currently, it looks like very slowly, it would be great if we have a prop to change this behavior
The Android code has multiple places without a guarantee of resolving the promise. This PR provides numerous fixes for issues I encountered while playing audio in the list. Most of...
As pointed out in [this issue](https://github.com/SimformSolutionsPvtLtd/react-native-audio-waveform/issues/84#issue-2526517910), loading audio files on Android can take quite some time. Also, piling up promises for audio extractions could considerably eat up resources. Therefore, while...
After loading 56 files where the waveform data is read from a JSON file, we get the below error that is caused by [this line](https://github.com/SimformSolutionsPvtLtd/react-native-audio-waveform/blob/d4e5346af88695a0ef6f2ce96cc14fa34faedf3d/src/components/Waveform/Waveform.tsx#L527) if we follow the Console...
I used your example app to display 37 audio files, and it took around 1:30 minutes to show them all (See the video below). What also bugged me is that...
Is the only solution for permissions to properly handle audio for this package to mute the playback of the waveform and use a callback to sync the progress with another...
Scroll view example with over 30 audio files showing delay in displaying each waveform