You are viewing a potentially older version of this package. View all versions.
CryingRGB-AudioOutput-1.0.1 icon

AudioOutput

Switch Windows audio output devices directly from the REPO settings menu.

Date uploaded 3 weeks ago
Version 1.0.1
Download link CryingRGB-AudioOutput-1.0.1.zip
Downloads 292
Dependency string CryingRGB-AudioOutput-1.0.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
nickklmao-REPOConfig-1.2.6 icon
nickklmao-REPOConfig

Edit mod configs in-game!

Preferred version: 1.2.6
nickklmao-MenuLib-2.5.4 icon
nickklmao-MenuLib

A library for creating UI!

Preferred version: 2.5.4

README

Audio Output

Switch Windows audio output devices directly from REPO.

Features

  • Change audio device without leaving the game
  • Supports headphones, speakers, VB-Cable, Bluetooth devices, FxSounds
  • Works with Windows playback devices

Requirements

This mod requires AudioDeviceCmdlets.

Open PowerShell and run:

Install-Module AudioDeviceCmdlets -Scope CurrentUser

Installation

Install with Thunderstore Mod Manager or place the DLL into:

BepInEx/plugins/

CHANGELOG

1.0.0

Added

  • In-game audio output switching for REPO.
  • Detects available Windows playback devices.
  • Support for headphones, speakers, Bluetooth audio, and virtual audio devices.
  • Integrated REPOConfig menu support.
  • MenuLib configuration UI.

Note

  • Requires AudioDeviceCmdlets PowerShell module.

1.0.1

  • Testing