It seems the most basic way to play an audio file, using audio::Voice is broken on android. The line
mAudioPlayer = audio::Voice::create( audio::load( loadAsset( "grom.mp3" ) ) );
breaks with a crash
10-29 16:22:48.136 19083-19213/ru.scriptum.at I/cinder: |info | virtual size_t cinder::audio::android::DeviceManagerOpenSl::getSampleRate(const DeviceRef&)[138] result: 48000
--------- beginning of crash
10-29 16:22:48.137 19083-19213/ru.scriptum.at A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x20 in tid 19213 (Thread-1652)
What’s the way to play on audio on Android, if there is one?
Thanks.