Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/OpenAudio_ArduinoLibrary/commit/dba7ebd0c6e9f912702eeadc51b29a11878cc9ef?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix typo in AudioEffectEmpty

feature_setBlockSize
Chip Audette 8 years ago
parent 64051bc09f
commit dba7ebd0c6
  1. 2
      AudioEffectEmpty_F32.h

@ -11,7 +11,7 @@
*/
#ifndef _AudioEffectEmpty_F32_h
#define _AudioEffectEmpmty_F32_h
#define _AudioEffectEmpty_F32_h
#include <arm_math.h> //ARM DSP extensions. for speed!
#include <AudioStream_F32.h>

Loading…
Cancel
Save