Comments
-
Same for me: Chrome 90 still not solved the timing problem. I used it for DRM (IQ mode) decoding, and the constant distortion in signal timing is really annoying. zfyoung
-
As Zyg suggested, I did a quick IQ test over Firefox brouser, and it turns out working quite well. So it looks like a brouser problem after all. Not sure why IQ doesn't work with Chrome anymore ☹️ . zfyoung
-
OK, on further test, I can confirm the internal DRM extension continues to work. My bad! I'll try firefox next time, thanks for your suggestions. zfyoung
-
I use both internal DRM extension and IQ audio out. For internal DRM decoder, it doesn't show up any successfully decoded info. eg. station ID. For IQ output, I suspected the IQ audio signal is corrupted. It looks likely the timing of IQ streams is …
-
Hi, John. When 2 servers are on the same frequency, It only generates one single file. Is this your intention? I'm a little baffled by the inconsistent behavior.
-
My bad! I missed the "--f2" typo. This time around it seems works, Thanks. I'll let you know if something is not right.
-
Updated to the latest kjs-v0.1, and get this screen output. Also ONLY one file is generated, even I intentionally use 2 distinct frequencies. D:\My Documents\Downloads\kiwiclient-jks-v0.1>python kiw irecorder.py -s hallmann.selfhost.eu -p 80 -…
-
Please bear with my stupidity: I try to record 2 IQ streams from 2 kiwi Servers in this fashion: while True: recorder = KiwiRecorder(options) options.server_host = options.server_host2 # second server options.server_port…
-
Hi, John. I've had some problems with your patch (jks-v0.1): For some SDR devices, I get this run time error: "IndexError, tuple index out of range " at "kiwiclient.py", line 238. That line is "samples = [ complex(data[i+0],…
-
Glad that new release is out. When I mentioned " diversity reception", I actually have frequency AND/OR spatial AND/OR polarization diversity in mind and the targeting signal is DRM digital radio signal. Since kiwiSDR can coordinated signa…
-
Great! And thanks for the hard work.
-
Thank, jks. I've tried your updated script, and indeed the wave file sounds not quite right. Specifically, I found the recorded AM station signal losing its carrier peak in its spectrum plot. Wonder if the kiwi server ever respond with the correct &…
-
No, it just stuck before it could print out the "Block" and "RSSI" values and went on to generate wave file. I looked into the script and it turns out the callee "process_iq_samples" in "kiwiclient.py" defined…
-
Hi, I've looked into the python code. Unfortunately this code is not working for IQ recording (other modes are fine), and since I'm new with python, I would greatly appreciate any expert in that regard help to add a patch to that script? Regards …
-
Thanks for your fast response, jks. I'll take a look into the URL your provided and see if I can make it work.
-
In case this may help to explain the cause of occasional dropped-out in Dream: when dream dropped-out is internet related (packet loss, network congestion etc.), watch out for the momentous blackout in its waterfall spectrum plot. Otherwise this is …