I hereby claim:
- I am cyberdude on github.
- I am arnaldofatmap (https://keybase.io/arnaldofatmap) on keybase.
- I have a public key ASCPk9EuirTh_xRlvZl8_82s4BZ-cLnc0OyK0dh_k3Bqago
To claim this, I am signing this object:
| var iterations = 100000; | |
| const urls = [ | |
| "http://fast-die.kiev.ua/", | |
| "http://www.shram.kiev.ua/", | |
| "http://fei.ru/", | |
| "https://psyplants.info/", | |
| "https://www.pictureview.com/", | |
| "http://abclider.com/", | |
| "http://borgie.net/", |
| var object = [ | |
| { | |
| name: "a", | |
| expired: false | |
| }, | |
| { | |
| name: "b", | |
| expired: true | |
| }, | |
| { |
I hereby claim:
To claim this, I am signing this object:
| // You can download file here: https://www.dropbox.com/s/ee5bpj6hvjixuna/example2.aif?dl=0 | |
| let path = Bundle.main.path(forResource: "example2", ofType: "aif") | |
| if (path != nil) { | |
| let win_size : uint_t = 2048 // Try it with 2048 and then 1024 | |
| let hop_size : uint_t = win_size/4 | |
| let a = new_fvec(hop_size) | |
| let b = new_aubio_source(path, 0, hop_size) | |
| var read: uint_t = 0 |