Wim Taymans
e59c4675a7
audioconvert: send the command to the children
...
Send the command on the converter to all children as well.
Reset the resampler when we are paused so that we don't end up
with old data.
Fixes #288
2020-09-14 16:39:42 +02:00
Julian Bouzas
03bc36a502
resample-native: substract num of skipped samples after processing input
...
Takes into account the number of skipped samples when deciding whether
we should copy the remaining samples in the history or not.
Fixes dropping audio issue when resampling from high frequencies
such as 48KHz to low requencies such as 8KHz.
2020-07-20 15:25:02 -04:00
Wim Taymans
4dfd60f838
add some more debug
2020-06-02 17:15:47 +02:00
Wim Taymans
8513150bdf
resample: use calloc to make sure fields are 0
2020-05-08 16:13:34 +02:00
Wim Taymans
0d1cef6b3a
audioconvert: move some things around
...
To make it easier to add other implementations later.
Improve selection of resampler function
2020-04-03 18:03:42 +02:00