Thomas Perl
Thomas Perl
Let's mark this as broken in Ventura for now.
Good idea. A simple 4-point-calibration should be easy to do. There's even some code that maps the camera position of a controller to screen coordinates with 4-point calibration (see [examples/labs/whiteboard/mapping.h](https://github.com/thp/psmoveapi/blob/master/examples/labs/whiteboard/mapping.h))....
@isidoro-80 Depending on what you want to do, maybe https://github.com/MooseTheBrown/psmoveinput fits the bill?
Feel free to make a pull request. The example code, however, usually has the right way to do it -- for integrating sensor readings over time, you want to poll...
Sounds good, patches gladly accepted.
Being able to read data from the controller, especially as it comes in with a high frequency, should be good. Maybe it also needs some holddown timer, i.e. if within...
Some progress on this in #21, it's just a draft, but the idea is that you can use the keyboard to toggle playback and navigate around the waveform, and add/remove...
Adding track breaks during playback is now implemented in [wavbreaker 0.16](https://github.com/thp/wavbreaker/releases/tag/0.16).
Right now, sample sizes greater than 16-bit are not supported. It would be possible to add support for this. No plans at the moment, though.
Patches gladly accepted. There's some code already for detecting silence with a threshold (max amplitude), so that could probably be adjusted to deal with things. "Silence" does not always equal...