Skip to content

Releases: harletty/harletty-bridge

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 20 Jun 06:32

What's fixed

  • DTS-HD MA at 16-bit no longer plays ~48 dB too quiet — XLL output is now normalized to 24-bit regardless of the stream's storage bit depth (#4).

Install

Grab the file for your system below and follow the 3-step guide in the README:

Your system File
Windows harletty-bridge-v0.7.1-windows-x86_64.zip
Linux harletty-bridge-v0.7.1-linux-x86_64.zip
macOS (Apple silicon) harletty-bridge-v0.7.1-macos-arm64.zip

Arch / CachyOS (AUR)

Nothing to download by hand — this release is packaged on the AUR as harletty-bridge:

paru -S harletty-bridge

It builds from this release's source and installs the plugin at /usr/lib/orender/libharletty_bridge.so. System-wide hosts (/usr/bin/orender, the AUR mpv-omniphony / omniphony-studio packages) don't scan that directory, so point them at it once in ~/.config/omniphony/config.yaml:

render:
  bridge_path: /usr/lib/orender/libharletty_bridge.so

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 20:26
harletty-bridge v0.7.0

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 27 May 13:48
harletty-bridge 0.6.1

E-AC-3 stateful-decode fixes:
- chbwcod walk_state reset (per-frame aux-walk drift on
  coupling-strategy-update-mid-frame patterns).
- Legacy AC-3 backward-compat core accepted in raw Extractor
  (DD+ JOC streams that interleave [AC-3 core | E-AC-3 dep]).
- Bridge AC-3/dep pairing no longer loses queued cores on order
  variations (is_spatial() now correctly flips to true on dual-stream
  inputs delivered via the raw transport).

Adds an MKV-corpus regression suite (corpus_stream + compare_pcm
examples, Cavern PCM dotnet wrapper, driver scripts, cargo
integration test).

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 26 May 07:59
harletty-bridge 0.6.0 — raw E-AC3 transport

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 13 May 10:54
v0.5.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 May 20:57
release: add contents:write permission to release job