Chris Costes

Results 11 issues of Chris Costes

I'm trying to convert the .h264 output files from this library to .mkv for playback. Is there any way to save a timestamp file like you can with the libcamera...

Want to create integration tests for RtlSdr which validate the entire device state before/after operations, with expected values extracted from a real device using a modified version of the original...

Want to create a DeviceHandle implementation which uses an in-memory store for all device reads and writes instead of a real device. The goal is to use this for integration...

good first issue

Create new tuner implementation for `e4000`

New Tuner

Create new tuner implementation for the `fc0012`

New Tuner

Create a new tuner implementation for the `fc0013`

New Tuner

Create a new tuner implementation for the `fc2580`

New Tuner

There are some (mostly minor) differences between the `R820T` and `R828D` - search for `R828D` in the [osmocom library](https://github.com/osmocom/rtl-sdr).

New Tuner

Building from source and running on an M1 I am getting a floating point exception from the `Negatie slice and ascending bounds` portion of the `test_array.TestArray.test_slice_negative_step` unit test. All tests...

bug-unconfirmed

Running the snippet ``` import mlx.core as mx a = mx.array([1.]) b = mx.array([2.]) mx.array([a,b]) ``` produces error ``` ----> [4] mx.array([a,b]) ValueError: Invalid type in array initialization. ``` This...

enhancement