Skip to content

Commit

Permalink
set the delay to static 0.5 milisecond
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paśnikowski authored Feb 5, 2022
1 parent 5ca2d59 commit 915208e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bs2b.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#define BS2B_DEFAULT_SRATE 44100

/* A delay at low frequency by microseconds according to cut frequency */
#define bs2b_level_delay( fcut ) ( ( 18700 / fcut ) * 10 )
#define bs2b_level_delay( fcut ) ( 500 )

typedef struct
{
Expand Down

0 comments on commit 915208e

Please sign in to comment.