Skip to content

OBS h8819 Source 0.2.0

Compare
Choose a tag to compare
@norihiro norihiro released this 14 Aug 09:42
· 44 commits to main since this release
0.2.0
7e5a05c

This is an experimental release of an audio source from REAC, an audio-over-ethernet protocol.

Changes in this release.

  • Rewrite build script to support macOS on Apple Silicon.
  • Add a packet filter, which might slightly reduce CPU usage.

Disclaimer

  • Before using this plugin, test enough at your system.
  • This plugin is provided "as is" without warranty of any kind, either expressed or implied, and the plugin is to be used at your own risk.
  • The author of this plugin has no relationship with Roland. Do not ask Roland for support of this plugin.

Limitation

  • Use at your own risk.
  • Only 48 kHz sampling frequency is supported. (Still you can set any sampling frequency on OBS Studio.)
  • Not all binaries are tested.
    • macOS: Tested (0.1.2 on macOS 12.4, both x86_64 and arm64)
    • Ubuntu: never tested but the source code is tested on CentOS Stream 9.
  • This plugin is not provided for Windows as of now.

Install

Click your OS name to expand to show details.

macOS

OBS Studio 27 or later on Intel mac

Download installer obs-h8819-source-0.2.0-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-h8819-source-0.2.0-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later on Apple Silicon

Download installer obs-h8819-source-0.2.0-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-h8819-source-0.2.0-obs28-macos-arm64.zip and follow this guide to extract.

Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.

You might need to add access permission to capture raw packets. See wiki for details.

Ubuntu

OBS Studio 27 or later on Ubuntu

Download package obs-h8819-source-0.2.0-obs27-ubuntu-20.04-x86_64.deb and install with sudo apt install obs-h8819-source-0.2.0-obs27-ubuntu-20.04-x86_64.deb.