Java – TarsosDSP and Android

TarsosDSP and Android… here is a solution to the problem.

TarsosDSP and Android

I’m trying to use the TarsosDSP library with android, but it requires the use of the javax.sound.sampled library, which is not available on android as far as I can tell.

Is there a way to include the javax.sound.sampled package in android?

I’m in https://github.com/jld/linaro-android-gcc/tree/master/gcc-4.7/libjava/javax/sound/sampled found a library, but this only contains .h files, which I know are header files. Is there a way to compile this package into a jar and then I can use it on android?

Solution

Fortunately, because after a while TarsosDSPAndroid-v3-MAD is no longer needed, as stated on the official website:

the fork of TarsosDSP kindly provided by GitHub user srubin, created
for a programming assignment at UC Berkley, is not needed any more.

See also official documentation

Related Problems and Solutions