Andrii

Results 4 comments of Andrii

hmm, but what if having different contexts created with the different args (sampleRate, channelNum, bitDepthInBytes) might be necessary during the app lifecycle?

Got it, thank you for the quick response! Seems like I can reuse the same context in my app...

I'm using the following Dockerfile to cross-compile my app for Raspberry: ``` FROM karalabe/xgo-base ENV GO_VERSION 11603 ENV ROOT_DIST https://storage.googleapis.com/golang/go1.16.3.linux-amd64.tar.gz ENV ROOT_DIST_SHA 951a3c7c6ce4e56ad883f97d9db74d3d6d80d5fec77455c6ada6c1f7ac4776d2 ADD bootstrap_pure.sh /bootstrap_pure.sh RUN chmod +x /bootstrap_pure.sh...

Looks like it's just a warning. Can you confirm that the binary was not built? If so, I would suggest reporting this bug to github.com/stamp/hid