diff options
| author | 2025-04-14 11:31:53 +0200 | |
|---|---|---|
| committer | 2025-04-27 22:23:20 +0200 | |
| commit | d0f1c15a0f6df2dd51a754cb46e6175b7079c8f2 (patch) | |
| tree | be35c94340442af08c316a8679089ee68e119fac /makefile | |
| parent | ec636faeba5c5841c5a4a35b7c9dc2f06a00f538 (diff) | |
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
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
