index
:
cubeb
384khz
aaudio-buffering
aaudio-by-default
aaudio-input-processing
aaudio-interpolation-and-latency
aaudio-reinit
aaudio-reset-params
aaudio-timeout-restart
android-fixes
buffer-count-opensl
const-fixes
crash-bluetooth
cubeb-log-atomic
cubeb_audio_client_3_CI
devchg_docs
firefox-100
fix-negative-latency
fix-negative-latency-aaudio
fix-tests
fix-warnings
get_max_req_size
higher-rate
master
no-exception-no-rtti
no-unlock
null-check
nullcheck-log
opensl-check-rv
opensl-float-conversion
opensl-record-return
opensl_asserts
processing-params
pulse-get-server-info-null
reclock
reclock-param
record-audio
register_cubeb_thread
resampler-rate-conversion-fix
resize-buf-aaudio
set-processing-params-none
test-multichannel
tsan-fixes
update-submodules
wasapi-no-direct-avrt
wasapi_render_loop_lifecycle
wasapi_render_loop_lifecycle_rebase
winmm-prefill
Cross platform audio library
mozilla
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cubeb_resampler_internal.h
Age
Commit message (
Expand
)
Author
2022-07-21
Add logging statement when input audio dropping happens
Paul Adenot
2022-03-08
Add a parameter to cubeb_resampler_create to enable reclocking
Paul Adenot
2021-07-28
Run .clang-format
Chun-Min Chang
2020-10-20
Remove add_latency from resampling code, it's not used
Paul Adenot
2020-10-20
Revert "Don't account for unresampled data when computing how much input is n...
Vitor Kiguchi
2020-09-11
Fix printf format
Paul Adenot
2020-09-09
Assert that the temporary stack buffer used to prefill the resampler are big ...
Paul Adenot
2020-09-09
Don't account for unresampled data when computing how much input is needed.
Paul Adenot
2020-09-09
Handle underrun without asserting when resampling an input stream in duplex mode
Paul Adenot
2020-09-09
Pre-feed the resampler with zeros to compensate for its latency
Paul Adenot
2020-09-09
Add logging to make it clear what resampling setup is being usedd
Paul Adenot
2020-06-30
resampler: avoid overflow on uint arithmetics
Alex Chronopoulos
2018-01-12
cubeb_resampler_speex: don't call data callback while draining (#398)
Karl Tomlinson
2017-10-03
Fix warning as errors.
Paul Adenot
2017-10-03
Implement some rudimentary underrun protection for duplex streams (#354)
Paul Adenot
2017-02-15
Audiounit drift with c920 webcam (Bug 1329190) (#221)
Alex Chronopoulos
2017-02-06
Allow buffering some input when using a noop resampler, and rename it because...
Paul Adenot
2016-11-10
Prevent underflowing the number of input frames needed in input when resampli...
Paul Adenot
2016-10-25
Revert part of 6ae23a635.
Paul Adenot
2016-09-29
Fix drift in WASAPI when having different output and input sample device rate...
Paul Adenot
2016-07-07
Set in/out buffer size according to latency
Alex Chronopoulos
2016-06-21
resampler: change calculation for in/out frames needed
Alex Chronopoulos
2016-06-07
wasapi,winmm: Fix various VS2015 analysis warnings.
Matthew Gregan
2016-06-01
Resampler: correct output for input frames calculation
Alex Chronopoulos
2016-04-18
Make the unique_ptr replacment technique compatible with libc++
Ehsan Akhgari
2016-03-24
Fix unused variable warning in opt build.
Paul Adenot
2016-03-24
Fix warning in cubeb_resampler.cpp by adding parenthesis.
Paul Adenot
2016-03-23
Fully remove the old resampler draining logic.
Paul Adenot
2016-03-22
Declare constructor of processor and auto_array explicit
Alex Chronopoulos
2016-03-18
When resampling an output stream the target rate is the rate we're resampling...
Paul Adenot
2016-03-18
Rework how draining happens.
Paul Adenot
2016-03-09
Fix link error on test_resampler build.
Alex Chronopoulos
2016-03-07
Implement draining in resamplers.
Paul Adenot
2016-02-29
resampler: Work around lack of std::unique_ptr in Gecko builds.
Matthew Gregan
2016-02-17
Address review comments.
Paul Adenot
2016-02-06
Expose the new duplex resampler in the C API
Paul Adenot
2016-02-06
Make the resampler handle two opposite streams.
Paul Adenot
2016-02-06
Introduce a delay line.
Paul Adenot
2016-02-06
Add a resampler that can synchronously resample audio.
Paul Adenot