How to start a voice quality PESQ test?

前端 未结 6 785
清酒与你
清酒与你 2021-02-10 21:24

I\'m trying to do a voice quality test (pesq), but I don\'t understand how to start. I trying to compile a public source code (http://www.itu.int/itu-t/recommendations/index.asp

6条回答
  •  广开言路
    2021-02-10 21:41

    In last versions of GCC, you may have to use this comamnd to compile:

    gcc -o PESQ *.c -lm
    

    BR

提交回复
热议问题