Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
add links to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ynot01 authored Dec 4, 2023
1 parent 163cd13 commit 551c813
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ Written in [nestjs](https://github.com/nestjs/nest)

Uses [piper](https://github.com/rhasspy/piper), which can be found in `./piper-src`

`./piper-src` has been modified to point at `ynot01/piper-phonemize` which statically points at a specific `rhasspy/espeak-ng` commit to prevent breaking changes.
#

`./piper-src` has been modified to point at [ynot01/piper-phonemize](https://github.com/ynot01/piper-phonemize) which points at a [specific rhasspy/espeak-ng commit](https://github.com/rhasspy/espeak-ng/commit/0f65aa301e0d6bae5e172cc74197d32a6182200f) to prevent breaking changes.

Piper voice models are individually licensed, please see `MODEL_CARD` under each voice folder (located in `./piper-voices`) to view attributions and licensing.

For additional voices or model training tutorial, please see the piper repo linked above.
[For additional voices see here.](https://huggingface.co/rhasspy/piper-voices/)

[For a model training guide & video tutorial see here.](https://github.com/rhasspy/piper/blob/master/TRAINING.md)

## Compiling & Testing

Expand Down

0 comments on commit 551c813

Please sign in to comment.