Results 4 comments of Morgan Benton

I had the same problem. After some research, I've decided that **what we're trying to do is impossible**. This plugin uses the [AssetManager](https://developer.android.com/reference/android/content/res/AssetManager.html) class to get access to audio files...

@Xixiao007 are you sure? I am able to play more than one audio file at the same time using the Media plugin, so I'm thinking you should be able to...

I like the solution @rlecaro2 suggested. FYI, his pattern didn't work for me. Instead I had to use: ``` # asset directories !nyc/node_modules/istanbul-reports/lib/html/assets ``` Thanks!

So, this is the first package I've ever published, and, as it turns out, I really had poor understanding of the build process. Six months later... I think I've finally...