Question

I want to use the AudioGraph to improve the VOIP audio quality. Now, I've merged the AUGraph to process the audio data from remote, connected the nodes: mixer node--> iPodEQ node --> I/O output node. Remote audio is mono. I set the local output to Stereo channel,with the iPodEQ unit of SpokenWord EQ mode, to improve the sound effect.

My question is how to verify the output data is stereo and whether the SpokenEQ mode is successfully set?

Thanks for your reading, wish your help.

Was it helpful?

Solution

Apply a reference signal at the input with known spectral content and then measure the spectrum of the signal at the output.

You might need to build a test-harness to do this that interposes a signal at the output of the VOIP codec, and captures the output of the audio graph to a file.

I personally doubt that the iPodEQ is doing anything other than EQ, so I would expect the two outputs to be identical. Again, this is easily verified.

In terms of input signals, I would recommend either Pink or White noise.

There are plenty of tools with which to view the spectrum of your recorded signal. If you haven't got anything to hand already, I'd go for Sonic Visualiser if you've not got something to hand already. On the spectrogram it will be quite apparent if the correct EQ curve has been applied.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top