nandi/jolt-nativepublic Fork 0
4956d1e2f73eae7b1f8ef16fab875c56c69dea84
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.

Build under buck2, with the toolchain pinned rather than found 460541b · on 4956d1e2f73eae7b1f8ef16fab875c56c69dea84 · nandi · 19d ago
PATCHES.md · 19 lines · 667 Bmarkdown
Blame HistoryOpen raw

Vendored cpal

Pinned from https://github.com/RustAudio/cpal.git at
63ea9fffbd3b15af0180f0800a61a3c4fec9b88a (reported as 0.18.0).

Why

moq-media (iroh-live) depends on cpal with branch = "master", which
floats. Newer master commits remove cpal::StreamError and
DeviceTrait::name() (unified Error / description() API). That breaks
moq-media's audio_backend.rs at iroh-live rev edd9bcc.

Same commit freeq locks in its workspace Cargo.lock.

Update

When iroh-live/moq-media is updated to the new cpal API, drop this vendor
and the [patch."https://github.com/RustAudio/cpal.git"] entries in
android/Cargo.toml and host/Cargo.toml.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# Vendored cpal

Pinned from https://github.com/RustAudio/cpal.git at
`63ea9fffbd3b15af0180f0800a61a3c4fec9b88a` (reported as 0.18.0).

## Why

`moq-media` (iroh-live) depends on `cpal` with `branch = "master"`, which
floats. Newer master commits remove `cpal::StreamError` and
`DeviceTrait::name()` (unified `Error` / `description()` API). That breaks
moq-media's `audio_backend.rs` at iroh-live rev `edd9bcc`.

Same commit freeq locks in its workspace `Cargo.lock`.

## Update

When iroh-live/moq-media is updated to the new cpal API, drop this vendor
and the `[patch."https://github.com/RustAudio/cpal.git"]` entries in
`android/Cargo.toml` and `host/Cargo.toml`.