RMS Bug
If the unprocessed audio was silent, a value was immediately being returned unrelated to the model predictions. While this is how the original metric was implemented [here](https://github.com/nomonosound/log-wmse-audio-quality), the RMS value should actually be replaced with epsilon so that the difference between a non-silent output and silent output can be measured.
Added test for silent input & target.
Adjusted circular shift to account for IR with odd number of samples.