Added Pitch.js package
commita114198e5e9132a0dfe7f3699e92ea989143a5a5
authorRob van Son <r.j.j.h.vanson@gmail.com>
Tue, 1 May 2018 08:50:08 +0000 (1 10:50 +0200)
committerRob van Son <r.j.j.h.vanson@gmail.com>
Tue, 1 May 2018 08:50:08 +0000 (1 10:50 +0200)
tree735264c62bf09851b99bbc1e889b97d1c54d86ba
parenta11c9dcae1020e5e8e147a295c998ea608100a83
Added Pitch.js package
19 files changed:
SpeakGoodChinese3.xml
pitch.js/.gitignore [new file with mode: 0644]
pitch.js/Makefile [new file with mode: 0644]
pitch.js/README.md [new file with mode: 0644]
pitch.js/docs/AUTHORS.md [new file with mode: 0644]
pitch.js/docs/DOCS.md [new file with mode: 0644]
pitch.js/docs/LICENSE.txt [new file with mode: 0644]
pitch.js/src/pitch.js [new file with mode: 0644]
pitch.js/tests/port/test-fft.js [new file with mode: 0755]
pitch.js/tests/port/test.js [new file with mode: 0755]
pitch.js/tests/ref/libda/fft.hpp [new file with mode: 0644]
pitch.js/tests/ref/pitch.cc [new file with mode: 0644]
pitch.js/tests/ref/pitch.hh [new file with mode: 0644]
pitch.js/tests/ref/test-fft.cc [new file with mode: 0644]
pitch.js/tests/ref/test.cc [new file with mode: 0644]
pitch.js/tests/ref/util.hh [new file with mode: 0644]
pitch.js/tests/tools/compare.js [new file with mode: 0755]
pitch.js/tests/tools/index.js [new file with mode: 0644]
pitch.js/tests/tools/wavreader.js [new file with mode: 0644]