#!/usr/bin/env dotslash // The AV media plane for the phone, from jolt-native's v0.1.3 release. // // The same tarball libvidya-android names, and deliberately so: the two objects // are built together and only make sense together — libjoltapp links both, and // a libjoltmoq from one release beside a libvidya from another is a pairing // nothing has tested. Same digest, different file out of it. // // Before v0.1.3 there was no such object at all: the media plane was V4L2 and // PipeWire, which a phone has neither of. The camera is Camera2 over JNI now // and the microphone is cpal's AAudio host. // // The only answer for it, the same as libvidya. { "name": "libjoltmoq-android", "platforms": { "linux-x86_64": { "size": 14150473, "hash": "sha256", "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108", "format": "tar.gz", "path": "libjoltmoq.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz" } ] }, "linux-aarch64": { "size": 14150473, "hash": "sha256", "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108", "format": "tar.gz", "path": "libjoltmoq.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz" } ] }, "macos-x86_64": { "size": 14150473, "hash": "sha256", "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108", "format": "tar.gz", "path": "libjoltmoq.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz" } ] }, "macos-aarch64": { "size": 14150473, "hash": "sha256", "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108", "format": "tar.gz", "path": "libjoltmoq.so", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz" } ] } } }