Commit Graph

651 Commits

Author SHA1 Message Date
lwvmobile 4b81636947
Add pulseaudio stuff
add pulseaudio stuff
2022-02-08 00:46:49 -05:00
lwvmobile 4c8f0f3c50
Merge pull request #12 from lwvmobile/lwvmobile-patch-pulse
PulseAudio
2022-02-08 00:33:30 -05:00
lwvmobile 130afdc278
PulseAudio
Swap Pulse Audio in for all instance where OSS is used
Lots of other potentially things breaking
2022-02-08 00:26:14 -05:00
lwvmobile a4aab9a56d
Merge pull request #11 from lwvmobile/lwvmobile-patch-3
Fix Monitor Source Audio Issue
2022-02-05 14:42:56 -05:00
lwvmobile 2b8ce4b248
Fix Monitor Source Audio Issue
Fix Monitor Source Audio Issue
Forgot to add 'now' variable to all sync types, would attempt to play source audio and decoded audio at same time on most types.
2022-02-05 14:37:27 -05:00
lwvmobile be165c8c77
Update README.md 2022-02-05 13:49:35 -05:00
lwvmobile 46fa8b5c60
Update README.md 2022-02-05 13:45:31 -05:00
lwvmobile 628b9c30c2
Add files via upload 2022-02-05 13:45:17 -05:00
lwvmobile 13a453193a
Update README.md 2022-02-05 13:38:37 -05:00
lwvmobile b58b2b578a
Merge pull request #10 from lwvmobile/lwvmobile-patch-2
Add RTL VFO bandwidth options
2022-02-05 13:36:05 -05:00
lwvmobile b66cac75d2
Add RTL VFO bandwidth options
Add RTL VFO bandwidth options
-Y 8 for 8 kHz VFO
-Y 24 for 24 kHz VFO

Should work at any interval where 48 cleanly divides by a number
2022-02-05 13:30:44 -05:00
lwvmobile 6573521363
Update README.md 2022-02-05 13:27:48 -05:00
lwvmobile f5ed83289f
Update README.md 2022-02-05 13:26:45 -05:00
lwvmobile 2859ad3927
Update README.md 2022-02-05 11:07:07 -05:00
lwvmobile aaa8e5c3f1
Update README.md 2022-02-05 10:41:29 -05:00
lwvmobile f6673b6f59
Update README.md 2022-02-05 10:39:58 -05:00
lwvmobile f3dac806a8
Update README.md 2022-02-05 10:31:46 -05:00
lwvmobile 92db25f56d
Add Screenshot
Add Screenshot for README
2022-02-05 10:28:05 -05:00
lwvmobile 4e60c61eb0
Update README.md 2022-02-05 10:22:19 -05:00
lwvmobile fd9f9126d7
Merge pull request #9 from lwvmobile/lwvmobile-patch-1
Remove NXDN from -fa option
2022-02-05 09:54:02 -05:00
lwvmobile 7e6b3adf9d
Remove NXDN from -fa option
Removed NXDN from -fa option so it doesn't cause a bunch of random false positives
Clean up a few little things, hopefully nothing too major.
2022-02-05 09:44:26 -05:00
lwvmobile e0bddd6699
Merge pull request #8 from lwvmobile/lwvmobile-patch-1
Source Audio Monitoring (WIP)
2022-02-04 18:16:08 -05:00
lwvmobile d98040895d
Source Audio Monitoring (WIP)
Add Source Audio Monitoring - But its a Work in Progress
Seriously, though, depending on which setting you have on, it sounds terrible.

