mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove an excess space.
This commit is contained in:
+1
-1
@@ -1099,7 +1099,7 @@ Low-pass filtering is achieved with the following APIs:
|
||||
|
||||
Low-pass filter example:
|
||||
|
||||
```c
|
||||
```c
|
||||
ma_lpf_config config = ma_lpf_config_init(ma_format_f32, channels, sampleRate, cutoffFrequency, order);
|
||||
ma_result result = ma_lpf_init(&config, &lpf);
|
||||
if (result != MA_SUCCESS) {
|
||||
|
||||
Reference in New Issue
Block a user