Commit Graph

365 Commits

Author SHA1 Message Date
lwvmobile 325bff80d0
Print to STDERR
Print to STDERR
Take 3
2022-02-10 17:04:47 -05:00
lwvmobile fcf680a138
Direct all prints to STDERR
Direct all prints to STDERR
Take 2
2022-02-10 16:56:37 -05:00
lwvmobile 05b9e29724
Update README.md 2022-02-10 16:43:07 -05:00
lwvmobile fcfe06e1b2
Update README.md 2022-02-08 19:22:39 -05:00
lwvmobile 7e4a537035
Forgot to upload this 2022-02-08 18:46:03 -05:00
lwvmobile 62bf2d91ca
Add files via upload
try try again
2022-02-08 18:38:09 -05:00
lwvmobile 003b956d2c
Merge pull request #16 from lwvmobile/lwvmobile-patch-pulse-stdin-etc
Fix STDIN, file playback, and WAV file creation
2022-02-08 18:37:33 -05:00
lwvmobile c408a57198
Fix STDIN, file playback, and WAV file creation
Fix STDIN and file playback
set rate out to 8000 when calling for any of these methods
2022-02-08 18:35:56 -05:00
lwvmobile 9f0e0adee8
Delete dsd.h.bkp 2022-02-08 13:11:07 -05:00
lwvmobile b23705b7b6
Delete dsd_audio.c.bkp 2022-02-08 13:10:45 -05:00
lwvmobile eaec87ac44
Merge pull request #15 from lwvmobile/lwvmobile-patch-pulse1
More Pulse Audio Tinkering
2022-02-08 13:06:20 -05:00
lwvmobile 4f012390c0
More Pulse Audio Tinkering
More Pulse Audio Tinkering
Had to disable Monitor Source Input
(Was working in Arch, but with some latency/buffer issues, makes LM pulse server crash/restart?)
2022-02-08 13:04:29 -05:00
lwvmobile d125d12132
Update README.md 2022-02-08 12:11:28 -05:00
lwvmobile 617b5d8072
Add files via upload 2022-02-08 12:08:43 -05:00
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