added L and R BPF at fs/4 to AlignLR & cleaned up comments

pull/13/head
boblark 2 years ago
parent a5d698632f
commit 1d39ef16ef
  1. 2
      AudioAlignLR_F32.cpp
  2. 3
      AudioAlignLR_F32.h

@ -1,6 +1,6 @@
/*------------------------------------------------------------------------------------
AudioAlignLR_F32.cpp
AudioAlignLR_F32.cpp 3-21-2022
Author: Bob Larkin W7PUA
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.
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
*/
// Rev 21 Mar 2022 Added BP Filters on two inputs, pass fs/4.
#ifndef audio_align_lr_f32_h_
#define audio_align_lr_f32_h_

Loading…
Cancel
Save