voice.mak 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. FATE_G722-$(call DEMDEC, G722, ADPCM_G722) += fate-g722dec-1
  2. fate-g722dec-1: CMD = framecrc -i $(TARGET_SAMPLES)/g722/conf-adminmenu-162.g722
  3. FATE_G722-$(call ENCMUX, ADPCM_G722, WAV) += fate-g722-encode
  4. fate-g722-encode: tests/data/asynth-16000-1.wav
  5. fate-g722-encode: SRC = tests/data/asynth-16000-1.wav
  6. fate-g722-encode: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g722
  7. FATE_VOICE-yes += $(FATE_G722-yes)
  8. fate-g722: $(FATE_G722)
  9. FATE_G723_1 += fate-g723_1-dec-1
  10. fate-g723_1-dec-1: CMD = framecrc -postfilter 0 -i $(TARGET_SAMPLES)/g723_1/ineqd53.tco
  11. FATE_G723_1 += fate-g723_1-dec-2
  12. fate-g723_1-dec-2: CMD = framecrc -postfilter 0 -i $(TARGET_SAMPLES)/g723_1/overd53.tco
  13. FATE_G723_1 += fate-g723_1-dec-3
  14. fate-g723_1-dec-3: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/overd63p.tco
  15. FATE_G723_1 += fate-g723_1-dec-4
  16. fate-g723_1-dec-4: CMD = framecrc -postfilter 0 -i $(TARGET_SAMPLES)/g723_1/pathd53.tco
  17. FATE_G723_1 += fate-g723_1-dec-5
  18. fate-g723_1-dec-5: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/pathd63p.tco
  19. FATE_G723_1 += fate-g723_1-dec-6
  20. fate-g723_1-dec-6: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/tamed63p.tco
  21. FATE_G723_1 += fate-g723_1-dec-7
  22. fate-g723_1-dec-7: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/dtx63b.tco
  23. FATE_G723_1 += fate-g723_1-dec-8
  24. fate-g723_1-dec-8: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/dtx63e.tco
  25. FATE_G723_1-$(call DEMDEC, G723_1, G723_1) += $(FATE_G723_1)
  26. FATE_SAMPLES_AVCONV += $(FATE_G723_1-yes)
  27. fate-g723_1: $(FATE_G723_1)
  28. FATE_G726 += fate-g726-encode-2bit
  29. fate-g726-encode-2bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 16k
  30. FATE_G726 += fate-g726-encode-3bit
  31. fate-g726-encode-3bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 24k
  32. FATE_G726 += fate-g726-encode-4bit
  33. fate-g726-encode-4bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 32k
  34. FATE_G726 += fate-g726-encode-5bit
  35. fate-g726-encode-5bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 40k
  36. $(FATE_G726): tests/data/asynth-8000-1.wav
  37. $(FATE_G726): SRC = tests/data/asynth-8000-1.wav
  38. FATE_VOICE-$(call ENCMUX, ADPCM_G726, WAV) += $(FATE_G726)
  39. fate-g726: $(FATE_G726)
  40. FATE_GSM-$(call DEMDEC, WAV, GSM) += fate-gsm-ms
  41. fate-gsm-ms: CMD = framecrc -i $(TARGET_SAMPLES)/gsm/ciao.wav
  42. FATE_GSM-$(call DEMDEC, MOV, GSM) += fate-gsm-toast
  43. fate-gsm-toast: CMD = framecrc -i $(TARGET_SAMPLES)/gsm/sample-gsm-8000.mov -t 10
  44. FATE_VOICE-yes += $(FATE_GSM-yes)
  45. fate-gsm: $(FATE_GSM)
  46. FATE_VOICE-$(call DEMDEC, QCP, QCELP) += fate-qcelp
  47. fate-qcelp: CMD = pcm -i $(TARGET_SAMPLES)/qcp/0036580847.QCP
  48. fate-qcelp: CMP = oneoff
  49. fate-qcelp: REF = $(SAMPLES)/qcp/0036580847.pcm
  50. FATE_VOICE-$(call DEMDEC, WAV, TRUESPEECH) += fate-truespeech
  51. fate-truespeech: CMD = pcm -i $(TARGET_SAMPLES)/truespeech/a6.wav
  52. fate-truespeech: CMP = oneoff
  53. fate-truespeech: REF = $(SAMPLES)/truespeech/a6.pcm
  54. FATE_SAMPLES_FFMPEG += $(FATE_VOICE-yes)
  55. fate-voice: $(FATE_VOICE-yes)