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

Saving the HARP output doesn't give a default file extension (Linux) #184

Closed bryan-pardo closed 3 weeks ago

bryan-pardo commented 1 month ago

In MacOS, if you leave off a file extension, it adds .wav. If you pick another supported extension (like .ogg) it saves just fine. If you pick a non-supported extension (like .xml) HARP tells you it cannot save in that format and tells you ".wav" is required (even though multiple formats are supported).

More interesting...if you save audio as ".mid" it lets you. That's a bug for sure. NOTE: It saves it as a .wav file format even though it says it is a .mid file in the filename.

NathanPruyne commented 1 month ago

On Windows and Linux the non-supported extensions are not throwing errors either (the outputted file is a .wav but with whatever extension that's been put).