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

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolOppo committed Nov 3, 2024
1 parent 49c4723 commit 096e8e7
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 51 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ pronouncer_lib/build/*.bin
**/*.rs.bk
output.wav
.idea/
.aider*
.env
100 changes: 51 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ A Rust-based text-to-speech synthesizer that uses the CMU phonetic dictionary an
- Text-to-speech synthesis using CMU phonetic dictionary
- High-quality pre-recorded phonemes for natural sound
- Smooth audio transitions using advanced crossfading
- Support for both word and character-by-character pronunciation
- Outputs standard WAV audio files (44.1kHz, 16-bit)
- Static compilation of audio data for standalone binaries

Expand Down Expand Up @@ -35,6 +34,8 @@ Enter a string: hello world

The program will generate an `output.wav` file containing the synthesized speech.

------

## Project Structure

The project is organized as a Rust workspace containing two main crates:
Expand Down Expand Up @@ -116,4 +117,4 @@ Before contributing:

## License

[Add your chosen license here]
MIT

0 comments on commit 096e8e7

Please sign in to comment.