commit | dd3971db7d635f666858864ce2e1f90b7117184f | [log] [tgz] |
---|---|---|
author | Phil Burk <[email protected]> | Fri May 17 18:42:58 2019 -0700 |
committer | Phil Burk <[email protected]> | Fri May 17 18:42:58 2019 -0700 |
tree | d46cb267a8018babffc00721947adf3a0c5eaddc | |
parent | 514a8ca1b2e608dacbbd847f0331c7c0b9f9f4c9 [diff] |
oboe: first draft of resampler UNDER CONSTRUCTION Sample rate conversion in Oboe allows apps to get a FAST track even when the sample rates do not match the native rate. Output works with callback but not with blocking write. Not finishing the buffer properly. Input does not work. Resampler is just a bilinear interpolater. Need to add a sinc.