syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.93k stars 821 forks source link

Support for React Native #372

Open ghost opened 6 years ago

ghost commented 6 years ago

Hello guys,

Is there anyone who converted this library into React Native?

I would love to use this on React Native... https://facebook.github.io/react-native/

MrLoh commented 6 years ago

since it is deprecated and replaced by AudioKit you better ask there.

ghost commented 6 years ago

Hello,

I already did .. and they said they're not interested in Android. and will not support framework in the near future. It would be still great if you guys can make react native version.

https://github.com/AudioKit/AudioKit/issues/1202

ghost commented 6 years ago

React Native ships with only bare minimum audio plugins...

MrLoh commented 6 years ago

Well obviously they ate not interested in building android or react native. They are iOS developers. Dude that’s not how open source works. You can run around spamming issues with requests that other people write code for you. Issues are for actual problems with this library, not requests to people to build code for you.

How about you figure out how to write a React native plugin yourself and just do it, it’s a ton of work and nothing about it is straight forward in this case as it is very data heavy.

Also this is deprecated so probably no one will do any work on it again.

ghost commented 6 years ago

Unfortunately, I'm not able to program something like AudioKit from scratch. I wish I could... but I'm only good enough to use what's already been programmed...