mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
929 lines
43 KiB
929 lines
43 KiB
CROSS_TEST = $(foreach I,$(1), \ |
|
$(foreach J,$(1), \ |
|
$(if $(filter-out $(I),$(J)), \ |
|
$(eval $(call $(2),$(I),$(J),$(3),$(4),$(5))), \ |
|
))) |
|
|
|
|
|
SAMPLERATES = 2626 8000 44100 48000 96000 |
|
|
|
SAMPLERATES_LITE = 8000 44100 48000 |
|
|
|
SAMPLERATES_NN = 8000 44100 |
|
|
|
define ARESAMPLE |
|
FATE_SWR_RESAMPLE += fate-swr-resample-$(3)-$(1)-$(2) |
|
fate-swr-resample-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav |
|
fate-swr-resample-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):internal_sample_fmt=$(3) -f wav -acodec pcm_s16le - |
|
|
|
fate-swr-resample-$(3)-$(1)-$(2): CMP = stddev |
|
fate-swr-resample-$(3)-$(1)-$(2): CMP_UNIT = $(5) |
|
fate-swr-resample-$(3)-$(1)-$(2): FUZZ = 0.1 |
|
fate-swr-resample-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav |
|
endef |
|
|
|
#below list is generated by: |
|
#you can use this if you need to update it! |
|
#make -k `make fate-list | grep swr` | egrep 'TEST|stddev' | tr '\n' '@' | sed 's#TEST *\([^@]*\)@stddev: *\([0-9.]*\)[^b@]*bytes: *\([0-9]*\) */ *\([0-9]*\)@#fate-\1: CMP_TARGET = \2@fate-\1: SIZE_TOLERANCE = \3 - \4@@#g' | tr '@' '\n' |
|
|
|
fate-swr-resample-dblp-2626-44100: CMP_TARGET = 1352.68 |
|
fate-swr-resample-dblp-2626-44100: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-dblp-2626-48000: CMP_TARGET = 1352.65 |
|
fate-swr-resample-dblp-2626-48000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-dblp-2626-8000: CMP_TARGET = 1353.08 |
|
fate-swr-resample-dblp-2626-8000: SIZE_TOLERANCE = 31512 - 20482 |
|
|
|
fate-swr-resample-dblp-2626-96000: CMP_TARGET = 1352.67 |
|
fate-swr-resample-dblp-2626-96000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-dblp-44100-2626: CMP_TARGET = 185.82 |
|
fate-swr-resample-dblp-44100-2626: SIZE_TOLERANCE = 529200 - 20490 |
|
|
|
fate-swr-resample-dblp-44100-48000: CMP_TARGET = 9.70 |
|
fate-swr-resample-dblp-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample-dblp-44100-8000: CMP_TARGET = 75.45 |
|
fate-swr-resample-dblp-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample-dblp-44100-96000: CMP_TARGET = 11.47 |
|
fate-swr-resample-dblp-44100-96000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample-dblp-48000-2626: CMP_TARGET = 456.51 |
|
fate-swr-resample-dblp-48000-2626: SIZE_TOLERANCE = 576000 - 20510 |
|
|
|
fate-swr-resample-dblp-48000-44100: CMP_TARGET = 1.02 |
|
fate-swr-resample-dblp-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample-dblp-48000-8000: CMP_TARGET = 62.38 |
|
fate-swr-resample-dblp-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample-dblp-48000-96000: CMP_TARGET = 0.47 |
|
fate-swr-resample-dblp-48000-96000: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample-dblp-8000-2626: CMP_TARGET = 2506.02 |
|
fate-swr-resample-dblp-8000-2626: SIZE_TOLERANCE = 96000 - 20486 |
|
|
|
fate-swr-resample-dblp-8000-44100: CMP_TARGET = 15.09 |
|
fate-swr-resample-dblp-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-dblp-8000-48000: CMP_TARGET = 14.69 |
|
fate-swr-resample-dblp-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-dblp-8000-96000: CMP_TARGET = 13.81 |
|
fate-swr-resample-dblp-8000-96000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-dblp-96000-2626: CMP_TARGET = 675.08 |
|
fate-swr-resample-dblp-96000-2626: SIZE_TOLERANCE = 1152000 - 20474 |
|
|
|
fate-swr-resample-dblp-96000-44100: CMP_TARGET = 1.45 |
|
fate-swr-resample-dblp-96000-44100: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample-dblp-96000-48000: CMP_TARGET = 1.00 |
|
fate-swr-resample-dblp-96000-48000: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample-dblp-96000-8000: CMP_TARGET = 58.57 |
|
fate-swr-resample-dblp-96000-8000: SIZE_TOLERANCE = 1152000 - 20496 |
|
|
|
fate-swr-resample-fltp-2626-44100: CMP_TARGET = 1352.68 |
|
fate-swr-resample-fltp-2626-44100: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-fltp-2626-48000: CMP_TARGET = 1352.65 |
|
fate-swr-resample-fltp-2626-48000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-fltp-2626-8000: CMP_TARGET = 1353.08 |
|
fate-swr-resample-fltp-2626-8000: SIZE_TOLERANCE = 31512 - 20482 |
|
|
|
fate-swr-resample-fltp-2626-96000: CMP_TARGET = 1352.67 |
|
fate-swr-resample-fltp-2626-96000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-fltp-44100-2626: CMP_TARGET = 185.82 |
|
fate-swr-resample-fltp-44100-2626: SIZE_TOLERANCE = 529200 - 20490 |
|
|
|
fate-swr-resample-fltp-44100-48000: CMP_TARGET = 9.70 |
|
fate-swr-resample-fltp-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample-fltp-44100-8000: CMP_TARGET = 75.45 |
|
fate-swr-resample-fltp-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample-fltp-44100-96000: CMP_TARGET = 11.47 |
|
fate-swr-resample-fltp-44100-96000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample-fltp-48000-2626: CMP_TARGET = 456.51 |
|
fate-swr-resample-fltp-48000-2626: SIZE_TOLERANCE = 576000 - 20510 |
|
|
|
fate-swr-resample-fltp-48000-44100: CMP_TARGET = 1.02 |
|
fate-swr-resample-fltp-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample-fltp-48000-8000: CMP_TARGET = 62.38 |
|
fate-swr-resample-fltp-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample-fltp-48000-96000: CMP_TARGET = 0.47 |
|
fate-swr-resample-fltp-48000-96000: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample-fltp-8000-2626: CMP_TARGET = 2506.02 |
|
fate-swr-resample-fltp-8000-2626: SIZE_TOLERANCE = 96000 - 20486 |
|
|
|
fate-swr-resample-fltp-8000-44100: CMP_TARGET = 15.09 |
|
fate-swr-resample-fltp-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-fltp-8000-48000: CMP_TARGET = 14.69 |
|
fate-swr-resample-fltp-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-fltp-8000-96000: CMP_TARGET = 13.81 |
|
fate-swr-resample-fltp-8000-96000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-fltp-96000-2626: CMP_TARGET = 675.08 |
|
fate-swr-resample-fltp-96000-2626: SIZE_TOLERANCE = 1152000 - 20474 |
|
|
|
fate-swr-resample-fltp-96000-44100: CMP_TARGET = 1.45 |
|
fate-swr-resample-fltp-96000-44100: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample-fltp-96000-48000: CMP_TARGET = 1.00 |
|
fate-swr-resample-fltp-96000-48000: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample-fltp-96000-8000: CMP_TARGET = 58.57 |
|
fate-swr-resample-fltp-96000-8000: SIZE_TOLERANCE = 1152000 - 20496 |
|
|
|
fate-swr-resample-s16p-2626-44100: CMP_TARGET = 1393.01 |
|
fate-swr-resample-s16p-2626-44100: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-s16p-2626-48000: CMP_TARGET = 1392.99 |
|
fate-swr-resample-s16p-2626-48000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-s16p-2626-8000: CMP_TARGET = 1393.90 |
|
fate-swr-resample-s16p-2626-8000: SIZE_TOLERANCE = 31512 - 20482 |
|
|
|
fate-swr-resample-s16p-2626-96000: CMP_TARGET = 1393.08 |
|
fate-swr-resample-s16p-2626-96000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-s16p-44100-2626: CMP_TARGET = 185.84 |
|
fate-swr-resample-s16p-44100-2626: SIZE_TOLERANCE = 529200 - 20490 |
|
|
|
fate-swr-resample-s16p-44100-48000: CMP_TARGET = 9.71 |
|
fate-swr-resample-s16p-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample-s16p-44100-8000: CMP_TARGET = 75.46 |
|
fate-swr-resample-s16p-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample-s16p-44100-96000: CMP_TARGET = 11.48 |
|
fate-swr-resample-s16p-44100-96000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample-s16p-48000-2626: CMP_TARGET = 456.55 |
|
fate-swr-resample-s16p-48000-2626: SIZE_TOLERANCE = 576000 - 20510 |
|
|
|
fate-swr-resample-s16p-48000-44100: CMP_TARGET = 1.22 |
|
fate-swr-resample-s16p-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample-s16p-48000-8000: CMP_TARGET = 62.41 |
|
fate-swr-resample-s16p-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample-s16p-48000-96000: CMP_TARGET = 0.50 |
|
fate-swr-resample-s16p-48000-96000: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample-s16p-8000-2626: CMP_TARGET = 2506.02 |
|
fate-swr-resample-s16p-8000-2626: SIZE_TOLERANCE = 96000 - 20486 |
|
|
|
fate-swr-resample-s16p-8000-44100: CMP_TARGET = 15.12 |
|
fate-swr-resample-s16p-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-s16p-8000-48000: CMP_TARGET = 14.69 |
|
fate-swr-resample-s16p-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-s16p-8000-96000: CMP_TARGET = 13.83 |
|
fate-swr-resample-s16p-8000-96000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-s16p-96000-2626: CMP_TARGET = 675.14 |
|
fate-swr-resample-s16p-96000-2626: SIZE_TOLERANCE = 1152000 - 20474 |
|
|
|
fate-swr-resample-s16p-96000-44100: CMP_TARGET = 1.62 |
|
fate-swr-resample-s16p-96000-44100: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample-s16p-96000-48000: CMP_TARGET = 1.03 |
|
fate-swr-resample-s16p-96000-48000: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample-s16p-96000-8000: CMP_TARGET = 58.60 |
|
fate-swr-resample-s16p-96000-8000: SIZE_TOLERANCE = 1152000 - 20496 |
|
|
|
fate-swr-resample-s32p-2626-44100: CMP_TARGET = 1393.01 |
|
fate-swr-resample-s32p-2626-44100: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-s32p-2626-48000: CMP_TARGET = 1392.99 |
|
fate-swr-resample-s32p-2626-48000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-s32p-2626-8000: CMP_TARGET = 1393.89 |
|
fate-swr-resample-s32p-2626-8000: SIZE_TOLERANCE = 31512 - 20482 |
|
|
|
fate-swr-resample-s32p-2626-96000: CMP_TARGET = 1393.00 |
|
fate-swr-resample-s32p-2626-96000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample-s32p-44100-2626: CMP_TARGET = 185.82 |
|
fate-swr-resample-s32p-44100-2626: SIZE_TOLERANCE = 529200 - 20490 |
|
|
|
fate-swr-resample-s32p-44100-48000: CMP_TARGET = 9.70 |
|
fate-swr-resample-s32p-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample-s32p-44100-8000: CMP_TARGET = 75.45 |
|
fate-swr-resample-s32p-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample-s32p-44100-96000: CMP_TARGET = 11.47 |
|
fate-swr-resample-s32p-44100-96000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample-s32p-48000-2626: CMP_TARGET = 456.51 |
|
fate-swr-resample-s32p-48000-2626: SIZE_TOLERANCE = 576000 - 20510 |
|
|
|
fate-swr-resample-s32p-48000-44100: CMP_TARGET = 1.02 |
|
fate-swr-resample-s32p-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample-s32p-48000-8000: CMP_TARGET = 62.38 |
|
fate-swr-resample-s32p-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample-s32p-48000-96000: CMP_TARGET = 0.47 |
|
fate-swr-resample-s32p-48000-96000: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample-s32p-8000-2626: CMP_TARGET = 2506.02 |
|
fate-swr-resample-s32p-8000-2626: SIZE_TOLERANCE = 96000 - 20486 |
|
|
|
fate-swr-resample-s32p-8000-44100: CMP_TARGET = 15.09 |
|
fate-swr-resample-s32p-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-s32p-8000-48000: CMP_TARGET = 14.69 |
|
fate-swr-resample-s32p-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-s32p-8000-96000: CMP_TARGET = 13.81 |
|
fate-swr-resample-s32p-8000-96000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample-s32p-96000-2626: CMP_TARGET = 675.08 |
|
fate-swr-resample-s32p-96000-2626: SIZE_TOLERANCE = 1152000 - 20474 |
|
|
|
fate-swr-resample-s32p-96000-44100: CMP_TARGET = 1.45 |
|
fate-swr-resample-s32p-96000-44100: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample-s32p-96000-48000: CMP_TARGET = 1.00 |
|
fate-swr-resample-s32p-96000-48000: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample-s32p-96000-8000: CMP_TARGET = 58.57 |
|
fate-swr-resample-s32p-96000-8000: SIZE_TOLERANCE = 1152000 - 20496 |
|
|
|
|
|
define ARESAMPLE_LIN |
|
FATE_SWR_RESAMPLE += fate-swr-resample_lin-$(3)-$(1)-$(2) |
|
fate-swr-resample_lin-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav |
|
fate-swr-resample_lin-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):linear_interp=1:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):linear_interp=1:internal_sample_fmt=$(3) -f wav -acodec pcm_s16le - |
|
|
|
fate-swr-resample_lin-$(3)-$(1)-$(2): CMP = stddev |
|
fate-swr-resample_lin-$(3)-$(1)-$(2): CMP_UNIT = $(5) |
|
fate-swr-resample_lin-$(3)-$(1)-$(2): FUZZ = 0.1 |
|
fate-swr-resample_lin-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav |
|
endef |
|
|
|
fate-swr-resample_lin-s16p-8000-44100: CMP_TARGET = 14.61 |
|
fate-swr-resample_lin-s16p-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_lin-s16p-8000-48000: CMP_TARGET = 14.53 |
|
fate-swr-resample_lin-s16p-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_lin-s16p-44100-8000: CMP_TARGET = 75.41 |
|
fate-swr-resample_lin-s16p-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_lin-s16p-44100-48000: CMP_TARGET = 9.66 |
|
fate-swr-resample_lin-s16p-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_lin-s16p-48000-8000: CMP_TARGET = 62.39 |
|
fate-swr-resample_lin-s16p-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample_lin-s16p-48000-44100: CMP_TARGET = 0.68 |
|
fate-swr-resample_lin-s16p-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_lin-fltp-8000-44100: CMP_TARGET = 14.59 |
|
fate-swr-resample_lin-fltp-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_lin-fltp-8000-48000: CMP_TARGET = 14.50 |
|
fate-swr-resample_lin-fltp-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_lin-fltp-44100-8000: CMP_TARGET = 75.38 |
|
fate-swr-resample_lin-fltp-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_lin-fltp-44100-48000: CMP_TARGET = 9.65 |
|
fate-swr-resample_lin-fltp-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_lin-fltp-48000-8000: CMP_TARGET = 62.36 |
|
fate-swr-resample_lin-fltp-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample_lin-fltp-48000-44100: CMP_TARGET = 0.26 |
|
fate-swr-resample_lin-fltp-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_lin-dblp-8000-44100: CMP_TARGET = 14.59 |
|
fate-swr-resample_lin-dblp-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_lin-dblp-8000-48000: CMP_TARGET = 14.50 |
|
fate-swr-resample_lin-dblp-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_lin-dblp-44100-8000: CMP_TARGET = 75.38 |
|
fate-swr-resample_lin-dblp-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_lin-dblp-44100-48000: CMP_TARGET = 9.65 |
|
fate-swr-resample_lin-dblp-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_lin-dblp-48000-8000: CMP_TARGET = 62.36 |
|
fate-swr-resample_lin-dblp-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample_lin-dblp-48000-44100: CMP_TARGET = 0.26 |
|
fate-swr-resample_lin-dblp-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
define ARESAMPLE_NN |
|
FATE_SWR_RESAMPLE += fate-swr-resample_nn-$(3)-$(1)-$(2) |
|
fate-swr-resample_nn-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav |
|
fate-swr-resample_nn-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):filter_size=1:phase_shift=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):internal_sample_fmt=$(3) -f wav -acodec pcm_s16le - |
|
|
|
fate-swr-resample_nn-$(3)-$(1)-$(2): CMP = stddev |
|
fate-swr-resample_nn-$(3)-$(1)-$(2): CMP_UNIT = $(5) |
|
fate-swr-resample_nn-$(3)-$(1)-$(2): FUZZ = 0.1 |
|
fate-swr-resample_nn-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav |
|
endef |
|
|
|
fate-swr-resample_nn-fltp-44100-8000: CMP_TARGET = 590.98 |
|
fate-swr-resample_nn-fltp-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_nn-fltp-8000-44100: CMP_TARGET = 3163.32 |
|
fate-swr-resample_nn-fltp-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_nn-s16p-44100-8000: CMP_TARGET = 590.97 |
|
fate-swr-resample_nn-s16p-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_nn-s16p-8000-44100: CMP_TARGET = 3163.39 |
|
fate-swr-resample_nn-s16p-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
define ARESAMPLE_ASYNC |
|
FATE_SWR_RESAMPLE += fate-swr-resample_async-$(3)-$(1)-$(2) |
|
fate-swr-resample_async-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav |
|
fate-swr-resample_async-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100,aresample=$(2):async=50:min_hard_comp=0.100000:first_pts=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):internal_sample_fmt=$(3) -f wav -acodec pcm_s16le - |
|
|
|
fate-swr-resample_async-$(3)-$(1)-$(2): CMP = stddev |
|
fate-swr-resample_async-$(3)-$(1)-$(2): CMP_UNIT = $(5) |
|
fate-swr-resample_async-$(3)-$(1)-$(2): FUZZ = 0.1 |
|
fate-swr-resample_async-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav |
|
endef |
|
|
|
fate-swr-resample_async-fltp-44100-8000: CMP_TARGET = 4020.62 |
|
fate-swr-resample_async-fltp-44100-8000: SIZE_TOLERANCE = 529200 - 20310 |
|
|
|
fate-swr-resample_async-fltp-8000-44100: CMP_TARGET = 11186.69 |
|
fate-swr-resample_async-fltp-8000-44100: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_async-s16p-44100-8000: CMP_TARGET = 4020.73 |
|
fate-swr-resample_async-s16p-44100-8000: SIZE_TOLERANCE = 529200 - 20310 |
|
|
|
fate-swr-resample_async-s16p-8000-44100: CMP_TARGET = 11187.01 |
|
fate-swr-resample_async-s16p-8000-44100: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
define ARESAMPLE_EXACT |
|
FATE_SWR_RESAMPLE += fate-swr-resample_exact-$(3)-$(1)-$(2) |
|
fate-swr-resample_exact-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav |
|
fate-swr-resample_exact-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):internal_sample_fmt=$(3):exact_rational=on,aformat=$(3),aresample=$(1):internal_sample_fmt=$(3):exact_rational=on -f wav -acodec pcm_s16le - |
|
|
|
fate-swr-resample_exact-$(3)-$(1)-$(2): CMP = stddev |
|
fate-swr-resample_exact-$(3)-$(1)-$(2): CMP_UNIT = $(5) |
|
fate-swr-resample_exact-$(3)-$(1)-$(2): FUZZ = 0.1 |
|
fate-swr-resample_exact-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav |
|
endef |
|
|
|
fate-swr-resample_exact-dblp-2626-44100: CMP_TARGET = 1352.68 |
|
fate-swr-resample_exact-dblp-2626-44100: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-dblp-2626-48000: CMP_TARGET = 1352.65 |
|
fate-swr-resample_exact-dblp-2626-48000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-dblp-2626-8000: CMP_TARGET = 1353.08 |
|
fate-swr-resample_exact-dblp-2626-8000: SIZE_TOLERANCE = 31512 - 20482 |
|
|
|
fate-swr-resample_exact-dblp-2626-96000: CMP_TARGET = 1352.67 |
|
fate-swr-resample_exact-dblp-2626-96000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-dblp-44100-2626: CMP_TARGET = 185.82 |
|
fate-swr-resample_exact-dblp-44100-2626: SIZE_TOLERANCE = 529200 - 20490 |
|
|
|
fate-swr-resample_exact-dblp-44100-48000: CMP_TARGET = 9.65 |
|
fate-swr-resample_exact-dblp-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact-dblp-44100-8000: CMP_TARGET = 75.38 |
|
fate-swr-resample_exact-dblp-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_exact-dblp-44100-96000: CMP_TARGET = 11.45 |
|
fate-swr-resample_exact-dblp-44100-96000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact-dblp-48000-2626: CMP_TARGET = 456.51 |
|
fate-swr-resample_exact-dblp-48000-2626: SIZE_TOLERANCE = 576000 - 20510 |
|
|
|
fate-swr-resample_exact-dblp-48000-44100: CMP_TARGET = 0.26 |
|
fate-swr-resample_exact-dblp-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact-dblp-48000-8000: CMP_TARGET = 62.36 |
|
fate-swr-resample_exact-dblp-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample_exact-dblp-48000-96000: CMP_TARGET = 0.47 |
|
fate-swr-resample_exact-dblp-48000-96000: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact-dblp-8000-2626: CMP_TARGET = 2506.02 |
|
fate-swr-resample_exact-dblp-8000-2626: SIZE_TOLERANCE = 96000 - 20486 |
|
|
|
fate-swr-resample_exact-dblp-8000-44100: CMP_TARGET = 14.59 |
|
fate-swr-resample_exact-dblp-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-dblp-8000-48000: CMP_TARGET = 14.50 |
|
fate-swr-resample_exact-dblp-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-dblp-8000-96000: CMP_TARGET = 13.62 |
|
fate-swr-resample_exact-dblp-8000-96000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-dblp-96000-2626: CMP_TARGET = 675.08 |
|
fate-swr-resample_exact-dblp-96000-2626: SIZE_TOLERANCE = 1152000 - 20474 |
|
|
|
fate-swr-resample_exact-dblp-96000-44100: CMP_TARGET = 1.26 |
|
fate-swr-resample_exact-dblp-96000-44100: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample_exact-dblp-96000-48000: CMP_TARGET = 1.00 |
|
fate-swr-resample_exact-dblp-96000-48000: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample_exact-dblp-96000-8000: CMP_TARGET = 58.52 |
|
fate-swr-resample_exact-dblp-96000-8000: SIZE_TOLERANCE = 1152000 - 20496 |
|
|
|
fate-swr-resample_exact-fltp-2626-44100: CMP_TARGET = 1352.68 |
|
fate-swr-resample_exact-fltp-2626-44100: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-fltp-2626-48000: CMP_TARGET = 1352.65 |
|
fate-swr-resample_exact-fltp-2626-48000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-fltp-2626-8000: CMP_TARGET = 1353.08 |
|
fate-swr-resample_exact-fltp-2626-8000: SIZE_TOLERANCE = 31512 - 20482 |
|
|
|
fate-swr-resample_exact-fltp-2626-96000: CMP_TARGET = 1352.67 |
|
fate-swr-resample_exact-fltp-2626-96000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-fltp-44100-2626: CMP_TARGET = 185.82 |
|
fate-swr-resample_exact-fltp-44100-2626: SIZE_TOLERANCE = 529200 - 20490 |
|
|
|
fate-swr-resample_exact-fltp-44100-48000: CMP_TARGET = 9.65 |
|
fate-swr-resample_exact-fltp-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact-fltp-44100-8000: CMP_TARGET = 75.38 |
|
fate-swr-resample_exact-fltp-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_exact-fltp-44100-96000: CMP_TARGET = 11.45 |
|
fate-swr-resample_exact-fltp-44100-96000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact-fltp-48000-2626: CMP_TARGET = 456.51 |
|
fate-swr-resample_exact-fltp-48000-2626: SIZE_TOLERANCE = 576000 - 20510 |
|
|
|
fate-swr-resample_exact-fltp-48000-44100: CMP_TARGET = 0.26 |
|
fate-swr-resample_exact-fltp-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact-fltp-48000-8000: CMP_TARGET = 62.36 |
|
fate-swr-resample_exact-fltp-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample_exact-fltp-48000-96000: CMP_TARGET = 0.47 |
|
fate-swr-resample_exact-fltp-48000-96000: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact-fltp-8000-2626: CMP_TARGET = 2506.02 |
|
fate-swr-resample_exact-fltp-8000-2626: SIZE_TOLERANCE = 96000 - 20486 |
|
|
|
fate-swr-resample_exact-fltp-8000-44100: CMP_TARGET = 14.59 |
|
fate-swr-resample_exact-fltp-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-fltp-8000-48000: CMP_TARGET = 14.50 |
|
fate-swr-resample_exact-fltp-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-fltp-8000-96000: CMP_TARGET = 13.62 |
|
fate-swr-resample_exact-fltp-8000-96000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-fltp-96000-2626: CMP_TARGET = 675.08 |
|
fate-swr-resample_exact-fltp-96000-2626: SIZE_TOLERANCE = 1152000 - 20474 |
|
|
|
fate-swr-resample_exact-fltp-96000-44100: CMP_TARGET = 1.26 |
|
fate-swr-resample_exact-fltp-96000-44100: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample_exact-fltp-96000-48000: CMP_TARGET = 1.00 |
|
fate-swr-resample_exact-fltp-96000-48000: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample_exact-fltp-96000-8000: CMP_TARGET = 58.52 |
|
fate-swr-resample_exact-fltp-96000-8000: SIZE_TOLERANCE = 1152000 - 20496 |
|
|
|
fate-swr-resample_exact-s16p-2626-44100: CMP_TARGET = 1393.01 |
|
fate-swr-resample_exact-s16p-2626-44100: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-s16p-2626-48000: CMP_TARGET = 1392.99 |
|
fate-swr-resample_exact-s16p-2626-48000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-s16p-2626-8000: CMP_TARGET = 1393.90 |
|
fate-swr-resample_exact-s16p-2626-8000: SIZE_TOLERANCE = 31512 - 20482 |
|
|
|
fate-swr-resample_exact-s16p-2626-96000: CMP_TARGET = 1393.08 |
|
fate-swr-resample_exact-s16p-2626-96000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-s16p-44100-2626: CMP_TARGET = 185.84 |
|
fate-swr-resample_exact-s16p-44100-2626: SIZE_TOLERANCE = 529200 - 20490 |
|
|
|
fate-swr-resample_exact-s16p-44100-48000: CMP_TARGET = 9.67 |
|
fate-swr-resample_exact-s16p-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact-s16p-44100-8000: CMP_TARGET = 75.43 |
|
fate-swr-resample_exact-s16p-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_exact-s16p-44100-96000: CMP_TARGET = 11.46 |
|
fate-swr-resample_exact-s16p-44100-96000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact-s16p-48000-2626: CMP_TARGET = 456.55 |
|
fate-swr-resample_exact-s16p-48000-2626: SIZE_TOLERANCE = 576000 - 20510 |
|
|
|
fate-swr-resample_exact-s16p-48000-44100: CMP_TARGET = 0.72 |
|
fate-swr-resample_exact-s16p-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact-s16p-48000-8000: CMP_TARGET = 62.39 |
|
fate-swr-resample_exact-s16p-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample_exact-s16p-48000-96000: CMP_TARGET = 0.50 |
|
fate-swr-resample_exact-s16p-48000-96000: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact-s16p-8000-2626: CMP_TARGET = 2506.02 |
|
fate-swr-resample_exact-s16p-8000-2626: SIZE_TOLERANCE = 96000 - 20486 |
|
|
|
fate-swr-resample_exact-s16p-8000-44100: CMP_TARGET = 14.63 |
|
fate-swr-resample_exact-s16p-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-s16p-8000-48000: CMP_TARGET = 14.54 |
|
fate-swr-resample_exact-s16p-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-s16p-8000-96000: CMP_TARGET = 13.65 |
|
fate-swr-resample_exact-s16p-8000-96000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-s16p-96000-2626: CMP_TARGET = 675.14 |
|
fate-swr-resample_exact-s16p-96000-2626: SIZE_TOLERANCE = 1152000 - 20474 |
|
|
|
fate-swr-resample_exact-s16p-96000-44100: CMP_TARGET = 1.45 |
|
fate-swr-resample_exact-s16p-96000-44100: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample_exact-s16p-96000-48000: CMP_TARGET = 1.03 |
|
fate-swr-resample_exact-s16p-96000-48000: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample_exact-s16p-96000-8000: CMP_TARGET = 58.56 |
|
fate-swr-resample_exact-s16p-96000-8000: SIZE_TOLERANCE = 1152000 - 20496 |
|
|
|
fate-swr-resample_exact-s32p-2626-44100: CMP_TARGET = 1393.01 |
|
fate-swr-resample_exact-s32p-2626-44100: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-s32p-2626-48000: CMP_TARGET = 1392.99 |
|
fate-swr-resample_exact-s32p-2626-48000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-s32p-2626-8000: CMP_TARGET = 1393.89 |
|
fate-swr-resample_exact-s32p-2626-8000: SIZE_TOLERANCE = 31512 - 20482 |
|
|
|
fate-swr-resample_exact-s32p-2626-96000: CMP_TARGET = 1393.00 |
|
fate-swr-resample_exact-s32p-2626-96000: SIZE_TOLERANCE = 31512 - 20480 |
|
|
|
fate-swr-resample_exact-s32p-44100-2626: CMP_TARGET = 185.82 |
|
fate-swr-resample_exact-s32p-44100-2626: SIZE_TOLERANCE = 529200 - 20490 |
|
|
|
fate-swr-resample_exact-s32p-44100-48000: CMP_TARGET = 9.65 |
|
fate-swr-resample_exact-s32p-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact-s32p-44100-8000: CMP_TARGET = 75.38 |
|
fate-swr-resample_exact-s32p-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_exact-s32p-44100-96000: CMP_TARGET = 11.45 |
|
fate-swr-resample_exact-s32p-44100-96000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact-s32p-48000-2626: CMP_TARGET = 456.51 |
|
fate-swr-resample_exact-s32p-48000-2626: SIZE_TOLERANCE = 576000 - 20510 |
|
|
|
fate-swr-resample_exact-s32p-48000-44100: CMP_TARGET = 0.26 |
|
fate-swr-resample_exact-s32p-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact-s32p-48000-8000: CMP_TARGET = 62.36 |
|
fate-swr-resample_exact-s32p-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample_exact-s32p-48000-96000: CMP_TARGET = 0.47 |
|
fate-swr-resample_exact-s32p-48000-96000: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact-s32p-8000-2626: CMP_TARGET = 2506.02 |
|
fate-swr-resample_exact-s32p-8000-2626: SIZE_TOLERANCE = 96000 - 20486 |
|
|
|
fate-swr-resample_exact-s32p-8000-44100: CMP_TARGET = 14.59 |
|
fate-swr-resample_exact-s32p-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-s32p-8000-48000: CMP_TARGET = 14.50 |
|
fate-swr-resample_exact-s32p-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-s32p-8000-96000: CMP_TARGET = 13.62 |
|
fate-swr-resample_exact-s32p-8000-96000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact-s32p-96000-2626: CMP_TARGET = 675.08 |
|
fate-swr-resample_exact-s32p-96000-2626: SIZE_TOLERANCE = 1152000 - 20474 |
|
|
|
fate-swr-resample_exact-s32p-96000-44100: CMP_TARGET = 1.26 |
|
fate-swr-resample_exact-s32p-96000-44100: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample_exact-s32p-96000-48000: CMP_TARGET = 1.00 |
|
fate-swr-resample_exact-s32p-96000-48000: SIZE_TOLERANCE = 1152000 - 20480 |
|
|
|
fate-swr-resample_exact-s32p-96000-8000: CMP_TARGET = 58.52 |
|
fate-swr-resample_exact-s32p-96000-8000: SIZE_TOLERANCE = 1152000 - 20496 |
|
|
|
define ARESAMPLE_EXACT_ASYNC |
|
FATE_SWR_RESAMPLE += fate-swr-resample_exact_async-$(3)-$(1)-$(2) |
|
fate-swr-resample_exact_async-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav |
|
fate-swr-resample_exact_async-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100,aresample=$(2):async=50:min_hard_comp=0.100000:first_pts=0:internal_sample_fmt=$(3):exact_rational=on,aformat=$(3),aresample=$(1):internal_sample_fmt=$(3):exact_rational=on -f wav -acodec pcm_s16le - |
|
|
|
fate-swr-resample_exact_async-$(3)-$(1)-$(2): CMP = stddev |
|
fate-swr-resample_exact_async-$(3)-$(1)-$(2): CMP_UNIT = $(5) |
|
fate-swr-resample_exact_async-$(3)-$(1)-$(2): FUZZ = 0.1 |
|
fate-swr-resample_exact_async-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav |
|
endef |
|
|
|
fate-swr-resample_exact_async-dblp-44100-48000: CMP_TARGET = 7791.55 |
|
fate-swr-resample_exact_async-dblp-44100-48000: SIZE_TOLERANCE = 529200 - 20300 |
|
|
|
fate-swr-resample_exact_async-dblp-44100-8000: CMP_TARGET = 4022.89 |
|
fate-swr-resample_exact_async-dblp-44100-8000: SIZE_TOLERANCE = 529200 - 20310 |
|
|
|
fate-swr-resample_exact_async-dblp-48000-44100: CMP_TARGET = 1923.99 |
|
fate-swr-resample_exact_async-dblp-48000-44100: SIZE_TOLERANCE = 576000 - 20298 |
|
|
|
fate-swr-resample_exact_async-dblp-48000-8000: CMP_TARGET = 2592.02 |
|
fate-swr-resample_exact_async-dblp-48000-8000: SIZE_TOLERANCE = 576000 - 20304 |
|
|
|
fate-swr-resample_exact_async-dblp-8000-44100: CMP_TARGET = 11187.37 |
|
fate-swr-resample_exact_async-dblp-8000-44100: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_async-dblp-8000-48000: CMP_TARGET = 11326.82 |
|
fate-swr-resample_exact_async-dblp-8000-48000: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_async-fltp-44100-48000: CMP_TARGET = 7791.55 |
|
fate-swr-resample_exact_async-fltp-44100-48000: SIZE_TOLERANCE = 529200 - 20300 |
|
|
|
fate-swr-resample_exact_async-fltp-44100-8000: CMP_TARGET = 4022.89 |
|
fate-swr-resample_exact_async-fltp-44100-8000: SIZE_TOLERANCE = 529200 - 20310 |
|
|
|
fate-swr-resample_exact_async-fltp-48000-44100: CMP_TARGET = 1923.98 |
|
fate-swr-resample_exact_async-fltp-48000-44100: SIZE_TOLERANCE = 576000 - 20298 |
|
|
|
fate-swr-resample_exact_async-fltp-48000-8000: CMP_TARGET = 2592.02 |
|
fate-swr-resample_exact_async-fltp-48000-8000: SIZE_TOLERANCE = 576000 - 20304 |
|
|
|
fate-swr-resample_exact_async-fltp-8000-44100: CMP_TARGET = 11187.37 |
|
fate-swr-resample_exact_async-fltp-8000-44100: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_async-fltp-8000-48000: CMP_TARGET = 11326.82 |
|
fate-swr-resample_exact_async-fltp-8000-48000: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_async-s16p-44100-48000: CMP_TARGET = 7791.56 |
|
fate-swr-resample_exact_async-s16p-44100-48000: SIZE_TOLERANCE = 529200 - 20300 |
|
|
|
fate-swr-resample_exact_async-s16p-44100-8000: CMP_TARGET = 4023.06 |
|
fate-swr-resample_exact_async-s16p-44100-8000: SIZE_TOLERANCE = 529200 - 20310 |
|
|
|
fate-swr-resample_exact_async-s16p-48000-44100: CMP_TARGET = 1923.98 |
|
fate-swr-resample_exact_async-s16p-48000-44100: SIZE_TOLERANCE = 576000 - 20298 |
|
|
|
fate-swr-resample_exact_async-s16p-48000-8000: CMP_TARGET = 2592.15 |
|
fate-swr-resample_exact_async-s16p-48000-8000: SIZE_TOLERANCE = 576000 - 20304 |
|
|
|
fate-swr-resample_exact_async-s16p-8000-44100: CMP_TARGET = 11187.62 |
|
fate-swr-resample_exact_async-s16p-8000-44100: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_async-s16p-8000-48000: CMP_TARGET = 11327.50 |
|
fate-swr-resample_exact_async-s16p-8000-48000: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_async-s32p-44100-48000: CMP_TARGET = 7791.55 |
|
fate-swr-resample_exact_async-s32p-44100-48000: SIZE_TOLERANCE = 529200 - 20300 |
|
|
|
fate-swr-resample_exact_async-s32p-44100-8000: CMP_TARGET = 4022.89 |
|
fate-swr-resample_exact_async-s32p-44100-8000: SIZE_TOLERANCE = 529200 - 20310 |
|
|
|
fate-swr-resample_exact_async-s32p-48000-44100: CMP_TARGET = 1923.98 |
|
fate-swr-resample_exact_async-s32p-48000-44100: SIZE_TOLERANCE = 576000 - 20298 |
|
|
|
fate-swr-resample_exact_async-s32p-48000-8000: CMP_TARGET = 2592.02 |
|
fate-swr-resample_exact_async-s32p-48000-8000: SIZE_TOLERANCE = 576000 - 20304 |
|
|
|
fate-swr-resample_exact_async-s32p-8000-44100: CMP_TARGET = 11187.37 |
|
fate-swr-resample_exact_async-s32p-8000-44100: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_async-s32p-8000-48000: CMP_TARGET = 11326.82 |
|
fate-swr-resample_exact_async-s32p-8000-48000: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
define ARESAMPLE_EXACT_LIN |
|
FATE_SWR_RESAMPLE += fate-swr-resample_exact_lin-$(3)-$(1)-$(2) |
|
fate-swr-resample_exact_lin-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav |
|
fate-swr-resample_exact_lin-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):internal_sample_fmt=$(3):exact_rational=on:linear_interp=on,aformat=$(3),aresample=$(1):internal_sample_fmt=$(3):exact_rational=on:linear_interp=on -f wav -acodec pcm_s16le - |
|
|
|
fate-swr-resample_exact_lin-$(3)-$(1)-$(2): CMP = stddev |
|
fate-swr-resample_exact_lin-$(3)-$(1)-$(2): CMP_UNIT = $(5) |
|
fate-swr-resample_exact_lin-$(3)-$(1)-$(2): FUZZ = 0.1 |
|
fate-swr-resample_exact_lin-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav |
|
endef |
|
|
|
fate-swr-resample_exact_lin-dblp-44100-48000: CMP_TARGET = 9.65 |
|
fate-swr-resample_exact_lin-dblp-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact_lin-dblp-44100-8000: CMP_TARGET = 75.38 |
|
fate-swr-resample_exact_lin-dblp-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_exact_lin-dblp-48000-44100: CMP_TARGET = 0.26 |
|
fate-swr-resample_exact_lin-dblp-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact_lin-dblp-48000-8000: CMP_TARGET = 62.36 |
|
fate-swr-resample_exact_lin-dblp-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample_exact_lin-dblp-8000-44100: CMP_TARGET = 14.59 |
|
fate-swr-resample_exact_lin-dblp-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact_lin-dblp-8000-48000: CMP_TARGET = 14.50 |
|
fate-swr-resample_exact_lin-dblp-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact_lin-fltp-44100-48000: CMP_TARGET = 9.65 |
|
fate-swr-resample_exact_lin-fltp-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact_lin-fltp-44100-8000: CMP_TARGET = 75.38 |
|
fate-swr-resample_exact_lin-fltp-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_exact_lin-fltp-48000-44100: CMP_TARGET = 0.26 |
|
fate-swr-resample_exact_lin-fltp-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact_lin-fltp-48000-8000: CMP_TARGET = 62.36 |
|
fate-swr-resample_exact_lin-fltp-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample_exact_lin-fltp-8000-44100: CMP_TARGET = 14.59 |
|
fate-swr-resample_exact_lin-fltp-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact_lin-fltp-8000-48000: CMP_TARGET = 14.50 |
|
fate-swr-resample_exact_lin-fltp-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact_lin-s16p-44100-48000: CMP_TARGET = 9.67 |
|
fate-swr-resample_exact_lin-s16p-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact_lin-s16p-44100-8000: CMP_TARGET = 75.43 |
|
fate-swr-resample_exact_lin-s16p-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_exact_lin-s16p-48000-44100: CMP_TARGET = 0.72 |
|
fate-swr-resample_exact_lin-s16p-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact_lin-s16p-48000-8000: CMP_TARGET = 62.39 |
|
fate-swr-resample_exact_lin-s16p-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample_exact_lin-s16p-8000-44100: CMP_TARGET = 14.63 |
|
fate-swr-resample_exact_lin-s16p-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact_lin-s16p-8000-48000: CMP_TARGET = 14.54 |
|
fate-swr-resample_exact_lin-s16p-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact_lin-s32p-44100-48000: CMP_TARGET = 9.65 |
|
fate-swr-resample_exact_lin-s32p-44100-48000: SIZE_TOLERANCE = 529200 - 20482 |
|
|
|
fate-swr-resample_exact_lin-s32p-44100-8000: CMP_TARGET = 75.38 |
|
fate-swr-resample_exact_lin-s32p-44100-8000: SIZE_TOLERANCE = 529200 - 20486 |
|
|
|
fate-swr-resample_exact_lin-s32p-48000-44100: CMP_TARGET = 0.26 |
|
fate-swr-resample_exact_lin-s32p-48000-44100: SIZE_TOLERANCE = 576000 - 20480 |
|
|
|
fate-swr-resample_exact_lin-s32p-48000-8000: CMP_TARGET = 62.36 |
|
fate-swr-resample_exact_lin-s32p-48000-8000: SIZE_TOLERANCE = 576000 - 20484 |
|
|
|
fate-swr-resample_exact_lin-s32p-8000-44100: CMP_TARGET = 14.59 |
|
fate-swr-resample_exact_lin-s32p-8000-44100: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
fate-swr-resample_exact_lin-s32p-8000-48000: CMP_TARGET = 14.50 |
|
fate-swr-resample_exact_lin-s32p-8000-48000: SIZE_TOLERANCE = 96000 - 20480 |
|
|
|
define ARESAMPLE_EXACT_LIN_ASYNC |
|
FATE_SWR_RESAMPLE += fate-swr-resample_exact_lin_async-$(3)-$(1)-$(2) |
|
fate-swr-resample_exact_lin_async-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav |
|
fate-swr-resample_exact_lin_async-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100,aresample=$(2):async=50:min_hard_comp=0.100000:first_pts=0:internal_sample_fmt=$(3):exact_rational=on:linear_interp=on,aformat=$(3),aresample=$(1):internal_sample_fmt=$(3):exact_rational=on:linear_interp=on -f wav -acodec pcm_s16le - |
|
|
|
fate-swr-resample_exact_lin_async-$(3)-$(1)-$(2): CMP = stddev |
|
fate-swr-resample_exact_lin_async-$(3)-$(1)-$(2): CMP_UNIT = $(5) |
|
fate-swr-resample_exact_lin_async-$(3)-$(1)-$(2): FUZZ = 0.1 |
|
fate-swr-resample_exact_lin_async-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav |
|
endef |
|
|
|
fate-swr-resample_exact_lin_async-dblp-44100-48000: CMP_TARGET = 7791.78 |
|
fate-swr-resample_exact_lin_async-dblp-44100-48000: SIZE_TOLERANCE = 529200 - 20300 |
|
|
|
fate-swr-resample_exact_lin_async-dblp-44100-8000: CMP_TARGET = 4023.03 |
|
fate-swr-resample_exact_lin_async-dblp-44100-8000: SIZE_TOLERANCE = 529200 - 20310 |
|
|
|
fate-swr-resample_exact_lin_async-dblp-48000-44100: CMP_TARGET = 1923.80 |
|
fate-swr-resample_exact_lin_async-dblp-48000-44100: SIZE_TOLERANCE = 576000 - 20298 |
|
|
|
fate-swr-resample_exact_lin_async-dblp-48000-8000: CMP_TARGET = 2591.73 |
|
fate-swr-resample_exact_lin_async-dblp-48000-8000: SIZE_TOLERANCE = 576000 - 20304 |
|
|
|
fate-swr-resample_exact_lin_async-dblp-8000-44100: CMP_TARGET = 11187.37 |
|
fate-swr-resample_exact_lin_async-dblp-8000-44100: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_lin_async-dblp-8000-48000: CMP_TARGET = 11326.82 |
|
fate-swr-resample_exact_lin_async-dblp-8000-48000: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_lin_async-fltp-44100-48000: CMP_TARGET = 7791.78 |
|
fate-swr-resample_exact_lin_async-fltp-44100-48000: SIZE_TOLERANCE = 529200 - 20300 |
|
|
|
fate-swr-resample_exact_lin_async-fltp-44100-8000: CMP_TARGET = 4023.03 |
|
fate-swr-resample_exact_lin_async-fltp-44100-8000: SIZE_TOLERANCE = 529200 - 20310 |
|
|
|
fate-swr-resample_exact_lin_async-fltp-48000-44100: CMP_TARGET = 1923.81 |
|
fate-swr-resample_exact_lin_async-fltp-48000-44100: SIZE_TOLERANCE = 576000 - 20298 |
|
|
|
fate-swr-resample_exact_lin_async-fltp-48000-8000: CMP_TARGET = 2591.73 |
|
fate-swr-resample_exact_lin_async-fltp-48000-8000: SIZE_TOLERANCE = 576000 - 20304 |
|
|
|
fate-swr-resample_exact_lin_async-fltp-8000-44100: CMP_TARGET = 11187.37 |
|
fate-swr-resample_exact_lin_async-fltp-8000-44100: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_lin_async-fltp-8000-48000: CMP_TARGET = 11326.82 |
|
fate-swr-resample_exact_lin_async-fltp-8000-48000: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_lin_async-s16p-44100-48000: CMP_TARGET = 7791.78 |
|
fate-swr-resample_exact_lin_async-s16p-44100-48000: SIZE_TOLERANCE = 529200 - 20300 |
|
|
|
fate-swr-resample_exact_lin_async-s16p-44100-8000: CMP_TARGET = 4023.20 |
|
fate-swr-resample_exact_lin_async-s16p-44100-8000: SIZE_TOLERANCE = 529200 - 20310 |
|
|
|
fate-swr-resample_exact_lin_async-s16p-48000-44100: CMP_TARGET = 1923.81 |
|
fate-swr-resample_exact_lin_async-s16p-48000-44100: SIZE_TOLERANCE = 576000 - 20298 |
|
|
|
fate-swr-resample_exact_lin_async-s16p-48000-8000: CMP_TARGET = 2591.86 |
|
fate-swr-resample_exact_lin_async-s16p-48000-8000: SIZE_TOLERANCE = 576000 - 20304 |
|
|
|
fate-swr-resample_exact_lin_async-s16p-8000-44100: CMP_TARGET = 11187.62 |
|
fate-swr-resample_exact_lin_async-s16p-8000-44100: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_lin_async-s16p-8000-48000: CMP_TARGET = 11327.49 |
|
fate-swr-resample_exact_lin_async-s16p-8000-48000: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_lin_async-s32p-44100-48000: CMP_TARGET = 7791.78 |
|
fate-swr-resample_exact_lin_async-s32p-44100-48000: SIZE_TOLERANCE = 529200 - 20300 |
|
|
|
fate-swr-resample_exact_lin_async-s32p-44100-8000: CMP_TARGET = 4023.03 |
|
fate-swr-resample_exact_lin_async-s32p-44100-8000: SIZE_TOLERANCE = 529200 - 20310 |
|
|
|
fate-swr-resample_exact_lin_async-s32p-48000-44100: CMP_TARGET = 1923.81 |
|
fate-swr-resample_exact_lin_async-s32p-48000-44100: SIZE_TOLERANCE = 576000 - 20298 |
|
|
|
fate-swr-resample_exact_lin_async-s32p-48000-8000: CMP_TARGET = 2591.73 |
|
fate-swr-resample_exact_lin_async-s32p-48000-8000: SIZE_TOLERANCE = 576000 - 20304 |
|
|
|
fate-swr-resample_exact_lin_async-s32p-8000-44100: CMP_TARGET = 11187.37 |
|
fate-swr-resample_exact_lin_async-s32p-8000-44100: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
fate-swr-resample_exact_lin_async-s32p-8000-48000: CMP_TARGET = 11326.82 |
|
fate-swr-resample_exact_lin_async-s32p-8000-48000: SIZE_TOLERANCE = 96000 - 20344 |
|
|
|
$(call CROSS_TEST,$(SAMPLERATES),ARESAMPLE,s16p,s16le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES),ARESAMPLE,s32p,s32le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES),ARESAMPLE,fltp,f32le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES),ARESAMPLE,dblp,f64le,s16) |
|
|
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_LIN,s16p,s16le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_LIN,fltp,f32le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_LIN,dblp,f64le,s16) |
|
|
|
$(call CROSS_TEST,$(SAMPLERATES_NN),ARESAMPLE_NN,s16p,s16le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_NN),ARESAMPLE_NN,fltp,f32le,s16) |
|
|
|
$(call CROSS_TEST,$(SAMPLERATES_NN),ARESAMPLE_ASYNC,s16p,s16le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_NN),ARESAMPLE_ASYNC,fltp,f32le,s16) |
|
|
|
$(call CROSS_TEST,$(SAMPLERATES),ARESAMPLE_EXACT,s16p,s16le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES),ARESAMPLE_EXACT,s32p,s32le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES),ARESAMPLE_EXACT,fltp,f32le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES),ARESAMPLE_EXACT,dblp,f64le,s16) |
|
|
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_ASYNC,s16p,s16le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_ASYNC,s32p,s32le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_ASYNC,fltp,f32le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_ASYNC,dblp,f64le,s16) |
|
|
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_LIN,s16p,s16le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_LIN,s32p,s32le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_LIN,fltp,f32le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_LIN,dblp,f64le,s16) |
|
|
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_LIN_ASYNC,s16p,s16le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_LIN_ASYNC,s32p,s32le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_LIN_ASYNC,fltp,f32le,s16) |
|
$(call CROSS_TEST,$(SAMPLERATES_LITE),ARESAMPLE_EXACT_LIN_ASYNC,dblp,f64le,s16) |
|
|
|
FATE_SWR_RESAMPLE-$(call FILTERDEMDECENCMUX, ARESAMPLE, WAV, PCM_S16LE, PCM_S16LE, WAV) += $(FATE_SWR_RESAMPLE) |
|
fate-swr-resample: $(FATE_SWR_RESAMPLE-yes) |
|
FATE_SWR += $(FATE_SWR_RESAMPLE-yes) |
|
|
|
FATE_SWR_AUDIOCONVERT-$(call FILTERDEMDECENCMUX, AFORMAT AEVAL, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-swr-audioconvert |
|
fate-swr-audioconvert: tests/data/asynth-44100-1.wav |
|
fate-swr-audioconvert: REF = tests/data/asynth-44100-1.wav |
|
fate-swr-audioconvert: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-44100-1.wav -af "aformat=fltp,aeval=val(0)+(random(0)-0.5)/33000,aformat=fltp" -f wav -acodec pcm_s16le - |
|
fate-swr-audioconvert: CMP = stddev |
|
fate-swr-audioconvert: FUZZ = 0 |
|
|
|
FATE_SWR += $(FATE_SWR_AUDIOCONVERT-yes) |
|
FATE_FFMPEG += $(FATE_SWR) |
|
fate-swr: $(FATE_SWR)
|
|
|