Mark Murphy

Results 45 comments of Mark Murphy

I will try it out when I next work on [*GraphQL and Android*](https://commonsware.com/GraphQL). That book is caught behind a pile of other work, particularly now with Android P being released....

I echo this concern. `--dry-run` should not generate spurious error messages that would not be there without `--dry-run`.

How is the Waver Android app using your C code? I assumed that you had already done the JNI to build Waver.

I can take a shot at the Android side. I recommend that I create a separate project as a "spike solution". We can then determine what of that you like...

> Let me know if you think the C API can be improved in any way To be completely honest... it could use documentation. For example: - For `ggwave_decode()`: -...

That's a huge help — thanks! In terms of the content format, though... is this raw PCM? Some of your code is centered around WAV files, which suggests that the...

OK, after having poked at this a while, I have concluded that I lack enough JNI ability to do this well. :frowning_face: I am an Android generalist, and both JNI...

I'm back! :grin: I still needed a proof of concept for using GGWave in an Android app. So, I put together [this demo](https://gitlab.com/commonsguy/ggweb-spike) that uses your JavaScript implementation in an...

Yeah, that's why I started off with "Not sure if this is practical"... :-) You have infinitely more experience with `StackTraceElement` than I do, so you'll know far better than...

You can see a patch for this at https://github.com/commonsguy/ExpandableLayout/commit/690467300384c55a4ba29a51e8730be5773a2bfd -- let me know if you would like a pull request.