Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Automatic PEAQ (Read 7672 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Automatic PEAQ

Hi,

Im playing around with the McGill-version of Basic-PEAQ and i would like to multiple files after one another.
ref1-test1, ref2-test2 and so on... Has anybody tried this? And if so, how did you go about configuring the code? Or am I just missing the obvious simple way to do this via the commandline?

Thanks alot
Einar

 

Automatic PEAQ

Reply #1
Hi,

for idx = 1:10
    PQevalAudio(sprintf('ref%d.wav', idx), sprintf('test%d.wav', idx));
    % clear global % uncomment this line if something went wrong
end

see also: doc dir