What's Changed
* Fixed pip install -r requirements.txt by gaspardpetit in https://github.com/gaspardpetit/verbatim/pull/31
* Make sure device preference is forwarded to all the calls by gaspardpetit in https://github.com/gaspardpetit/verbatim/pull/34
* ensure that all temp files are under the working directory by gaspardpetit in https://github.com/gaspardpetit/verbatim/pull/32
* When pyannote model cannot be downloaded, skip diarization by gaspardpetit in https://github.com/gaspardpetit/verbatim/pull/33
* When ffmpeg is not found, fallback on SoundAudio by gaspardpetit in https://github.com/gaspardpetit/verbatim/pull/35
* Added transcribe_only flag to skip prefiltering and diarization by gaspardpetit in https://github.com/gaspardpetit/verbatim/pull/36
* Added support for configuring the number of beams using -b or --nb_beams by gaspardpetit in https://github.com/gaspardpetit/verbatim/pull/38
* Set version to 0.1.6 by gaspardpetit in https://github.com/gaspardpetit/verbatim/pull/37
**Full Changelog**: https://github.com/gaspardpetit/verbatim/compare/v0.1.5...v0.1.6