diart
diart copied to clipboard
Add websocket compatibility + API improvements
This PR addresses issue #9 and partly #68.
Changelog
- Add
WebSocketAudioSource - Add
websockets>=10.3dependency - Add websocket tutorial in the README
- The tutorial works given https://github.com/pyannote/pyannote-core/pull/80
- Add dynamic resampling when sample rates don't match instead of failing
- Add
Resampleblock