Mark Browning

Results 12 comments of Mark Browning

I also have the same problem as ibbo, same setup. I noticed that setup.py was not linking with libcwiid, and it was installing to site-packages instead of dist-packages, which on...

@todd-richmond I have fixed this locally with the following patch: ``` diff --git a/cotire.orig b/cotire.cmake index 62cd23d..15c02e8 100644 --- a/cotire.orig +++ b/cotire.cmake @@ -1122,6 +1122,11 @@ function (cotire_parse_includes _language _scanOutput...

It is likely you are using Python 3. The string comparisons used in this library don't work with the byte arrays returned from Python 3 file I/O.

Is there undue harm in targeting OpenVR even for Oculus support? Who doesn't have Steam? -Mark On Wed, May 25, 2016 at 1:18 PM, StellaArtois [email protected] wrote: > I'm tempted...

Jpla: can you email me the compiled food file? I can repackage it and test it on 4.3.1. (iPad 2)

It did not work for me on iOS 4.3.x, though it does no longer fail at _abort().

@jertel does this still yield second-level historical granularity at minute-level intervals? Or is all data more frequent than 1 minute now inaccessible?

![image](https://github.com/Kounex/obs_blade/assets/207428/dc7f0fbb-f344-4b1b-9368-e782e5d727fc) Example usage "guide" here: https://squares.tv/posts/the-easiest-way-to-sync-mic-audio-in-obs `websocket` API is [`GetInputAudioSyncOffset`](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputaudiosyncoffset)/[`SetInputAudioSyncOffset`](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setinputaudiosyncoffset)/[`InputAudioSyncOffsetChanged`](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#inputaudiosyncoffsetchanged)