pyAudioAnalysis
pyAudioAnalysis copied to clipboard
Are there a way that let this package embedding into Android apk project, like tensorflow?
In other words, how many possibilities to convert this package code into java? THANK YOU.
We are very interested in applying PyAudioAnalysis to cell phone platforms, including both Android and iOS. There are many tools to run Python directly in Android platform already. So, converting PyAudioAnalysis to java is NOT the only way. Many packages used such as NumPy, SciPy are already working, running properly in Android. Still, there are a lot of "porting" work to be done between different OSs (Linux vs. Andoid).
Has anybody done so? Can the code be shared?