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

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -