- Add support for stream type `signal` used by OpenViBE servers to the `StreamReceiver`
**Full Changelog**: https://github.com/bsl-tools/bsl/compare/0.5.0...0.5.1
---------
This is the last release with the legacy API: `StreamPlayer`, `StreamReceiver`, `StreamRecorder`.
**The next release will be backward incompatible.** It will:
- replace `pylsl` with a new `lsl` module, dropping support for old versions of `python` and `liblsl` while improving greatly the performance, especially to pull chunks of data from the network
- replace the `StreamPlayer` with a `Player` API
- replace the `StreamReceiver` with a `Stream` API, with similar methods to an MNE object
- replace the `StreamRecorder` with a `Recorder` API, writing to disk as soon as the data is received
Please pin the version to `bsl < 0.6.0` if you need to retain the legacy API.