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

Remove noise elements from OpenAudio header file

feature_setBlockSize
Chip Audette 8 years ago
parent 783e492d49
commit 91a6cd43df
  1. 4
      OpenAudio_ArduinoLibrary.h

@ -12,8 +12,8 @@
#include "input_i2s_f32.h"
#include "play_queue_f32.h"
#include "record_queue_f32.h"
#include "synth_pinknoise_f32.h"
//include "synth_pinknoise_f32.h"
#include <synth_waveform_F32.h>
#include "synth_whitenoise_f32.h"
//include "synth_whitenoise_f32.h"
#include "synth_sine_f32.h"
#include "output_i2s_f32.h"

Loading…
Cancel
Save