aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/pulseaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/pulseaudio.c')
-rw-r--r--Alc/pulseaudio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Alc/pulseaudio.c b/Alc/pulseaudio.c
index 53e864b2..b5add4c8 100644
--- a/Alc/pulseaudio.c
+++ b/Alc/pulseaudio.c
@@ -491,6 +491,9 @@ static ALCboolean pulse_open_capture(ALCdevice *device, const ALCchar *device_na
case 2:
data->spec.format = PA_SAMPLE_S16NE;
break;
+ case 4:
+ data->spec.format = PA_SAMPLE_FLOAT32NE;
+ break;
default:
AL_PRINT("Unknown format: %x\n", device->Format);
ppa_threaded_mainloop_unlock(data->loop);