resemble-ai/chatterbox

Outputs stored somewhere?

Opened this issue · 1 comments

Just wondering if outputs are saved somewhere in the folder or are they overwritten unless downloaded when a new generation is done?

Only temporary files get saved, which periodically get deleted by the OS. Add a


from scipy.io.wavfile import write as write_wav


write_wav(path, SAMPLE_RATE, audio_array)

to generation or use a project which handles file saving for chatterbox.