简体   繁体   English

Linux音频记录和质量比较

[英]Linux Audio record and quality comparison

I am starting a project to test the audio performance on linux. 我正在启动一个项目来测试Linux上的音频性能。

What I need to do is to play the audio on our websystem and check the audio quality (or just check it has audio output) on linux. 我需要做的是在我们的网络系统上播放音频,并在Linux上检查音频质量(或只是检查它是否有音频输出)。

  1. I am going to record the audio on linux with ffmpeg. 我将使用ffmpeg在Linux上录制音频。 Is there any other better choice? 还有其他更好的选择吗?
  2. I don't know how to (automation) check I recorded is what I played, as well as the quality of recorded audio. 我不知道如何(自动)检查所录制的是我演奏的内容以及所录制音频的质量。

I think what you need is PESQ (Perceptual Evaluation of Sound Quality). 我认为您需要的是PESQ(声音质量的感知评估)。 However I have not found anything which is open source/free and out of the box. 但是,我还没有找到任何开源/免费的,开箱即用的东西。

You can download the recommendation from here: http://www.itu.int/rec/T-REC-P.862-200511-I!Amd2/en Basically this is the reference implementation of PESQ. 您可以从此处下载建议: http : //www.itu.int/rec/T-REC-P.862-200511-I! Amd2/zh-cn基本上,这是PESQ的参考实现。

Sevana has an audio quality analyser which is not an ITU standard, it is AQuA: http://www.sevana.fi/aqua_wiki.php It is available for linux but I think you have to pay for it. 塞瓦纳(Sevana)有一个不是ITU标准的音频质量分析仪,它是AQuA: http : //www.sevana.fi/aqua_wiki.php它适用于Linux,但我认为您必须为此付费。

You can also check the similarities for two audio files with cross-correlation, please refer to here: https://dsp.stackexchange.com/questions/736/how-do-i-implement-cross-correlation-to-prove-two-audio-files-are-similar 您还可以检查两个具有互相关的音频文件的相似性,请参阅此处: https : //dsp.stackexchange.com/questions/736/how-do-i-implement-cross-correlation-to-prove-两个音频文件,都是相似

I just learned that lot of people are using Matlab or Octave to generate the necessary data, for example: http://bagustris.blogspot.ie/2011/11/calculate-time-lag-from-cross.html 我刚刚了解到很多人正在使用Matlab或Octave生成必要的数据,例如: http : //bagustris.blogspot.ie/2011/11/calculate-time-lag-from-cross.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM