aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_resampler_internal.h
AgeCommit message (Expand)Author
2018-01-12cubeb_resampler_speex: don't call data callback while draining (#398)Karl Tomlinson
2017-10-03Fix warning as errors.Paul Adenot
2017-10-03Implement some rudimentary underrun protection for duplex streams (#354)Paul Adenot
2017-02-15Audiounit drift with c920 webcam (Bug 1329190) (#221)Alex Chronopoulos
2017-02-06Allow buffering some input when using a noop resampler, and rename it because...Paul Adenot
2016-11-10Prevent underflowing the number of input frames needed in input when resampli...Paul Adenot
2016-10-25Revert part of 6ae23a635.Paul Adenot
2016-09-29Fix drift in WASAPI when having different output and input sample device rate...Paul Adenot
2016-07-07Set in/out buffer size according to latencyAlex Chronopoulos
2016-06-21resampler: change calculation for in/out frames neededAlex Chronopoulos
2016-06-07wasapi,winmm: Fix various VS2015 analysis warnings.Matthew Gregan
2016-06-01Resampler: correct output for input frames calculationAlex Chronopoulos
2016-04-18Make the unique_ptr replacment technique compatible with libc++Ehsan Akhgari
2016-03-24Fix unused variable warning in opt build.Paul Adenot
2016-03-24Fix warning in cubeb_resampler.cpp by adding parenthesis.Paul Adenot
2016-03-23Fully remove the old resampler draining logic.Paul Adenot
2016-03-22Declare constructor of processor and auto_array explicitAlex Chronopoulos
2016-03-18When resampling an output stream the target rate is the rate we're resampling...Paul Adenot
2016-03-18Rework how draining happens.Paul Adenot
2016-03-09Fix link error on test_resampler build.Alex Chronopoulos
2016-03-07Implement draining in resamplers.Paul Adenot
2016-02-29resampler: Work around lack of std::unique_ptr in Gecko builds.Matthew Gregan
2016-02-17Address review comments.Paul Adenot
2016-02-06Expose the new duplex resampler in the C APIPaul Adenot
2016-02-06Make the resampler handle two opposite streams.Paul Adenot
2016-02-06Introduce a delay line.Paul Adenot
2016-02-06Add a resampler that can synchronously resample audio.Paul Adenot