We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd25d6a commit 44190e6Copy full SHA for 44190e6
src/audio/pulseaudio/wrapper/gstjamesdsp.c
@@ -113,7 +113,7 @@ gst_jamesdsp_init(Gstjamesdsp *self) {
113
memset(self->dsp, 0, sizeof(JamesDSPLib));
114
115
// TODO: Add benchmark toggle support to pulse version...
116
- JamesDSPGlobalMemoryAllocation(0);
+ JamesDSPGlobalMemoryAllocation();
117
JamesDSPInit(self->dsp, 128, 48000);
118
119
self->enable = FALSE;
0 commit comments