aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_resampler_internal.h
AgeCommit message (Expand)Author
2022-07-21Add logging statement when input audio dropping happensPaul Adenot
2022-03-08Add a parameter to cubeb_resampler_create to enable reclockingPaul Adenot
2021-07-28Run .clang-formatChun-Min Chang
2020-10-20Remove add_latency from resampling code, it's not usedPaul Adenot
2020-10-20Revert "Don't account for unresampled data when computing how much input is n...Vitor Kiguchi
2020-09-11Fix printf formatPaul Adenot
2020-09-09Assert that the temporary stack buffer used to prefill the resampler are big ...Paul Adenot
2020-09-09Don't account for unresampled data when computing how much input is needed.Paul Adenot
2020-09-09Handle underrun without asserting when resampling an input stream in duplex modePaul Adenot
2020-09-09Pre-feed the resampler with zeros to compensate for its latencyPaul Adenot
2020-09-09Add logging to make it clear what resampling setup is being useddPaul Adenot
2020-06-30resampler: avoid overflow on uint arithmeticsAlex Chronopoulos
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