jorbDehmel / voice-training-app

A cross-platform FOSS Flutter app for voice training. Features formant analysis and delayed microphone replay.
MIT License
0 stars 0 forks source link

Create and Modify a "Pace Plan" #4

Closed OmniscientQ closed 2 months ago

OmniscientQ commented 2 months ago

We'll need to be able to define a workout plan in terms of the pace the user wants to set, save it, load it, and modify it. As a first idea, it'll involve creating individual segments of workout time with a pace and duration, and an order in the queue. Making a queue of workout segments, being able to re-order them (drag and drop).

If we establish a template for a workout plan, then work on interpreting the workout plan as a playlist can begin in parallel.