Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

6 роки тому
6 роки тому
7 роки тому
7 роки тому
9 роки тому
9 роки тому
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