mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Fix an error with band-pass filters.
This commit is contained in:
+1
-1
@@ -47800,7 +47800,7 @@ static ma_result ma_bpf_get_heap_layout(const ma_bpf_config* pConfig, ma_bpf_hea
|
|||||||
return MA_INVALID_ARGS;
|
return MA_INVALID_ARGS;
|
||||||
}
|
}
|
||||||
|
|
||||||
bpf2Count = pConfig->channels / 2;
|
bpf2Count = pConfig->order / 2;
|
||||||
|
|
||||||
pHeapLayout->sizeInBytes = 0;
|
pHeapLayout->sizeInBytes = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user