mp3 audio trimming server for sonolus-fastapi this server meant micro service to make preview bgm.
- Poetry(>=1.16)
- Python(>=3.8.x)
- Any S3 storage(Recommends B2 Cloud Storage with Cloudflare)
poetry install
cp ./.vscode/settings.default.json ./.vscode/settings.json
cp .env.test .env
docker-compose up -d
(stop sp-sub-audio_main_1)
poetry run src/main.py
(or configure and run pytest)