lwvmobile
e0c2e740d2
Add Github Build Version
...
Add Github Build Version
Work on Pulse Audio System (Testing 2 Channel Stereo Output)
Work on NCurses Terminal (Still Work to Do)
Include install.sh and rebuild.sh scripts
2022-02-13 14:31:15 -05:00
lwvmobile
6fb16cbd95
Update README.md
2022-02-11 19:39:36 -05:00
lwvmobile
7a3e1a67da
Merge branch 'master' into pulseaudio
2022-02-11 19:32:21 -05:00
lwvmobile
0f5c019d44
Merge pull request #21 from lwvmobile/lwvmobile-patch-ncurses-initial
...
Initial NCURSES Support
2022-02-11 19:29:56 -05:00
lwvmobile
9092259ce1
Initial NCURSES Support
...
Initial NCURSES Support
Its in there, and can be called with -N, but it doesn't display much yet aside from program name, mbelib, and time.
Just want to upload it so I can test it vs autobuild with cmake requiring ncurses libraries again
2022-02-11 19:25:05 -05:00
lwvmobile
079ed7e8cc
Merge pull request #20 from lwvmobile/lwvmobile-patch-NXDN-bug-fix
...
NXDN Detection Bug
2022-02-11 18:44:13 -05:00
lwvmobile
3bb8a5608f
NXDN Detection Bug
...
Had to fix line 644 with this
Had wrong detection type
else if ((strncmperr (synctest18, INV_NXDN_BS_VOICE_SYNC, 18, 1) == 0) || (strncmperr (synctest18, INV_NXDN_MS_VOICE_SYNC, 18, 1) == 0)) //supposed to be voice, not data?
2022-02-11 18:40:04 -05:00
lwvmobile
142fb0c60e
Merge pull request #19 from lwvmobile/lwvmobile-patch-nxdn-inv-detection-fix
...
NXDN bug fix
2022-02-11 18:34:10 -05:00
lwvmobile
d088d09328
NXDN bug fix
...
Had to fix line 651 with correct detection type
else if ((strncmperr (synctest18, INV_NXDN_BS_VOICE_SYNC, 18, 1) == 0) || (strncmperr (synctest18, INV_NXDN_MS_VOICE_SYNC, 18, 1) == 0))
2022-02-11 18:32:28 -05:00
lwvmobile
baca1be1b3
Simple Quick Installer
...
Simple Quick Installer
Should work on any Ubuntu/Debian/Raspberry Pi OS/ based system.
2022-02-10 19:57:57 -05:00
lwvmobile
47c43f9c9c
Update README.md
2022-02-10 19:30:05 -05:00
lwvmobile
b1dcbeb459
Update README.md
2022-02-10 19:14:33 -05:00
lwvmobile
ceb98222b6
Update README.md
2022-02-10 19:09:30 -05:00
lwvmobile
34338ce2b1
Update README.md
2022-02-10 18:02:39 -05:00
lwvmobile
3ef8c846c6
Merge pull request #18 from lwvmobile/lwvmobile-patch-1
...
Direct all prints to STDERR
2022-02-10 17:08:32 -05:00
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