Path to Arduino Audio-Tools Libraries #1507
-
I installed the Arduino Audio-Tools library in my sketchbook libraries folder using Git Clone "URL address" and did updates by doing git pull and it is working but I notice....... the pathname to AudioTools.h is..... d:\abc\Documents\Arduino\Sketchbook\libraries\arduino-audio-tools\src/AudioFilter/Filter.h:319:3: note: declared private here exit status 1 Compilation error: 'audio_tools::LowPassFilter::LowPassFilter(float, float, float) [with T = float]' is private within this context Why does it appear to be using 2 different folders......???........ or what else could be wrong...?? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think something went wrong with your git pull since you still have some old code: do
|
Beta Was this translation helpful? Give feedback.
-
Yes, that is it working now....it is finding the LowPassFilter now and no errors. Another thing regarding the LowPassFilter....it has 3 parameters, frequency....is this the corner frequency.?? , ...samplerate..OK, and a 3rd one called "q".... listed and should be 0.707999 when I hover over it, but it is at 0.5f in the sketch....... Is this the gain at the corner freq..?? should I set it at 0.707999 or leave it at 0.5..? |
Beta Was this translation helpful? Give feedback.
I think something went wrong with your git pull since you still have some old code: do