Skip to content

Implementing an equaliser example #124

Locked Answered by pschatzmann
AvishkaDon asked this question in Q&A
Discussion options

You must be logged in to vote

Two points:

  • If you want to use the internal DAC you need to replace I2SStream with AnalogAudioStream.
  • If you want to apply the filter you need to replace i2s.write() with filtered.write() - otherwise you just write directly to i2s w/o giving the filter a chance to do anything...

Replies: 8 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@AvishkaDon
Comment options

Comment options

You must be logged in to vote
1 reply
@AvishkaDon
Comment options

Comment options

You must be logged in to vote
1 reply
@AvishkaDon
Comment options

Comment options

You must be logged in to vote
1 reply
@AvishkaDon
Comment options

Answer selected by AvishkaDon
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants