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.

7 年之前
9 年之前
7 年之前
12345678910111213141516171819202122232425262728
  1. ><b>Updated (1/17/18 v3.2)</b><br>
  2. * Fixed disable function.<br>
  3. ><b>Updated (1/12/18 v3.2)</b><br>
  4. * Added disable function.<br>
  5. ><b>Updated (12/7/17 v3.1)</b><br>
  6. * Fix wrong include.<br>
  7. ><b>Updated (02/17/17 v3.0)</b><br>
  8. * Now we decimate the signal before analysis, significant speed up.<br>
  9. * More robust algorithm to determine the fundamental frequency.<br>
  10. ><b>Updated (11/23/15 v2.3)</b><br>
  11. * 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>
  12. * Double buffer to collect Audio data, while one collects the other buffer is processed.<br>
  13. ><b>Updated (10/12/15 v2.2)</b><br>
  14. * Fixed yin cpu usage throttling code in update function.<br>
  15. * Function initialize second param takes a float (0.0 - 1.0).<br>
  16. * Fix many spelling and grammar errors. :(<br>
  17. ><b>Updated (10/11/15 v2.1)</b><br>
  18. * Made yin implementation faster and more reliable.<br>
  19. * Improved user interface.<br>
  20. ><b>Updated (7/10/15 v2.0)</b><br>
  21. * First commit