Audio Libraries React Native 2024
Are there any libraries that I can use or any way to make such audio waveforms? I looked into a library called "react-native-audiowaveform" but it's not being maintained anymore and doesn't work for newer versions of RN
Music Player library which supports loop, shuffle and FadeIn options?
I thought gapless looping audio was impossible after trying every major RN audio lib but eventually it ended up being an issue with the audio file I was testing with, it wasn’t a seamless loop in terms of sound so it always seemed like there was a gap when there really wasn’t. I downloaded a truly looping audio file online (just google for those) and the gap was gone. Ended up using React Native Sound as the lib.
I did hear expo av has actual issues with gapless looping, not sure if that’s been fixed yet. But RN sound definitely works as long as your audio file is good.
As for fade-in I didn’t find any that suppers that.
More on reddit.combest sound library for react native iOS?
Not sure what the best React Native sound library. But I have been using this for a recent project.
https://github.com/futurice/react-native-audio-toolkit
More on reddit.comVideos
» npm install react-native-sound
» npm install react-native-sound-player
Hi guys! can you share what libraries are there for working with audio in react native (bare) now? Most of what there is is buggy