React Native Audio Visualization

11,688

I've just bump with this post, I am building a React Native Waveform visualiser, still work in progres with the android side, but its working on the iOS side.

Pretty much is a port from WaveForm on IOS ,using Igor Shubin's solution.

You are very welcome to check out the code at https://github.com/juananime/react-native-audiowaveform

  1. To try straight away:

    npm react-native-audiowaveform --save
    

Cheers!

Share:
11,688
Tom Goldenberg
Author by

Tom Goldenberg

Updated on July 26, 2022

Comments

  • Tom Goldenberg
    Tom Goldenberg almost 2 years

    So I am using the react-native-audio package to play preloaded audio files and capture the user's recorded audio. What I would like to do is convert the audio into some sort of data for visualization and analysis. There seems to be several options for web but not much in this direction specifically for React Native. How would I achieve this? Thank you.

  • Juanan Jimenez
    Juanan Jimenez over 7 years
    update: IOS and Android working waveform visualisation and playback.
  • Mike K
    Mike K over 4 years
    What if I'm using expo and I don't have access to neither android/app/src/main/java/[...]/MainActivity.java nor the XCode bit that's required to getting started?
  • Vishal Senjaliya
    Vishal Senjaliya about 4 years
    Is this support podsec ?