VoiceInk icon indicating copy to clipboard operation
VoiceInk copied to clipboard

History reprocess with exact same context.

Open slumdev88 opened this issue 4 months ago • 1 comments

Overview: Reprocess functionality does not retain the original recording’s context, leading to inconsistent outputs when comparing AI models.

User Story: As a user, I want the “Reprocess” action to use the exact same content and screen context as the original recording so that I can obtain accurate, comparable results across different voice models or AI post‑processing.

As Is:

  • Pressing “Reprocess” from the history screen uses the current VoiceInk app context instead of the original recording’s context.
  • Outputs differ from the original processing, making model comparisons unreliable.

To Be:

  • “Reprocess” replays the original recording with its original screen context.
  • Outputs are consistent with the initial processing, enabling reliable model comparison.

slumdev88 avatar Aug 25 '25 01:08 slumdev88