Phil Taylor
|
8b7377f096
|
Add some feature in the hope of supporting sidetone
|
2023-02-14 18:47:32 +00:00 |
Phil Taylor
|
0d9a01cd1f
|
Merge latest master and make USB controllers a compile time directive
|
2023-01-12 19:20:52 +00:00 |
Phil Taylor
|
4e62f365cd
|
Fix for QTAudio when using QT6 and above.
|
2023-01-02 16:11:48 +00:00 |
Phil Taylor
|
436428b3a9
|
Support hotplug audio on QT6+
|
2023-01-02 01:11:25 +00:00 |
Phil Taylor
|
7348fc2ed0
|
Remove Exception from RT audio as it doesn't exist in newer versions of RTAudio
|
2023-01-01 21:40:46 +00:00 |
Phil Taylor
|
91ce6040e0
|
Make sure compilation with QT5 still works
|
2023-01-01 16:17:48 +00:00 |
Phil Taylor
|
891fd68a52
|
Fixed after merge
|
2022-12-29 16:06:42 +00:00 |
Phil Taylor
|
f4c455396a
|
Merge branch 'audio-fixes' into QT6.2
|
2022-12-29 15:26:41 +00:00 |
Phil Taylor
|
d1ffbe84f5
|
Still more work required
|
2022-08-22 23:09:09 +01:00 |
Phil Taylor
|
6a5f9ce988
|
Portaudio try to find compatible format
|
2022-05-13 12:35:28 +01:00 |
Phil Taylor
|
44f6ec2740
|
Add back support for portaudo and rtaudio APIs
|
2022-05-12 01:46:20 +01:00 |
Phil Taylor
|
772375fb9d
|
Split udpHandler into multiple class files
|
2022-05-11 00:11:29 +01:00 |
Phil Taylor
|
78f16b7cff
|
Add experimental audio converter
|
2022-05-06 23:10:46 +01:00 |
Phil Taylor
|
382f0951e5
|
Try to support all possible native audio formats
|
2022-04-28 10:02:51 +01:00 |
Phil Taylor
|
d86f8958b2
|
Add support for splitting/combining waterfall/scope data
|
2022-04-18 20:29:50 +01:00 |
Phil Taylor
|
cfc22dcb30
|
Allow for 8bit signed (in case computer uses it!)
|
2022-04-06 19:40:14 +01:00 |
Phil Taylor
|
45ac1fbe1c
|
Remove ringbuffer as no longer needed
|
2022-04-04 19:22:11 +01:00 |
Phil Taylor
|
64b4ef2019
|
Few more fixes and move windows builds into separate directories
|
2022-04-04 11:12:06 +01:00 |
Phil Taylor
|
389f661c79
|
Working (in Windows) audio output
|
2022-04-03 20:16:52 +01:00 |
Phil Taylor
|
acf4c1bf63
|
Start of test to include Eigen
|
2022-03-23 17:27:47 +00:00 |
Phil Taylor
|
bfd9ddea52
|
Initial tcpserver support (needs work)
|
2022-03-23 10:12:42 +00:00 |
Phil Taylor
|
96de9c55fa
|
More work on multi-radio support
|
2022-01-21 23:58:18 +00:00 |
Phil Taylor
|
fcc7c9a5dc
|
Lots of changes, mainly for multi-radio support
|
2022-01-21 19:23:32 +00:00 |
Phil Taylor
|
4e086ac220
|
Fix building both wfview and wfserver together
|
2022-01-18 09:03:41 +00:00 |
Phil Taylor
|
387b26187d
|
Initial server commit
|
2022-01-17 17:23:55 +00:00 |
Phil Taylor
|
a75c6e0fdf
|
Zero audio to stop blip at startup
|
2022-01-15 16:31:50 +00:00 |
Phil Taylor
|
8ddf6880ee
|
Windows support files
|
2021-11-23 00:39:36 +00:00 |
Phil Taylor
|
b7edb2cf96
|
Send TX/Freq changes multiple times with rigctld
|
2021-10-06 23:41:11 +01:00 |
Phil Taylor
|
c2840f43d9
|
Update wfview.vcxproj
|
2021-08-18 12:11:23 +01:00 |
Phil Taylor
|
b336d1836e
|
Try to fix Opus 2-channel
|
2021-08-13 20:30:53 +01:00 |
Phil Taylor
|
0258ae8bf9
|
Remove extra debugging for Opus and add warning where opus isn't available
|
2021-06-23 20:25:45 +01:00 |
Phil Taylor
|
869659ad54
|
Add opus encoding/decoding
|
2021-06-16 09:49:38 +01:00 |
Phil Taylor
|
8cd64c2dde
|
Add Neon (ARM) support to resampler
|
2021-06-14 19:09:51 +01:00 |
Phil Taylor
|
15d5ed2e19
|
Make status update after disconnection
|
2021-06-11 10:16:13 +01:00 |
Phil Taylor
|
67927b0d56
|
Fix to allow rtaudio to compile again
|
2021-06-06 17:56:48 +01:00 |
Phil Taylor
|
6218cf5f04
|
Fix for txaudio
|
2021-06-04 13:33:57 +01:00 |
Phil Taylor
|
596f2739b9
|
Use ring buffer with rtaudio to eliminate mutexes
|
2021-05-27 11:41:08 +01:00 |
Phil Taylor
|
2cd316bee6
|
move ulaw to dedicated header
|
2021-05-24 18:00:38 +01:00 |
Phil Taylor
|
1393571de6
|
Add mutex for audio buffer
|
2021-05-24 09:27:18 +01:00 |
Phil Taylor
|
ae69ef05e5
|
Non working test
|
2021-05-23 16:09:41 +01:00 |
Phil Taylor
|
12bf3126c6
|
Quick fix for VS project
|
2021-05-17 07:46:10 +01:00 |
Phil Taylor
|
57bffd73a2
|
More rtaudio stuff
|
2021-05-16 21:16:59 +01:00 |
Phil Taylor
|
d304b368b6
|
Test commit of rtaudio
This commit doesn't actually use RTAudio for anything other than enumerating devices and is a proof of concept for each supported platform.
|
2021-05-16 13:34:04 +01:00 |
Phil Taylor
|
cf49551db0
|
Convert project to 32bit default on Windows and remove beginnings of VSPE code.
|
2021-05-06 11:25:23 +01:00 |
Phil Taylor
|
d7927f4ae5
|
Fix windows release build
|
2021-05-01 13:14:33 +01:00 |
Phil Taylor
|
c78ad19210
|
Initial commit of rigctld (doesn't currently do anything useful!)
|
2021-04-19 17:26:26 +01:00 |
Phil Taylor
|
b6e4543ecf
|
Add repeatersetup class/ui into Windows build
|
2021-04-02 12:00:51 +01:00 |
Phil Taylor
|
c2091e9c4e
|
Add local volume control for UDP connections.
|
2021-03-22 18:53:34 +00:00 |
Phil Taylor
|
a0f4a4deeb
|
Add audio resampler
|
2021-03-09 17:22:16 +00:00 |
Phil Taylor
|
adaabec575
|
Move pseudoterm into dedicated class
|
2021-03-04 20:19:05 +00:00 |