Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PulseAudio support #194
Add PulseAudio support #194
Changes from 65 commits
80177ff
45d3193
645313d
b77b126
ab169d9
bb543e6
ed2b88d
cd654b4
be30f01
b5a71c2
1f533fd
624f3da
ab0ec85
54b4c7c
fff5593
6453e9b
d52f13d
02b1bd6
3e6fbc6
83dceec
5be7f35
d584579
4b28f79
e04d24c
b25ac24
cdaa0e2
17d0cb0
c0df1e8
47d5b60
d05ca3c
18b441c
988ee5c
6de7615
1d16d15
d3dbf9d
ce07637
dfdf417
be43831
a0722fe
daeef19
296933d
8bd6ece
2fd647e
5c4e410
8816933
f77a56a
27797b1
b38765e
a210b0a
9efa837
d14f6a6
80c25ae
bc33356
7d62fdd
0e1de24
8b6b72f
ea616b7
5ecb957
8e5981e
df63b02
cb92b39
36c6b73
e7b5ad9
d297709
147109b
5ee658e
f7ece75
4f2667a
32c4376
ca8a0d6
d0b6ea7
0e3e18e
ff88cf1
9d24a41
b396254
7c9c6dd
4261636
20e3004
36c62fb
dfbffcb
cda9762
fd8a8df
c293da0
5140d08
3da1977
1398f27
62ddc1b
e1cf4ac
4b7244b
3825566
c2a7117
0551fd6
9c14527
2f1bd87
cb33436
8f6822f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@drowe67, do we still support FreeBSD at all? Should I spin up a VM with it here and do some tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gosh I'm not sure. Sure, if you like, give it a try.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to work for decoding .wav files in single sound card mode:
I didn't try to set up hamlib or a second sound card to test TX, though. Plus LPCNet spit out some errors about /proc/cpuinfo not existing during cmake and incorrectly assumed there was no AVX support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(BTW, build_linux.sh worked on FreeBSD as well once I installed the needed packages using pkg and from Ports.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's quite impressive! I guess it shows what we have is quite portable ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the only finishing touch is a BSD version of detecting AVX.