Skip to content

Releases: ICIJ/caul

v0.5.7

Choose a tag to compare

@ClemDoum ClemDoum released this 18 May 10:21

Fixed

  • fix: add console script entry point

Full Changelog: v0.5.6...v0.5.7

v0.5.6

Choose a tag to compare

@winsomeglint winsomeglint released this 13 May 09:39
382b1dd
  • Allows passing VAD models to device passed to constructor

v0.5.5

Choose a tag to compare

@winsomeglint winsomeglint released this 13 May 08:30
91db155
  • fix: allow kwarg passing to segment methods

v0.5.4

Choose a tag to compare

@ClemDoum ClemDoum released this 13 May 07:29

v0.5.3

Choose a tag to compare

@ClemDoum ClemDoum released this 13 May 07:29
3103bc4

What's Changed

Full Changelog: v0.4.2...v0.5.3

v0.5.2

Choose a tag to compare

@winsomeglint winsomeglint released this 11 May 09:24
5775d54
  • Fix pyannote-audio vad; now uses segmentation-3.0 model

v0.5.1

Choose a tag to compare

@ClemDoum ClemDoum released this 06 May 12:31

Full Changelog: v0.5.0...v0.5.1

  • fix: add huggingfacehub as a base dependency

v0.5.0

Choose a tag to compare

@ClemDoum ClemDoum released this 06 May 12:16

What's Changed

  • ⚠️ feature: add a caul model cache <model_name> <cache-dir> CLI endpoint by @ClemDoum in #22
  • refactor: get rid of torchaudio by @ClemDoum in #23

Full Changelog: v0.4.1...v0.5.0

v0.4.1

Choose a tag to compare

@ClemDoum ClemDoum released this 29 Apr 13:40

Fixed

  • non local torch import in utils

Full Changelog: v0.4.0...v0.4.1

0.4.0

Choose a tag to compare

@winsomeglint winsomeglint released this 29 Apr 07:54
4e62971
  • Adds FireRedAsr2s and faster-whisper pipelines
  • Chunks long audio files (default is 30mb) rather than loading them into memory