nandi/jolt-nativepublic Fork 0
fa4ecdfed6a830e6099d5fab9be24ef72ea1923b
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

PATCHES.md · 19 lines · 667 Bmarkdown Blame HistoryRaw
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1# Vendored cpal
2
3Pinned from https://github.com/RustAudio/cpal.git at
4`63ea9fffbd3b15af0180f0800a61a3c4fec9b88a` (reported as 0.18.0).
5
6## Why
7
8`moq-media` (iroh-live) depends on `cpal` with `branch = "master"`, which
9floats. Newer master commits remove `cpal::StreamError` and
10`DeviceTrait::name()` (unified `Error` / `description()` API). That breaks
11moq-media's `audio_backend.rs` at iroh-live rev `edd9bcc`.
12
13Same commit freeq locks in its workspace `Cargo.lock`.
14
15## Update
16
17When iroh-live/moq-media is updated to the new cpal API, drop this vendor
18and the `[patch."https://github.com/RustAudio/cpal.git"]` entries in
19`android/Cargo.toml` and `host/Cargo.toml`.