gavv / signal-estimator

Measure characteristics of a looped back signal.
MIT License
63 stars 18 forks source link

Add unit tests for C library #34

Open gavv opened 1 year ago

gavv commented 1 year ago

After implementing #33, we'll also need simple unit tests for the new C API.

The test can do the following:

The test can push input samples with different shifts and check that reported latency is changed accordingly.

saneck2150 commented 11 months ago

Hello, I would like to work with this task. This will be my first time working on your project, please advise where I should start

gavv commented 11 months ago

@saneck2150 Hi! As mentioned in description, this one can be done only after completing #33, which is not implemented so far.