Code Monkey home page Code Monkey logo

ttsmodelhelper's Introduction

test

Introduction

TTSModelHelper is used to record audio training data for rhasspy Piper text to speach. Users can import a transcript for a model they create. Preview and listen to past audio they recorded and export all of the files into a compliant zip folder containing all of their training data

publish

Getting Started

If you are interested in making changes fork and clone the repository. Make sure you have the prerequisites software to create a tauri application. Follow the quickstart guide from at Tauri website

Install the node requrements:

pnpm i

To launch the delopment enviroment with pnpm:

pnpm tauri dev

Exeptions

Currently this application does not support multiple speakers

Format

Importing transcript data requires a json file in this spesific format:

[
    {"text":"This is an example transcript},
    {"text":"This is an example transcript2},
]

Metadata is structured with an id and transcript seperated by |

id|transcript

Exported files are in a zip format that follows the following structure

file.zip
│   metadata.csv
│
└───wav
    │   audiofile.wav
    │   audiofile2.wav

ttsmodelhelper's People

Contributors

visilyromani avatar

Stargazers

 avatar  avatar

Watchers

 avatar

ttsmodelhelper's Issues

Bug

When I delete an audio clip it unsets the selected audio path even though its not the selected audio

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.