Skip to content

Audiokit Delay works in one example but not another #1478

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

You must be logged in to vote

Just look at the error message: with your include of STK there are 2 Delay classes now and you need to tell the system which one to take by using the namespace! audio_tools::Delay or stk::Delay ?

audio_tools::Delay dely(1000, 0.5, 0.33, 44100, false);

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@coatsiecoates
Comment options

@coatsiecoates
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants