Skip to content

Commit

Permalink
xwax: pitch: Improve coefficients
Browse files Browse the repository at this point in the history
  • Loading branch information
jclsn committed Mar 5, 2025
1 parent 1bac20a commit 1485e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/xwax/pitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

/* Values for the filter concluded experimentally */

#define ALPHA (1.0/512)
#define BETA (ALPHA/256)
#define ALPHA 1e-3
#define BETA 1e-6

/* State of the pitch calculation filter */

Expand Down

0 comments on commit 1485e6b

Please sign in to comment.