Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SKaiNET-developers/SKaiNET-audio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: SKaiNET-developers/SKaiNET-audio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/linuxx64-target
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 6 files changed
  • 2 contributors

Commits on Sep 12, 2026

  1. Add linuxX64 target to all six modules

    Every module's kotlin {} block declares jvm/iosArm64/macosArm64/linuxArm64
    (plus js/wasmJs/androidNative on some) but never linuxX64 -- the dev/CI
    runner architecture for the downstream ASR cartridge repos that want to
    adopt this library (asr-whisper-iree-cartridge, asr-moonshine-iree-cartridge,
    asr-vad-silero-iree-cartridge, all under dtag-cartrdige-forge), all of which
    target linuxX64 explicitly. Without this, adopting SKaiNET-audio in place
    of their own duplicated WAV I/O and mel-spectrogram code would silently
    drop linuxX64 support.
    
    Verified: ./gradlew linuxX64Test green across all six modules. (The
    pre-existing wasmJsBrowserTest failure -- missing headless Chrome -- is
    unrelated: reproduces identically on unmodified develop.)
    
    Fixes #2
    
    Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_012BmAYE4tZ7HsULEW8todNP
    michalharakal and claude committed Sep 12, 2026
    Configuration menu
    Copy the full SHA
    e06087c View commit details
    Browse the repository at this point in the history
Loading