Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/OpenAudio_ArduinoLibrary/commit/f436107b4e8de4de46511b8a95224f0aa6bee4d6 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added AudioFilterConvolution

pull/13/head
boblark 3 years ago
parent d095b21eb7
commit f436107b4e
  1. 4
      AudioFilterConvolution_F32.h

@ -63,8 +63,8 @@
* AudioFilterFIRGeneral_F32 showed that a 512 tap FIR gave
* essentially the same response and was slightly faster at
* 225 microseconds per update. Also, note that this form of
* computation uses about 78 kB of memory where the direct FIR
* uses about 15 kB. The responses differ in only minor ways.
* computation uses about 52 kB of memory where the direct FIR
* uses about 10 kB. The responses differ in only minor ways.
* ************************************************************ */
#ifndef AudioFilterConvolution_F32_h_

Loading…
Cancel
Save