Results 129 comments of Andrey Parfenov

Wip pr will be good also I will be able to help then. And we have no boards to track tasks

Hi @GordonPmnt! Great progress, I will take a look

here is a method which is used by this library behind the scene https://learn.microsoft.com/en-us/windows/win32/api/dxgi/nf-dxgi-idxgiadapter-enumoutputs you are correct that 0 corresponds to the primary display I dont know what `get_monitors` does...

no, lets keep in this one, just push your changes to the same brach

Also need to rename examples from main.swift, here is a full list: ``` deleted: ../swift_package/examples/tests/band_power/main.swift deleted: ../swift_package/examples/tests/band_power_all/main.swift deleted: ../swift_package/examples/tests/denoising/main.swift deleted: ../swift_package/examples/tests/downsampling/main.swift deleted: ../swift_package/examples/tests/ica/main.swift deleted: ../swift_package/examples/tests/read_write_file/main.swift deleted: ../swift_package/examples/tests/signal_filtering/main.swift deleted: ../swift_package/examples/tests/transforms/main.swift ```

I also merged master branch to this one and added docs about swift, would be good if you take a look and maybe add details how to build it using...

I think you are missing hidden conversations, there are more comments if you expand them

for example - https://github.com/brainflow-dev/brainflow/pull/716/files/a2c526a09dd43e391bd59be5fa4af2407091acf7#r1575460864 if you scroll messages in this PR and expand hidden conversations you will see this

In case if it helps I can share what I did for build system for android. https://github.com/brainflow-dev/brainflow/blob/master/.github/workflows/run_android.yml#L54 I build using this workflow for all Android ABIs and store that as...

actually in terms of android support I am looking forward for C++ API on the NDK level and do not need a java package. Maybe its not the most common...