Also, make ncurses no longer a requirement for the time being. Still want to work that into this version eventually.
2022-02-04 18:01:33 -05:00
lwvmobile 5a8b6f1d4a
Update README.md 2022-02-01 22:38:43 -05:00
lwvmobile 4ca81a5dc2
Merge pull request #7 from lwvmobile/lwvmobile-patch-1
Add RTL option -U to specify udp port
2022-02-01 22:30:56 -05:00
lwvmobile 7222e71c08
Fix example usage to include all current options 2022-02-01 22:29:49 -05:00
lwvmobile cb9e6c632c
Add RTL option -U to specify udp port
Add RTL option -U to specify udp port for remote control
2022-02-01 22:23:49 -05:00
lwvmobile 005d356859
Merge pull request #6 from lwvmobile/lwvmobile-patch-1
Added a few more RTL options
2022-02-01 21:41:01 -05:00
lwvmobile 7a94be9292
Added a few more RTL options
Added RTL options for Squelch (-L) and Sample 'Volume' Multiplier -V
Hopefully, I didn't break anything else in the process
2022-02-01 21:37:09 -05:00
lwvmobile 9ae874449f
Merge pull request #4 from lwvmobile/lwvmobile-patch-1
NXDN48 Voice Decoding is Good Now
2022-02-01 00:03:39 -05:00
lwvmobile 1e95db0977
NXDN48 Voice Decoding is Good Now
NXDN48 Voice Decoding is Good Now

Just use squelch if using SDR++ or GQRX to feed it. RTL-SDR input mode and NXDN still makes tons of false positives, and doesn't work well at all. May just be a bad signal issue but still think the RTLSDR input uses wrong center freq/tuned freq/"optimizations", need to get back to that some time, maybe also implement squelch settings on rtl_fm mode.

Thanks to LouisErigHerve for his 'Improved NXDN Detection' update on his version, implemented it and works SO MUCH BETTER!

May still disable the if ((state->lastsynctype == 9) || (state->lastsynctype == 17)) condition in dsd_frame_sync.c if I think it leads to more consistent decoding vs false positives. USE SQUELCH!
2022-01-31 23:54:14 -05:00
lwvmobile 93ccc668d7
add quick usage example 2022-01-29 22:57:21 -05:00
lwvmobile defa6455d6
Update README.md 2022-01-29 22:43:54 -05:00
lwvmobile 7c5fef56e9
Merge pull request #2 from lwvmobile/rtl-sdr
Attempt to make the rtl-sdr branch the main branch
2022-01-29 22:42:00 -05:00
lwvmobile 6ed5e0bcab
fix things so stupid checker will pass 2022-01-29 22:34:05 -05:00
lwvmobile 31157b72ab
Update codeql-analysis.yml
add libncurses5 and libncurses5-dev
2022-01-29 22:30:54 -05:00
lwvmobile 0cb68d7c53
Merge branch 'master' into rtl-sdr 2022-01-29 22:25:38 -05:00
lwvmobile b67a3bb6de
Update README.md 2022-01-29 22:17:19 -05:00
lwvmobile d0086a5f96
Update README.md
Add warnings to README file
2022-01-29 22:11:28 -05:00
lwvmobile 2b84518caf
Merge pull request #1 from lwvmobile/lwvmobile-patch-1
Add More RTL Options, UDP Remote
2022-01-29 22:06:49 -05:00
lwvmobile 60593dcce9
Clean up some naughty language
Clean up some naughty language
2022-01-29 22:05:15 -05:00
lwvmobile fad831d1aa
Delete FindNCURSES.cmake
Didn't mean to include this file
2022-01-29 22:03:42 -05:00
lwvmobile 3c11d72652
Delete old ASCII art
Delete old ASCII art and printer
2022-01-29 21:59:55 -05:00
lwvmobile 97a17df9d1
Delete todolist
Didn't mean to upload the todolist
2022-01-29 21:58:03 -05:00
lwvmobile 2523383b14
Add More RTL Options, UDP Remote
Add Gain and Device Index Number for RTL, add UDP remote to control frequency and squelch of RTL. Other Random things.
2022-01-29 21:53:35 -05:00
Jared Szechy a50f3b714f
Install deps 2021-12-13 16:38:44 -05:00
Jared Szechy df3f58b05e
Create codeql-analysis.yml 2021-12-13 16:31:03 -05:00
Yinette Hodge 2debc3e5f1
Fixing multiple definitions of exitflag (szechyjs#104) (#105)
Thanks to N0YKG for the fix! I am just making the PR :)
2021-10-21 13:47:46 -04:00
Jared Szechy f383d165fd Add ppm_error option 2021-01-21 23:14:04 -05:00
Jared Szechy 5324d53c47 Add center freq cli opt 2021-01-17 19:37:00 -05:00