Skip to content

Releases: matatonic/openedai-speech

0.18.2

16 Aug 14:30
Compare
Choose a tag to compare

Version 0.18.2, 2024-08-16

  • Fix docker building for amd64, refactor github actions again, free up more disk space

0.18.1

16 Aug 01:52
Compare
Choose a tag to compare
  • refactor github actions

0.18.0

15 Aug 21:29
Compare
Choose a tag to compare

Version 0.18.0, 2024-08-15

  • Allow folders of wav samples in xtts. Samples will be combined, allowing for mixed voices and collections of small samples. Still limited to 30 seconds total. Thanks @nathanhere
  • Fix missing yaml requirement in -min image
  • fix fr_FR-tom-medium and other 44khz piper voices (detect non-default sample rates)
  • minor updates

0.17.2

02 Jul 00:39
Compare
Choose a tag to compare

Recent Changes

Version 0.17.2, 2024-07-01

  • fix -min image (re: langdetect)

0.17.1

01 Jul 23:47
Compare
Choose a tag to compare

Version 0.17.1, 2024-07-01

  • fix ROCm (add langdetect to requirements-rocm.txt)
  • Fix zh-cn for xtts

0.17.0

01 Jul 17:57
Compare
Choose a tag to compare

Version 0.17.0, 2024-07-01

0.16.0

29 Jun 17:58
Compare
Choose a tag to compare

Version 0.16.0, 2024-06-29

  • Multi-client safe version. Audio generation is synchronized in a single process. The estimated 'realtime' factor of XTTS on a GPU is roughly 1/3, this means that multiple streams simultaneously, or speed over 2, may experience audio underrun (delays or pauses in playback). This makes multiple clients possible and safe, but in practice 2 or 3 simultaneous streams is the maximum without audio underrun.

0.15.1

27 Jun 14:25
Compare
Choose a tag to compare

Version 0.15.1, 2024-06-27

  • Remove deepspeed from requirements.txt, it's too complex for typical users. A more detailed deepspeed install document will be required.

0.15.0

27 Jun 05:44
Compare
Choose a tag to compare

Recent Changes

Version 0.15.0, 2024-06-26

  • Switch to coqui-tts (updated fork), updated simpler dependencies, torch 2.3, etc.
  • Resolve cuda threading issues

0.14.1

27 Jun 04:48
Compare
Choose a tag to compare

Recent Changes

Version 0.14.1, 2024-06-26

  • Make deepspeed possible (--use-deepspeed), but not enabled in pre-built docker images (too large). Requires the cuda-toolkit installed, see the Dockerfile comment for details