Skip to content

Instantly share code, notes, and snippets.

@nanonum
Created December 5, 2015 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanonum/df3983fc82f455fb65d6 to your computer and use it in GitHub Desktop.
Save nanonum/df3983fc82f455fb65d6 to your computer and use it in GitHub Desktop.
Delay
Delay d(samplerate); // delay最大値、1秒分のメモリを確保
d.write(in1);
out1 = d.read(10) + d.read(20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment