To get the difference, you could try by making either a lossless file (WAV) or simultaenous stream of both and then reverse phase of the other source. In 1st case, bundled Benchmark -command lets you create needed WAV files where current config.txt is included and in the latter case, Virtual Audio Cable (as like Voicemeeter Banana) allows you route streams to a 3rd party (DAW, editor, etc.) software where you then be able to (record the streams and) reverse the phase of the other stream/file and finally render the difference to a lossless file needed for to closer look on some analyzing software.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for the reply!
Is there any software to generate reference samples to test the equalizer? For example, if I need to check how good the LP filter is.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Above code just plots the responses.
You can easily add some code to run the filter for signal or audio file as well and then make your measurements with plots or numerical data. See the Octave documentation and google some examples.
By making a custom IIR you can improve the filter(s) response(s)a bit but by the cost of CPU usage.
👍
1
Last edit: Juha 2018-12-25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
--
Ivan Nikitin
To get the difference, you could try by making either a lossless file (WAV) or simultaenous stream of both and then reverse phase of the other source. In 1st case, bundled Benchmark -command lets you create needed WAV files where current config.txt is included and in the latter case, Virtual Audio Cable (as like Voicemeeter Banana) allows you route streams to a 3rd party (DAW, editor, etc.) software where you then be able to (record the streams and) reverse the phase of the other stream/file and finally render the difference to a lossless file needed for to closer look on some analyzing software.
Thank you for the reply!
Is there any software to generate reference samples to test the equalizer? For example, if I need to check how good the LP filter is.
There are many ... Benchmark, as I mentioned already (disable all effects from config.txt to get clean sample) ... Audacity is free ... etc.
BTW, (ATM) EqualizerAPO implements RBJ's Audio EQ textbook for its biquad LP filter so, you actually can run the LPF test in Octave/Matlab as well:
Above code just plots the responses.
You can easily add some code to run the filter for signal or audio file as well and then make your measurements with plots or numerical data. See the Octave documentation and google some examples.
By making a custom IIR you can improve the filter(s) response(s)a bit but by the cost of CPU usage.
Last edit: Juha 2018-12-25