RSS feed
844078b5
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/10/01 12:48
evn follower nan handling
d57d77b8
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/09/30 14:42
clip vzfilter freq on init; handling for 0 cfxlen in sampler
24675fa3
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/09/25 13:36
mb osc sync out value fix
74dc8f99
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/09/25 13:29
negative frequency support for all mb oscs and sync fixes
3eca39b6
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/09/24 13:38
allow negative mbsaw freq
09c6e97e
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/09/22 10:55
tape delay tick fix
afed9908
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/09/22 10:07
tape delay tick fix
ef64cc0c
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/09/17 14:16
removing unneeded tBuffer init args
f2d7e1ab
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/09/17 14:11
clip freq setting tSVF
d594c1a3
– Jeff Snyder <jeff@snyderphonics.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/09/10 13:17
Update README.md
27cbc037
– spiricom <jeff@snyderphonics.com>
authored
on 2020/09/10 13:11
merged with latest leaf. may have messed up some initToPools by adding unecessary additional arguments of leaf consts
23faeb0a
– spiricom <jeff@snyderphonics.com>
authored
on 2020/09/10 13:04
added some fixes to several leaf objects and major bug fix to tSampler
a3ef3e09
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/09/02 13:58
make sure talkbox order does not exceed ORD_MAX
1c55817d
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/09/02 07:41
fix buf indexing error in talkbox objects
a5ffd431
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/09/01 10:59
set tmempool leaf pointer in tmempool_inittopool
53a6d7a0
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/08/31 11:19
remove the global leaf instance, a user declared instance of leaf must be passed into objects; update objects accordingly
17913838
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/08/19 11:32
improving minblep sampler
ab484c75
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/08/13 06:01
correct dualpd exp moving average
3152c9f2
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/08/12 13:11
tDualPitchDetector and other bacf pitch detector updates
697a53f9
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/08/07 12:25
don't allow sampler rate to exceed half the length
382ddd1e
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/08/07 12:04
mostly working minblep sampler
d634fb3b
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/08/05 09:09
more pitch detection testing; using both algs and only setting pitch when they match within some error works decently but at the cost of running both; at least suggests that they tend to make different errors
45af5ea9
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/08/05 05:49
minor
2e55e200
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/08/04 14:32
filling in docs, rename tZerocrossing to tZeroCrossingCounter
327ba3d4
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/08/03 13:26
pitch detector testing
7acbedad
– spiricom <jeff@snyderphonics.com>
authored
on 2020/07/21 15:12
added more tanh approximations
fcda8e4a
– Matthew Wang <mjw7@princeton.edu>
authored
on 2020/07/21 12:26
improving popcount function, use compiler builtins when possible
41a57875
– spiricom <jeff@snyderphonics.com>
authored
on 2020/07/21 10:48
more little tweaks
b6dc19e8
– spiricom <jeff@snyderphonics.com>
authored
on 2020/07/21 10:31
fixed a few float/double issues found by setting more agressive warning flags