You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading a WAVE audio file, WaveFileReader performs a superfluous seek operation for every single sample. Performing this operation only when necessary results in a significant speedup.
When reading a WAVE audio file,
WaveFileReaderperforms a superfluous seek operation for every single sample. Performing this operation only when necessary results in a significant speedup.