xtts-api-server icon indicating copy to clipboard operation
xtts-api-server copied to clipboard

Add /upload_sample route to allow upload new speakers using Web API

Open abeiro opened this issue 8 months ago • 2 comments

  • Added route to upload sample into speakers folder, so you can upload new speakers using API
  • Added python-multipart to requirements

Summary by CodeRabbit

  • New Features

    • Introduced a new endpoint for uploading WAV files, which saves the file and returns the filename.
    • Added a Jupyter Notebook for a comprehensive setup guide to deploy the AI text-to-speech server using the X-TTS API.
  • Dependencies

    • Added python-multipart package to support file uploads.

abeiro avatar Jun 11 '24 10:06 abeiro