From d0f1c15a0f6df2dd51a754cb46e6175b7079c8f2 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Mon, 14 Apr 2025 11:31:53 +0200 Subject: New sound infrastructure. Should be added soon: - mute - speaker/microphone resampling To be added a little later: - compression - reverb Needs to be added by someone else: - coreaudio - direct - portaudio - xaudio2 - js --- makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 4bb8b68b9fb..1b2437a0773 100644 --- a/makefile +++ b/makefile @@ -34,6 +34,7 @@ # NO_USE_MIDI = 1 # NO_USE_PORTAUDIO = 1 # NO_USE_PULSEAUDIO = 1 +# NO_USE_PIPEWIRE = 1 # USE_TAPTUN = 1 # USE_PCAP = 1 # USE_QTDEBUG = 1 @@ -734,6 +735,10 @@ ifdef NO_USE_PULSEAUDIO PARAMS += --NO_USE_PULSEAUDIO='$(NO_USE_PULSEAUDIO)' endif +ifdef NO_USE_PIPEWIRE +PARAMS += --NO_USE_PIPEWIRE='$(NO_USE_PIPEWIRE)' +endif + ifdef USE_QTDEBUG PARAMS += --USE_QTDEBUG='$(USE_QTDEBUG)' endif -- cgit v1.2.3