Athos Bacchiocchi

Results 18 comments of Athos Bacchiocchi

Thanks for looking into this. We are using oboe 1.5.1 and the play console reports are all from three devices: - Samsung Galaxy S9 - Samsung Galaxy S9+ - Samsung...

> @sonicdebris and @danoli3 - Are you using the std::shared_ptr for the OboeStream? Yes, we are.

Having the same issue here (with Antergos). I noticed that some apps, like Firefox, now have no title bar by default (the window's close/minimize/iconify controls are on the level of...

Hello, I hacked together an android app. The current status of my work is at: https://github.com/sonicdebris/reacTIVision/tree/reactivision-android The app is very basic, all settings are to be set in the code,...

@RomualdMashup ahah you're welcome! It's still _very_ rough, there's no calibration and setting the destination IP requires a restart. I plan to make it nicer (and add support for front-facing...

Have you had a look at the native asset manager? https://developer.android.com/ndk/reference/group___asset.html

An alternative could be using zlib to extract the files from the apk (which is just a zip file after all). Zlib is available in the ndk, but you still...

Hello, I finally took some time and managed to enable address sanitizer with cmake, and documented the process in a small sample app: https://github.com/sonicdebris/asan-android-test In short, I have cmake grab...

Hello, I tested this change with the sine wave example, with the unit tests and the various test apps available in the repo. It seems to work fine, I am...

Sorry, my wording was imprecise. I meant there seems to be no unwanted side effects (crashes, changes in how the audio gets processed). But the concurrency model *does* change, becoming...