mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
b3693e5431
From 763e746e97f0c234cea9ad1b674d406f55a2fb51 Mon Sep 17 00:00:00 2001 This applies a patch from the opus-tools fork of the speex resampler, fixing an issue where the resampler could return less that the requested number of samples. https://git.xiph.org/?p=opus-tools.git;a=commitdiff;h=5adadc5 --- media/libspeex_resampler/README_MOZILLA | 3 +- media/libspeex_resampler/src/resample.c | 12 ++++--- media/libspeex_resampler/truncation.patch | 54 +++++++++++++++++++++++++++++++ media/libspeex_resampler/update.sh | 4 +++ 4 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 media/libspeex_resampler/truncation.patch --HG-- extra : rebase_source : db081699c3f914824abeb3bbf6563d459a690eff
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
This source is from the Speex library (http://git.xiph.org/speex.git/), from
|
|
commit a6d05eb5.
|
|
|
|
It consists in the audio resampling code (resampler.c) and its header files
|
|
dependancies, imported into the tree using the update.sh script.
|