Load empty audio
This merge request changes the behavior of the from_wav method when the offset argument exceeds the file length.
Previously this resulted in a assertion error.
Now, instead, a waveform of pure zeros is loaded with the specified duration.