billthefarmer / mididriver

Android midi driver using Sonivox EAS library
176 stars 52 forks source link

Use OpenSLES Native Audio #13

Closed billthefarmer closed 9 years ago

billthefarmer commented 9 years ago

I am working on an enhancement to use native audio rather than the AudioTrack interface. Currently in the OpenSLES branch. This may improve the issue that smarek reported, if it works.

billthefarmer commented 9 years ago

This is now working, using a single buffer with the rendering driven by the audio player callback. A more complex version using multiple buffers and a rendering thread worked as well.

billthefarmer commented 9 years ago

New version released and merged to master