Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes stack overflow exception in ReadSpectrogram
The changes in a29aad1 introduced a self-calling version of the the ReadSpectrogram method when the overload was simplified. This led to a stackoverflow and the difficult to debug variable unit test symptom we were seeing. Work done for #196
- Loading branch information