Is there any way to utilize libcorrect as a continuous, streaming decoder simlar to the GNU Radio implementation?
In my current usecase, I am basically locking onto the right QPSK state of a signal based on BER calculations, decoding the stream data, and after the fact performing other operations such as deframing. I was looking into switching over to libcorrect for the decoder implementation, but from what I could see, there is no directly supported way of making it operate that way.
How would I go about doing so? I did take a look at the code, but I am not quite sure...
Thanks!