You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

revision.md 966B

8 years ago
9 years ago
8 years ago
12345678910111213141516171819202122232425
  1. ><b>Updated (1/12/18 v3.2)</b><br>
  2. * Added disable function.<br>
  3. ><b>Updated (12/7/17 v3.1)</b><br>
  4. * Fix wrong include.<br>
  5. ><b>Updated (02/17/17 v3.0)</b><br>
  6. * Now we decimate the signal before analysis, significant speed up.<br>
  7. * More robust algorithm to determine the fundamental frequency.<br>
  8. ><b>Updated (11/23/15 v2.3)</b><br>
  9. * Totally new method to gather and process data, data is available after 24 Blocks of data have been collected (~69.6ms) for all frequencies.<br>
  10. * Double buffer to collect Audio data, while one collects the other buffer is processed.<br>
  11. ><b>Updated (10/12/15 v2.2)</b><br>
  12. * Fixed yin cpu usage throttling code in update function.<br>
  13. * Function initialize second param takes a float (0.0 - 1.0).<br>
  14. * Fix many spelling and grammar errors. :(<br>
  15. ><b>Updated (10/11/15 v2.1)</b><br>
  16. * Made yin implementation faster and more reliable.<br>
  17. * Improved user interface.<br>
  18. ><b>Updated (7/10/15 v2.0)</b><br>
  19. * First commit