mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-12 11:17:11 +01:00
Use Port Audio instead of RtAudio
This commit is contained in:
parent
dc43e76405
commit
cf3e024fb9
@ -77,7 +77,10 @@ brew install \
|
|||||||
volk
|
volk
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DOPT_BUILD_PLUTOSDR_SOURCE=false
|
cmake .. \
|
||||||
|
-DOPT_BUILD_AUDIO_SINK=false \
|
||||||
|
-DOPT_BUILD_PLUTOSDR_SOURCE=false \
|
||||||
|
-DOPT_BUILD_PORTAUDIO_SINK=true
|
||||||
make -j$(sysctl -n hw.ncpu)
|
make -j$(sysctl -n hw.ncpu)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user