Open sertsa opened 5 years ago
Once the 3.8 gnuradio becomes widely available and doesn't need to be compiled from source, so users can acquire it without extraordinary effort, I plan to convert this project to Python 3.
Gnuradio 3.8 now supports Python 3 and will be the last version to support Python 2. Time to translate to Python 3?
Yes, as soon as the new Gnuradio version becomes widely available and doesn't need to be compiled in order to be made available to end users. I look forward to updating this app when that happens.
On Mon, Sep 2, 2019 at 10:09 PM sertsa notifications@github.com wrote:
Gnuradio 3.8 now supports Python 3 and will be the last version to support Python 2. Time to translate to Python 3?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lutusp/PLSDR/issues/8?email_source=notifications&email_token=ADVTB4IUICJEHQ4TXMSC4CDQHXWSBA5CNFSM4ITCAIW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HI4J33Q, or mute the thread https://github.com/notifications/unsubscribe-auth/ADVTB4NSQZ45VZGTBOAT5WLQHXWSBANCNFSM4ITCAIWQ .
-- Paul Lutus http://arachnoid.com
I finally converted this application to Python 3 and GNURadio 3.8.
Wonderful! Can confirm works on Arch linux and a rtl-sdr usb dongle. Am experiencing crackling in audio, did not do that before and sound is otherwise clean from other apps on this box, including notably Gqrx has clean sound which seems like it would use much of the same audio pathways. Has not worked here since Gnuradio 3.8 and Arch being a fairly bleeding edge rolling distro has experienced innumerable changes since then so may well be specific to my system or distro.
On Sat, Apr 25, 2020 at 9:09 PM sertsa notifications@github.com wrote:
Wonderful! Can confirm works on Arch linux. Am experiencing crackling in audio, did not do that before. Has not worked here since Gnuradio 3.8 and Arch being a fairly bleeding edge rolling distro has experienced innumerable changes since then so may well be specific to my system or distro.
Not seeing that symptom here on a number of systems, but two suggestions:
Decrease the audio gain setting in PLSDR and increase it on your desktop. This can work when needed because there are two independent audio gain controls and the PLSDR control may be set too high.
If you are using HDMI audio, make a small change to the file /etc/pulse/default.pa -- change a line reading "load-module module-udev-detect" to "load-module module-udev-detect tsched = 0", save it, then:
$ pulseaudio -k
This is a longstanding uncorrected bug in HDMI audio, but now that I think about it, it should cause crackling audio in everything on your system, not just PLSDR.
I hope this helps, please let me know if it does -- if not I may need to make a change in the application.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lutusp/PLSDR/issues/8#issuecomment-619478243, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADVTB4L6OYAYBJ2TLOISJRTROOXWNANCNFSM4ITCAIWQ .
-- Paul Lutus http://arachnoid.com
Gnuradio 3.8 now supports Python 3 and will be the last version to support Python 2. Time to translate to Python 3?