ddf / Minim

A Java audio library, designed to be used with Processing.
http://code.compartmental.net/tools/minim
GNU Lesser General Public License v3.0
668 stars 136 forks source link

Using this in Android #80

Closed HBiSoft closed 6 years ago

HBiSoft commented 6 years ago

As the title says, I'm trying to get this to work for android, but javax.sound.sampled is not supported by android. Can I replace it with android's MediaPlayer or is javax.sound.sampled required for this library to work?

ddf commented 6 years ago

Unfortunately the library has several direct dependencies on JavaSound, so it is not possible to use on Android.

HBiSoft commented 6 years ago

@ddf Thanks for the reply. Can you perhaps suggest similar libraries for Android?

ddf commented 6 years ago

I haven't really done any Android development, so I'm not sure what's out there.