java - play sound in android without any recorded music file -
i want play music note in android without using recorded file. can create sound in java using javax.sound.midi
.
is there similar way create in android?
don't want use recorded music file.
since, cannot use package name starts javax in android, can use following library provides exact interface javax.sound.midi android applications
https://github.com/kshoji/usb-midi-driver/wiki/javax.sound.midi-porting-for-android
Comments
Post a Comment