MycroftAI / mimic-recording-studio

Mimic Recording Studio is a Docker-based application you can install to record voice samples, which can then be trained into a TTS voice with Mimic2
Apache License 2.0
493 stars 111 forks source link

A Back Button #72

Open blueprintparadise opened 2 years ago

blueprintparadise commented 2 years ago

Is your feature request related to a problem? Please describe. I'm curious why the system does not have a back button

Describe the solution you'd like If I wanted to create a back button, what steps do you think I should take. Please note I am a beginner and hope you can explain the steps in a simplistic manner.

Additional context If given some direction, I would love to contribute to this project

Hoping for a quick reply.

krisgesling commented 2 years ago

Hey there, this definitely sounds like a good addition.

If you're already familiar with React, then taking a look at this recent PR that added the skip button might give you some ideas on where to start: https://github.com/MycroftAI/mimic-recording-studio/pull/52

Unfortunately we don't have the capacity to do a walk through on how to add it, but another community member might spot this and be interested in the same thing, so great to flag it.