ALVR icon indicating copy to clipboard operation
ALVR copied to clipboard

Audio outputting to mic stream

Open CraftMaster163 opened this issue 1 year ago • 6 comments
trafficstars

Description

The audio sink has no sound but when i switch to the mic stream i hear my pc and myself

General Troubleshooting

  • [yes] I carefully followed the instructions in the README and successfully completed the setup wizard
  • [yes] I read the ALVR Wikis here and here

Environment

Hardware

Note: for Linux, an upload to the hw-probe database is preferred: hw-probe -all -upload https://linux-hardware.org/?probe=1c1825d346

CPU:Ryzen 5800x

GPU:Radeon 7800xt

GPU Driver Version:Unknown

Audio:Unknown

Installation

ALVR Version:v20.6.1

ALVR Settings File:

SteamVR Version:2.3.5

Install Type:

  • [AppImage] Packaged (exe, deb, rpm, etc)
  • [No] Portable (zip)
  • [Github] Source

OS Name and Version (winver on Windows or grep PRETTY_NAME /etc/os-release on most Linux distributions):Linux Mint Cinnamon

CraftMaster163 avatar Mar 13 '24 19:03 CraftMaster163

Same issue

OS: Ubuntu 22.04

ZGltYQ avatar Mar 14 '24 19:03 ZGltYQ

Script audio-setup run every time i leave my game zone and i must choose output mic again, it is very annoying, as a stopgap you can change setup_audio function to:

function setup_audio() {
  if [[ $USE_HEADSET_AUDIO == 1 ]]; then
    echo "Setting up audio"
    pactl load-module module-null-sink sink_name=ALVR-MIC-Sink media.class=Audio/Sink | tee -a /run/user/1000/alvr-audio
    pactl set-default-sink ALVR-MIC-Sink
    pactl move-source-output "$(get_playback_source_output_id alsa_capture.vrserver)" "$(get_sink_id_by_name ALVR-MIC-Sink)"
  fi
}

This won't fix the way you can hear yourself, but you will be able to hear the game without manual adjustments.

ZGltYQ avatar Mar 15 '24 08:03 ZGltYQ

Could this be a duplicate of https://github.com/alvr-org/ALVR/issues/1821 ?

devurandom avatar Mar 20 '24 22:03 devurandom

Could this be a duplicate of #1821 ?

i have tried this solution but it doesn't work for me

ZGltYQ avatar Mar 21 '24 13:03 ZGltYQ

@CraftMaster163 did you find solution ?

ZGltYQ avatar Mar 28 '24 08:03 ZGltYQ

nope

CraftMaster163 avatar Apr 01 '24 06:04 CraftMaster163

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jun 01 '24 00:06 github-actions[bot]