TEAMuP-dev / HARP

A sample editing application allowing for hosted, asynchronous, remote processing of audio with machine learning by routing through Gradio endpoints.
BSD 3-Clause "New" or "Revised" License
27 stars 1 forks source link

Save as doesn't update file name to save to #191

Closed NathanPruyne closed 3 weeks ago

NathanPruyne commented 1 month ago

To reproduce:

  1. Open any audio file (e.g. "test.wav")
  2. Save as (either in file menu or ctrl+shift+s) to a different name (e.g. "testsavedas.wav").
  3. Do some processing
  4. Save with ctrl+s or the save button

The changes will be saved to the original "test.wav" file rather than "testsavedas.wav", thus overwriting an original file where one might expect that the new file name they saved to will have the new changes.