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.
相关问题
- Can we recover audio from MFCC coefficients?
- Is there a way to play audio on a mobile browser w
- React Native Inline style for multiple Text in sin
- Setting subgraph attributes in Rgraphviz
- How Do I Convert Image URI into Byte Expo
相关文章
- Why do we have to call `.done()` at the end of a p
- Android Visualizer class throwing runtime exceptio
- Remove expo from react native
- React Native - Dynamic Image Source
- Can I use shingles from lattice in ggplot2 in R
- “Unfortunately, app has stopped” error with buildi
- eslint Parsing error: Unexpected token =
- How to determine JS bottlenecks in React Native co
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
To try straight away:
Cheers!