Steve Myers
Steve Myers
If "f" is an mp3 file or anything besides wav it won't be accurate, I don't know why author uses mp3 in demo app. Even with wav you should discard...
I've checked and the buffers have no invalid samples before mixer->process. If you keep processing with this number of frames (4172 in this case) the mixer just keeps outputting these...
@kcochibili pretty sure that singleton is leaking the activity on screen rotation and also the callbacks will stop working
@kcochibili I think calling `killLast()` in `onDestroy()` of every Activity would prevent it. You did make that public so it's fine, but not mentioned in the gist.
Reading from the duplicate issues running `docker run -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl:v2.4.0` resolved the problem, I don't see any cut off text.
> We analyzed this bug in our morning bug triage meeting. Your OpenSL ES trace was very helpful. That could only occur after the audioserver had died. > > We...
One way is just start browsing at root "/" instead of `getExternalStorageDirectory(),` and let the user browse to the secondary sd card path (not really too good, since many users...
Here's a way to get the file path for secondary storage volumes, it is relatively non-hacky and should work on every device. Modify FileUtils.getPath(). I have tested it on Samsung...
@williams98 Can you a name a [cheap] device it does not work on, I would like to investigate it.
It is because `FileUtils.getPath()` can't get a path to it. In my app I `openInputStream()` on any uri I can't get a path to and copy into my apps private...