-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recording or replay time length is wrong #1416
Comments
I have not seen this behaviour before. Could you let me know how you reproduced this? What version of Gqrx are you running? On what OS? What SDR are you using? What is the "Device string" displayed in the "Configure I/O devices" panel? What is the input rate set to? Are you using decimation? |
I'm working on the current main tree. As of this week. Operating system current Fedora and current Ubuntu running both on Oracle Virtual Box. The target system will be Raspberry, but until now, I did all testing on virtualized Linux. I don't think this will be an issue. My SDR is a SDRPlay, on the Fedora system the SDRplay API 3.14 was used on the Fedora System latest and greatest 3.15 ist installed. All other packages needed to build gqrx are the lastest version ones. Setup as in the attached image gqrx-setup.jpg. How to reproduce:
The image files.jpg shows the filesystem. From my point of view the filesize might be ok for a 60sec recording? And here is what I got in the console where I started gqrx:
|
From the waterfall, it would appear that a lot of samples are being dropped. Do you hear choppy audio if you turn on a WFM demodulator? |
I wasn't get able to hear any audio during the tests. As in Switzerland all public radio emission on fm was stopped and replaced by DAB+ it is difficult to get any good reception. I will try to find a frequency gen for the generation of a test signal. The time I've built last from scratch gqrx (around two years ago) I had the same issues. There I used the PR from @vladisslav2011 #1170 and #1139. Tried this as well this time, but during the long time the PRs was generated the code base seems to be too different now, to get meaningful results. At least for a short trial, I must maybe spend more time for a proper integration.... |
OK. I'll close this off for now, as it appears the problem is with getting samples in via SoapySDR rather than with Gqrx itself. |
Just to confirm, the problem was between chair and keyboard. The virtual machines I used don't bring the perfomance needed. After setting up everything on a raspberry 4 the same setup works without any issues. |
I'm glad to hear you tracked down the problem. USB performance is a common problem when trying to run SDR applications in virtual machines. |
While recording a file (independent of the type) the length indicator counts per 10 seconds real time 1 second up.
Or in other words, a recording of 60seconds will have a replay length of 6 seconds.
The text was updated successfully, but these errors were encountered: