--------------------------
* Changed: use ``ffmpeg`` or ``mediainfo``
if ``sox`` binary is missing
instead of raising an error
* Changed: improve ``FileNotFoundError`` message
when ``ffmpeg`` or ``mediainfo`` are required,
but not installed
* Fixed: always raise ``RuntimeError``
for broken files or missing files
* Fixed: mention expected ``FileNotFoundError``
when ``ffmpeg`` or ``mediainfo`` are required,
but not installed
* Fixed: use ``soundfile``
for converting WAV, FLAC, OGG files
with ``audiofile.convert_to_wav()``