Good — that extra context about Device Manager, App volume/device preferences, and Camo is helpful. Do these steps in order (safe → more invasive). I’ll give exact clicks/commands and tell you what to paste back if it still fails.
1) Quick Device Manager reinstall (fast, very commonly fixes this)
- Win+X → Device Manager → expand “Sound, video and game controllers.”
- Right‑click the main output device (Realtek/Intel/USB audio/Camo virtual device) → Uninstall device.
- Do NOT check “Delete the driver software” on the first pass.
- Reboot and test.
If that restores sound, stop here. This is the exact step datawizard0103 suggested and it often fixes abrupt failures.
2) Confirm per‑app routing & privacy (common silent culprits)
- Settings → System → Sound → Advanced → App volume and device preferences — ensure OBS/Camo/your player are assigned the correct output/input devices and none are muted.
- Settings → Privacy & security → Microphone — ensure Microphone access is ON and Camo Studio (or your capture app) is allowed. datawizard0103 mentioned Camo specifically; its silent updates have caused issues for others, so allow mic access and check Camo’s status.
3) Restart audio services (quick command)
Open an elevated PowerShell (Admin) and run:
- Get‑Service AudioSrv,AudioEndpointBuilder,MMCSS | Format‑Table -AutoSize
- Restart‑Service -Name AudioSrv,AudioEndpointBuilder,MMCSS -Force
If any show Stopped or don’t restart, paste the Get‑Service output here. Restarting these services is a frequent immediate fix.
4) Disable enhancements / exclusive mode (hidden blockers)
- Win+R → mmsys.cpl → Recording (and Playback) → double‑click the device → Enhancements / Advanced: check “Disable all enhancements” and uncheck “Allow applications to take exclusive control of this device.” Apply and test. This often resolves “zero input/output” caused by apps grabbing exclusive access.
5) If still nothing — run the automated troubleshooters
- Settings → System → Troubleshoot → Other troubleshooters → Run “Playing Audio” and “Recording Audio.” Let them apply fixes and reboot.
6) Health checks (paste these outputs if problems persist)
Run these from an elevated terminal and paste the results here:
- Get‑Service output (from step 3) — so I can see service statuses.
- Device list: paste the exact names you see under Device Manager → Audio inputs and outputs and → Sound, video and game controllers.
- powercfg -requests and powercfg -lastwake (these show if anything is blocking/re-routing audio or keeping endpoints in odd states).
These help me pinpoint whether Windows is enumerating devices or if services are failing.
7) System repair if drivers/services look okay but still no audio
- DISM /Online /Cleanup-Image /RestoreHealth
- sfc /scannow
Reboot and test. Corrupt system files or component store issues sometimes break audio initialization.
8) App/vendor specifics: OBS & Camo notes
- In OBS: Settings → Audio → make sure the Mic/Aux and Monitoring devices are the ones you intend. Also check per‑source audio properties (audio monitoring).
- For Camo (if you use it): completely uninstall Camo, reboot, then download and reinstall the latest Camo build from their official site — several users needed a reinstall after post-25H2 silent updates. Also ensure Camo has Microphone permission. datawizard0103 pointed this out; reinstalling Camo fixed cases where the virtual device stopped working.
9) Final hardware isolation (if drivers & services aren’t the problem)
- Try a direct rear‑panel headphone jack instead of the front panel, or test a USB headset. If every physical device and port shows zero input/output the same way, that strongly suggests a driver/service/OS problem rather than both mics/headphones failing simultaneously.
If you want me to keep helping, please run and paste:
- The Get‑Service output for AudioSrv/AudioEndpointBuilder/MMCSS.
- A text list (or screenshot) of what appears under Device Manager → Audio inputs and outputs and → Sound, video and game controllers.
- Output of powercfg -requests.
With those I’ll tell you the exact next command (force reinstall, package uninstall, or the exact driver to download) and whether we should remove a specific recent Windows update or reinstall Camo/OBS in a particular way.