Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable audio support? #9

Closed
luomo-pro opened this issue Jun 10, 2024 · 1 comment
Closed

How to enable audio support? #9

luomo-pro opened this issue Jun 10, 2024 · 1 comment
Labels
known-issue Known issue with no current fix. workaround available A workaround is available for this bug.

Comments

@luomo-pro
Copy link

Hello, I am using Hyper-V to install macOS 14.
Now I find that the sound in macOS cannot be played through the Windows speakers.
Is there any way to hear the sound in macOS?
Thank you!

@Qonfused Qonfused added the known-issue Known issue with no current fix. label Jul 11, 2024
@Qonfused
Copy link
Owner

Hyper-V unfortunately does not provide audio virtualization. As mentioned in the README, no audio device is given to the VM by default:

OSX-Hyper-V/docs/README.md

Lines 499 to 500 in b16b38a

- Audio Support
- By default, Hyper-V does not expose an audio device to macOS.

One of the options that might be apparent if you have access to a Windows edition with DDA support is to pass in a supported GPU, though there are issues with detecting devices early enough to apply patches w/ AppleALC and WhateverGreen (refer to the README; also explained in #6).

The best option at the moment is to use a virtual audio device that can behave as an audio sink/loopback device. You can the open-source Blackhole driver to capture desktop audio and route it through a network-enabled app between macOS and the Windows host (I've done this with OBS Ninja in the past or through a networked USB-interface with VirtualHere).

@Qonfused Qonfused closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2024
@Qonfused Qonfused added the workaround available A workaround is available for this bug. label Jul 11, 2024
@Qonfused Qonfused pinned this issue Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
known-issue Known issue with no current fix. workaround available A workaround is available for this bug.
Projects
None yet
Development

No branches or pull requests

2 participants