Maksim Lin

Results 184 comments of Maksim Lin

@alexmercerind thanks for the very quick reply! Yes I've seen now the discussion thread on just_audio package windows support issue. For my use case, I need something lightwieght for linux...

@urish I'm excited by the possibility of using the VSCode extension to speed up development work on our [picoTracker](https://github.com/xiphonics/picoTracker) project. Having a sdcard is essential as currently our firmware has...

Building Fennec to make the profiling work (with leaf nodes but _not_ full stack unwinding) can be found in: https://bugzilla.mozilla.org/show_bug.cgi?id=926255 **BUT** I had to modify my path when running FF...

I should also add that it turns out the initial problem I saw with an empty trace was to do with not killing the running fennec process after rebuilding and...

@AaronMT yes though its a bit annoying having to remember to change the symlink back and forward each time I swap between x86 and arm

@bgirard I'm not sure but I don't think so, since they are diff files in the NDK and even diff files for diff versions on same platform, eg: find android-ndk-r8e/...

Hmm, yes I probably should have changed that code to be a bit better when I did the port to null-safety. But how are you passing in the path to...

@sleepreading ok but where is the `libao` shared library that you are trying to use located? The whole point is that you *do* need to supply the path the library....

No worries and no need to apologise. Ah I see what you are trying to do now. As far as I know Libao only supports some desktop operating systems and...

@sleepreading I agree, I really like this package too, but it doesn't change that the underlying libao library does not support Android. I maybe working on a similar Dart FFI...