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

Mysterious debug.txt in home folder #155

Closed cwitkowitz closed 2 months ago

cwitkowitz commented 3 months ago

Why is this here? It doesn't seem to contain anything useful.

NathanPruyne commented 2 months ago

It seems like some debugs in src/Main.cpp were left in. Moved these to optional with a hardcoded bool in 032b9e6.

bryan-pardo commented 2 months ago

Fixed by Nathan