Wim Taymans
5e55968546
audio-convert: improve converter API
...
Improve the converter API to allow for an max input and output number of
samples and return the number of consumed/produced samples.
2015-12-09 17:16:26 +01:00
Luis de Bethencourt
df16e8dd5a
audio-converter: remove unneeded check for unsigned < 0
...
Commit ff6d1a2a25
changed sample's type from
gint to gsize (and renamed it to in_samples). gsize is an unsigned long,
which means it can never be a negative value and the check making sure that
in_samples is >= 0 is never going to be false. Removing it.
CID 1338689
2015-11-12 14:18:30 +00:00
Wim Taymans
ff6d1a2a25
audio-converter: add output size argument
...
Make it possible to have a different number of output samples than input
samples when we, for example, want to add resampling later.
2015-11-10 09:53:59 +01:00
Wim Taymans
30977cf1a5
audio-converter: require interleaved samples and no resampling
...
We can't yet do resampling or anything other than interleaved audio.
2015-11-06 18:00:41 +01:00
Wim Taymans
e3f0f3b91e
audio-converter: move audio converter to audio libs
...
Move the audio-converter helper to the audio library.
2015-11-06 17:53:22 +01:00