chore: import upstream snapshot with attribution
CI / lint (push) Has been cancelled
CI / js-syntax (push) Successful in 10m24s
CI / deps-audit (push) Has been cancelled
CI / test (push) Failing after 24m55s
CI / sast-bandit (push) Failing after 11m13s
CI / trivy (push) Failing after 9m32s
Docker Publish / build-and-push (push) Failing after 34m3s
CI / lint (push) Has been cancelled
CI / js-syntax (push) Successful in 10m24s
CI / deps-audit (push) Has been cancelled
CI / test (push) Failing after 24m55s
CI / sast-bandit (push) Failing after 11m13s
CI / trivy (push) Failing after 9m32s
Docker Publish / build-and-push (push) Failing after 34m3s
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
StemDeck Windows Portable Alpha
|
||||
===============================
|
||||
|
||||
Run
|
||||
---
|
||||
|
||||
1. Extract the zip folder.
|
||||
2. Double-click StemDeck.exe.
|
||||
3. Let first-run setup prepare local runtime assets.
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
- This is a portable folder, not an installer.
|
||||
- No Start Menu shortcut, service, or registry integration is created.
|
||||
- Generated files stay under data/.
|
||||
- FFmpeg is downloaded during first-run setup into data/ffmpeg/.
|
||||
- Demucs model weights are downloaded by the backend on first use into data/models/.
|
||||
|
||||
Troubleshooting
|
||||
---------------
|
||||
|
||||
- If setup fails, check internet access and retry.
|
||||
- If a job fails, inspect data/jobs/ and data/logs/ when logs are added.
|
||||
- Deleting data/ forces first-run setup to recreate runtime state.
|
||||
@@ -0,0 +1,74 @@
|
||||
THIRD-PARTY NOTICES
|
||||
===================
|
||||
|
||||
StemDeck includes third-party open-source software. Each component is
|
||||
copyrighted by its respective authors and distributed under its own license.
|
||||
|
||||
This starter notice is not a substitute for the full license inventory that
|
||||
must be generated from the final packaged Python runtime before a public
|
||||
release.
|
||||
|
||||
Bundled Components
|
||||
------------------
|
||||
|
||||
Python
|
||||
License: Python Software Foundation License
|
||||
Website: https://www.python.org/
|
||||
|
||||
Tauri
|
||||
License: MIT or Apache-2.0, depending on component
|
||||
Website: https://tauri.app/
|
||||
|
||||
FastAPI
|
||||
License: MIT
|
||||
Website: https://fastapi.tiangolo.com/
|
||||
|
||||
Uvicorn
|
||||
License: BSD
|
||||
Website: https://www.uvicorn.org/
|
||||
|
||||
yt-dlp
|
||||
License: Unlicense
|
||||
Website: https://github.com/yt-dlp/yt-dlp
|
||||
|
||||
Demucs
|
||||
License: MIT
|
||||
Website: https://github.com/facebookresearch/demucs
|
||||
|
||||
PyTorch / Torch
|
||||
License: BSD-style
|
||||
Website: https://pytorch.org/
|
||||
|
||||
torchaudio
|
||||
License: BSD-style
|
||||
Website: https://pytorch.org/audio/
|
||||
|
||||
librosa
|
||||
License: ISC
|
||||
Website: https://librosa.org/
|
||||
|
||||
pyloudnorm
|
||||
License: MIT
|
||||
Website: https://github.com/csteinmetz1/pyloudnorm
|
||||
|
||||
soundfile
|
||||
License: BSD
|
||||
Website: https://github.com/bastibe/python-soundfile
|
||||
|
||||
Downloaded During First-Run Setup
|
||||
---------------------------------
|
||||
|
||||
FFmpeg binaries are not bundled in the StemDeck alpha zip. They are downloaded
|
||||
during first-run setup. FFmpeg builds may be distributed under LGPL or GPL
|
||||
terms depending on how they are compiled. StemDeck should display the selected
|
||||
FFmpeg build source and license before or during download.
|
||||
|
||||
Demucs model weights are not bundled in the StemDeck alpha zip. They are
|
||||
downloaded during first use. StemDeck should display the model source and
|
||||
license/usage terms before or during download.
|
||||
|
||||
Disclaimer
|
||||
----------
|
||||
|
||||
This notice file is not legal advice. Before public release, verify the exact
|
||||
licenses of every bundled package and generated binary artifact.
|
||||
Reference in New Issue
Block a user