1.3.0 • Published 3 days ago

echogarden v1.3.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 days ago

Echogarden

Echogarden is an easy-to-use speech toolset that includes a variety of speech processing tools.

  • Easy to install, run, and update
  • Runs on Windows (x64), macOS (x64, ARM64) and Linux (x64, ARM64)
  • Written in TypeScript, for the Node.js runtime
  • Doesn't require Python, Docker, or other system-level dependencies
  • Doesn't rely on essential platform-specific binaries. Engines are either ported via WebAssembly, imported using the ONNX runtime, or written in pure JavaScript

Features

  • Text-to-speech using the VITS neural architecture, and 15 other offline and online engines, including cloud services by Google, Microsoft, Amazon, OpenAI and Elevenlabs
  • Speech-to-text using OpenAI Whisper, and several other engines, including cloud services by Google, Microsoft, Amazon and OpenAI
  • Speech-to-transcript alignment using several variants of dynamic time warping (DTW, DTW-RA), including support for multi-pass (hierarchical) processing, or via guided decoding using Whisper recognition models. Supports 100+ languages
  • Speech-to-text translation, translates speech in any of the 98 languages supported by Whisper, to English, with near word-level timing for the translated transcript
  • Speech-to-translated-transcript alignment attempts to synchronize spoken audio in one language, to a provided English-translated transcript, using the Whisper engine
  • Language detection identifies the language of a given audio or text. Provides Whisper or Silero engines for audio, and TinyLD or FastText for text
  • Voice activity detection attempts to identify segments of audio where voice is active or inactive. Includes WebRTC VAD, Silero VAD, RNNoise-based VAD and a custom Adaptive Gate
  • Speech denoising attenuates background noise from spoken audio. Includes the RNNoise engine
  • Source separation isolates voice from any music or background ambience. Supports the MDX-NET deep learning architecture
  • Word-level timestamps for all recognition, synthesis, alignment and translation outputs
  • Advanced subtitle generation, accounting for sentence and phrase boundaries
  • For the VITS and eSpeak-NG synthesis engines, includes enhancements to improve TTS pronunciation accuracy: adds text normalization (e.g. idiomatic date and currency pronunciation), heteronym disambiguation (based on a rule-based model) and user-customizable pronunciation lexicons
  • Internal package system that auto-downloads and installs voices, models and other resources, as needed

Installation

Ensure you have Node.js v18.0.0 or later installed.

then:

npm install echogarden -g

Additional required tools:

  • ffmpeg: used for codec conversions
  • sox: used for the CLI's audio playback

Both tools are auto-downloaded as internal packages on Windows and Linux.

On macOS, only ffmpeg is currently auto-downloaded. It is recommended to install sox via a system package manager like Homebrew (brew install sox) to ensure it is available on the system path.

Updating to latest version

npm update echogarden -g

Using the toolset

Tools are accessible via a command-line interface, which enables powerful customization and is especially useful for long-running bulk operations.

Development of more graphical and interactive tooling is planned. A text-to-speech browser extension is currently under development (but not released yet).

If you are a developer, you can also import the package as a module or interface with it via a local WebSocket service (currently experimental).

Documentation

Credits

This project consolidates, and builds upon the effort of many different individuals and companies, as well as contributing a number of original works.

Developed by Rotem Dan (IPA: /ˈʁɒːtem ˈdän/).

License

GNU General Public License v3

Licenses for components, models and other dependencies are detailed on this page.

1.3.0

3 days ago

1.2.1

6 days ago

1.2.0

10 days ago

1.1.1

12 days ago

1.1.0

13 days ago

1.0.5

17 days ago

1.0.4

17 days ago

1.0.3

17 days ago

1.0.2

22 days ago

1.0.1

22 days ago

1.0.0

22 days ago

0.12.2

2 months ago

0.12.1

2 months ago

0.12.0

2 months ago

0.11.20

2 months ago

0.11.21

2 months ago

0.11.22

2 months ago

0.11.19

2 months ago

0.11.15

7 months ago

0.11.16

6 months ago

0.11.17

5 months ago

0.11.18

5 months ago

0.11.9

8 months ago

0.11.10

8 months ago

0.11.11

8 months ago

0.11.12

8 months ago

0.11.13

8 months ago

0.11.14

8 months ago

0.11.8

8 months ago

0.11.0

9 months ago

0.10.14

9 months ago

0.11.1

9 months ago

0.11.2

9 months ago

0.11.3

9 months ago

0.11.4

9 months ago

0.10.10

9 months ago

0.11.5

9 months ago

0.10.11

9 months ago

0.11.6

8 months ago

0.10.12

9 months ago

0.11.7

8 months ago

0.10.13

9 months ago

0.10.9

9 months ago

0.10.8

9 months ago

0.8.9

9 months ago

0.8.8

9 months ago

0.8.5

9 months ago

0.6.7

10 months ago

0.8.4

9 months ago

0.6.6

10 months ago

0.8.7

9 months ago

0.6.9

10 months ago

0.8.6

9 months ago

0.6.8

10 months ago

0.3.0

10 months ago

0.9.0

9 months ago

0.7.2

10 months ago

0.7.1

10 months ago

0.9.2

9 months ago

0.9.1

9 months ago

0.7.3

10 months ago

0.5.0

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.7.0

10 months ago

0.5.2

10 months ago

0.5.1

10 months ago

0.3.3

10 months ago

0.9.3

9 months ago

0.10.1

9 months ago

0.10.2

9 months ago

0.10.3

9 months ago

0.10.4

9 months ago

0.10.5

9 months ago

0.10.6

9 months ago

0.10.7

9 months ago

0.10.0

9 months ago

0.8.1

9 months ago

0.6.3

10 months ago

0.8.0

9 months ago

0.6.2

10 months ago

0.8.3

9 months ago

0.6.5

10 months ago

0.2.9

10 months ago

0.8.2

9 months ago

0.6.4

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.6.1

10 months ago

0.4.3

10 months ago

0.6.0

10 months ago

0.4.2

10 months ago

0.2.7

11 months ago

0.2.6

11 months ago

0.2.8

11 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago