Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/OpenAudio_ArduinoLibrary/commit/1d39ef16ef12ac4d723ac9bb1fe39b2dcc9508a5?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
2 deletions
AudioAlignLR_F32.cpp
AudioAlignLR_F32.h
@ -1,6 +1,6 @@
/*------------------------------------------------------------------------------------
/*------------------------------------------------------------------------------------
AudioAlignLR_F32 . cpp
AudioAlignLR_F32 . cpp 3 - 21 - 2022
Author : Bob Larkin W7PUA
Author : Bob Larkin W7PUA
Date : 28 Feb 2022
Date : 28 Feb 2022
@ -1,5 +1,5 @@
/* ------------------------------------------------------------------------------------
/* ------------------------------------------------------------------------------------
AudioAlignLR_F32 . h
AudioAlignLR_F32 . h 21 Mar 2022
Function : Waits for CODEC startup and measures L - R time alignment errors .
Function : Waits for CODEC startup and measures L - R time alignment errors .
Automatically corrects delay errors . Requires extra control to disable
Automatically corrects delay errors . Requires extra control to disable
@ -77,6 +77,7 @@
* where the 45 microseconds needs to be adjusted for the sample rate of the Codec
* where the 45 microseconds needs to be adjusted for the sample rate of the Codec
*/
*/
// Rev 21 Mar 2022 Added BP Filters on two inputs, pass fs/4.
# ifndef audio_align_lr_f32_h_
# ifndef audio_align_lr_f32_h_
# define audio_align_lr_f32_h_
# define audio_align_lr_f32_h_