Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit cab4e4c

Browse files
Switched out math library
1 parent 404ce34 commit cab4e4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Filter/Filter.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66

77
#include <complex>
8-
#include <corecrt_math_defines.h>
9-
8+
#include <math.h>
109

1110
void Filter::filter(std::vector<float>& audio, float filterFrequency) {
1211
std::vector<std::complex<float>> frequencyBins;

0 commit comments

Comments
 (0)