- added `output_type` option for choosing between `torch.Tensor` and `np.ndarray` for type of returned features in `extractor.extract_features(...)` for substantial speed-ups during the extraction process (moving tensors to CPU is costly which is why we want to avoid it wherever possible)
- note that the above is only possible for `backend="pt"`