{"id":17339369,"url":"https://github.com/haileys/mixlab","last_synced_at":"2025-07-15T10:06:07.941Z","repository":{"id":66271045,"uuid":"251511371","full_name":"haileys/mixlab","owner":"haileys","description":"Digital audio/video workstation","archived":false,"fork":false,"pushed_at":"2021-08-01T11:52:18.000Z","size":4945,"stargazers_count":123,"open_issues_count":6,"forks_count":13,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-07-14T06:43:08.521Z","etag":null,"topics":["audio","livestream","rust","video"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haileys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-31T05:43:52.000Z","updated_at":"2025-06-25T09:31:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"daa88e85-2747-4f35-967e-6db6881f47c7","html_url":"https://github.com/haileys/mixlab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haileys/mixlab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haileys%2Fmixlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haileys%2Fmixlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haileys%2Fmixlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haileys%2Fmixlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haileys","download_url":"https://codeload.github.com/haileys/mixlab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haileys%2Fmixlab/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265427333,"owners_count":23763288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","livestream","rust","video"],"created_at":"2024-10-15T15:41:36.605Z","updated_at":"2025-07-15T10:06:07.931Z","avatar_url":"https://github.com/haileys.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mixlab\n\nDigital audio/video workstation. AGPLv3.\n\n![](/screenshot.png)\n\n## Building\n\nMake sure you have wasm-pack installed first: `cargo install wasm-pack`\n\n### Unices\n\n``` sh-session\n$ make [build]   # build frontend and backend\n$ make release   # build frontend and backend in release mode\n$ make check     # check frontend and backend\n$ make run       # build frontend and run backend\n```\n\n### Windows\n\n1. Install Microsoft Visual C++\n\n2. Install LLVM as per [the rust-bindgen documentation](https://rust-lang.github.io/rust-bindgen/print.html#windows). Do not install the Mingw64 version from MSYS2's `pacman`.\n\n2. Install MSYS2 - a distribution of core GNU utilities for Windows. Required for dependencies that have unixy build systems with configure scripts and such.\n\n    https://www.msys2.org/\n\n    Mixlab also requires a few additional packages from pacman, MSYS2's package manager. In an MSYS2 bash session, run:\n\n    ```sh-session\n    $ pacman -S make nasm\n    ```\n\n3. Open \"x64 Native Tools Command Prompt\" from the Start Menu, and type:\n\n    ```\n    \u003e C:\\msys64\\msys2_shell.cmd -mingw64 -full-path\n    ```\n\n    A bash shell will appear. You will use this bash shell for the rest of the instructions and for building Mixlab.\n\n4. Rename `/usr/bin/link.exe` to `/usr/bin/link2.exe`.\n\n    This is pretty gross but as far as I can tell seems to be required to prevent MSYS2's `link.exe` from clashing with MSVC's. See the \"Gotchas\" section of http://anadoxin.org/blog/bringing-visual-studio-compiler-into-msys2-environment.html for more information.\n\n5. Set the `CC` environment variable to `cl`\n\n    ```sh-session\n    $ export CC=cl\n    ```\n\nThen run `make` as described in the Unices section above.\n\n## Running\n\nRunning the `mixlab` binary starts an HTTP server on `localhost:8000` serving the web UI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaileys%2Fmixlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaileys%2Fmixlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaileys%2Fmixlab/lists"}