Currently `scipy.io.wavfile` is being used for loading of the wav files. Alternatively `pysoundfile` could be used. It would allow for: - 24-bit audio support - much more audio file formats such as FLAC It's a relatively easy change - happy to contribute it if you agree with it.
Currently
scipy.io.wavfileis being used for loading of the wav files. Alternativelypysoundfilecould be used. It would allow for:It's a relatively easy change - happy to contribute it if you agree with it.