Rakesh Peter
Rakesh Peter
It might be possible to use [zmqcat](https://github.com/EmielM/zmqcat) for streaming audio samples to / from mmdvm-sdr. If you want to use raw I/Q, you can try recreating the FM (de)modulation chain...
That indeed sounds compelling.. Cheers to you both! Keep us posted. Commit https://github.com/r4d10n/mmdvm-sdr/commit/dba796384c3aebfe7f49c58dee6fe9b2c3a4d4e4 had wave format output to stdin. I guess it should be obvious from IORPi.cpp now.
Quick fix for the time being: https://github.com/cutcoin/cutcoin/issues/5#issuecomment-712358180 Make a backup of /usr/include/zmq.hpp before overwriting. Seems to fix the issue for me on RPi. Kindly test and let me know. @kantooon...
https://github.com/r4d10n/mmdvm-sdr/commit/c43a5d4906fc1a4dbcfa0a7f7f918f4a797be2ea fixes the error in IO.cpp. Tested working in x86 and arm environments. There seems to be some broken API changes in ZMQ, which causes the `‘zmq::send_flags’ has not been...
Thanks for the wonderful project ! I always wished for a way to open Kicad projects in Github ! As a hack solution to this issue, I have created a...
Hi Gabriel... Much thanks for the detailed review and suggestions... I've given a shot at trying those stuff you suggested... Kindly test and let me know. It's a learning effort...