Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ibsh authored Apr 26, 2020
1 parent dadee9f commit 9b4440d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ while (someType yourPacket = newAudioPacket()) {
doSomethingWithMostRecentKeyEstimate(r.globalKeyEstimate);
}
// to squeeze every last bit of audio from the working buffer...
// if you only want a single key estimate, or to squeeze
// every last bit of audio from the working buffer after
// progressive estimates...
k.finalChromagram(w);
// and finally...
Expand Down

0 comments on commit 9b4440d

Please sign in to comment.