浏览代码

update - see revision.md

main
duff2013 7 年前
父节点
当前提交
6642ea23cf
共有 4 个文件被更改,包括 6 次插入3 次删除
  1. +1
    -1
      AudioTuner.cpp
  2. +1
    -1
      README.md
  3. +1
    -1
      library.properties
  4. +3
    -0
      revision.md

+ 1
- 1
AudioTuner.cpp 查看文件

* THE SOFTWARE. * THE SOFTWARE.
*/ */


#include "analyze_notefreq_fast.h"
#include "utility/dspinst.h" #include "utility/dspinst.h"
#include "arm_math.h" #include "arm_math.h"
#include "Arduino.h" #include "Arduino.h"
#include "AudioTuner.h"


#define NUM_SAMPLES ( AUDIO_GUITARTUNER_BLOCKS << 7 ) #define NUM_SAMPLES ( AUDIO_GUITARTUNER_BLOCKS << 7 )



+ 1
- 1
README.md 查看文件

<p align="center"> <p align="center">
<b>Guitar and Bass Tuner Library v3.0</b><br>
<b>Guitar and Bass Tuner Library v3.1</b><br>
<b>Teensy 3.1/2</b><br> <b>Teensy 3.1/2</b><br>
</p> </p>



+ 1
- 1
library.properties 查看文件

name=AudioTuner name=AudioTuner
version=3.0
version=3.1
author=Colin Duffy author=Colin Duffy
maintainer=Colin Duffy maintainer=Colin Duffy
sentence=Yin algorithm sentence=Yin algorithm

+ 3
- 0
revision.md 查看文件

><b>Updated (12/7/17 v3.1)</b><br>
* Fix wrong include.<br>

><b>Updated (02/17/17 v3.0)</b><br> ><b>Updated (02/17/17 v3.0)</b><br>
* Now we decimate the signal before analysis, significant speed up.<br> * Now we decimate the signal before analysis, significant speed up.<br>
* More robust algorithm to determine the fundamental frequency.<br> * More robust algorithm to determine the fundamental frequency.<br>

正在加载...
取消
保存