* Fixed: make ``dtype`` keyword argument available in ``audiofile.read()``
0.4.2
--------------------------
* Fixed: allow for ``duration=0.0`` in ``audiofile.read()``
0.4.1
--------------------------
* Added: ``bit_depth`` to usage section of documentation * Fixed: handling of file names that include ``~`` or ``..`` by using ``audeer.safe_path``
0.4.0
--------------------------
* Added ``audiofile.bit_depth()`` which returns bit depth of WAV and FLAC files * Added: ``bit_depth`` argument to ``audiofile.write()`` * Deprecated: ``precision`` argument of ``audiofile.write()``, use ``bit_depth`` instead