Commit Graph

197 Commits

Author SHA1 Message Date
lwvmobile b3383cd543
Add Virtual Sink script
Add Virtual Sink script, making it even easier to get going
2022-02-13 17:53:05 -05:00
lwvmobile 9596301aee
Merge pull request #26 from lwvmobile/lwvmobile-patch-readme
Lwvmobile patch readme
2022-02-13 17:49:10 -05:00
lwvmobile fbbd4285f5
wget install.sh
wget isntall.sh, make it easy
2022-02-13 17:47:04 -05:00
lwvmobile 97bc736f86
Update README.md 2022-02-13 17:41:03 -05:00
lwvmobile 460b8999c3
Delete Screenshot_216.png 2022-02-13 17:39:09 -05:00
lwvmobile 88d7a59afe
Delete Screenshot_214.png 2022-02-13 17:39:00 -05:00
lwvmobile 6be364c6ce
New Screenshot with uniform name
New Screenshot with uniform name
Make new screenshots uploaded seemless
2022-02-13 17:38:47 -05:00
lwvmobile 3d83c0b06c
Update README.md 2022-02-13 17:36:04 -05:00
lwvmobile 3b9185fc40
Update README.md 2022-02-13 17:34:43 -05:00
lwvmobile 5897131f05
Merge pull request #25 from lwvmobile/lwvmobile-patch-1
Fix Naughty Merge
2022-02-13 15:36:43 -05:00
lwvmobile c7a83c8c51
Fix Naughty Merge
Fix Naughty Merge
Didn't know resolving issue on a test pull I wouldn't commit would change the file.
2022-02-13 15:36:06 -05:00
lwvmobile 0eda6f5cf1
Merge branch 'master' into pulseaudio 2022-02-13 14:38:47 -05:00
lwvmobile 718d049927
Merge pull request #23 from lwvmobile/lwvmobile-patch-under-the-hood
Add Github Build Version
2022-02-13 14:35:33 -05:00
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 aab0208605
Merge pull request #22 from lwvmobile/lwvmobile-patch-1
Show Github Build Version
2022-02-12 16:23:13 -05:00
lwvmobile d037d2e0ad
quick link fix
quick link fix
2022-02-12 15:58:50 -05:00
lwvmobile dd8e48789f
Add hyperlink to bottom of banner
Add hyperlink to bottom of banner
2022-02-12 15:56:03 -05:00
lwvmobile d37ccf2883
Show Github Build Version 2022-02-12 15:50:11 -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