8f10353f0c
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
79 lines
2.0 KiB
Plaintext
79 lines
2.0 KiB
Plaintext
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
|
|
|
|
System Requirements (Not Bundled)
|
|
---------------------------------
|
|
|
|
FFmpeg is not bundled in the Linux package. On first launch StemDeck downloads a
|
|
static FFmpeg build into your user data directory (or uses a system `ffmpeg`
|
|
already on your PATH). The download is fetched directly from the upstream
|
|
provider, not redistributed by StemDeck. FFmpeg may be distributed under LGPL or
|
|
GPL terms depending on how the build was compiled.
|
|
|
|
WebKitGTK and GTK shared libraries are provided by your Linux distribution and
|
|
are not bundled. They are distributed under LGPL terms.
|
|
|
|
Demucs model weights are not bundled. 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.
|