So, here's the problem: I've been using "M-Audio M-Track Solo" audio interface alongside "Behringer XM8500" microphone, all connected to my PC with Windows 10 installed on it (version 22H2, if that's important), and recently, seemingly at random, my PC just stops receiving any audio from my micro, despite both the micro and the audio-interface being fully functional. M-Track Solo has a light-indicator that activates signal is active, so it still shows that microphone captures the audio just right, it's just that Windows somehow stops receiving it.
Just for the record, even during those "blackouts" Windows still recognizes audio-interface and microphone (well, signal output of the audio-interface) in the device managers, so it's not like it doesn't see them at all.
At first I tried reloading the PC (which would fix this for awhile), but recently I've realised that simply reloading Windows' audio-services fixes the issue as well (though it does usually require me to reload the app that's been using the micro prior). I've had an old bat file that I've been using to reload it all on the go, which just has those four lines:
Just for the record, even during those "blackouts" Windows still recognizes audio-interface and microphone (well, signal output of the audio-interface) in the device managers, so it's not like it doesn't see them at all.
At first I tried reloading the PC (which would fix this for awhile), but recently I've realised that simply reloading Windows' audio-services fixes the issue as well (though it does usually require me to reload the app that's been using the micro prior). I've had an old bat file that I've been using to reload it all on the go, which just has those four lines:
So I humbly ask for help and possible solutions, as this issue's been bugging me for awhile, as it hugely interfers both with my work and hobbies. Ideally I wouldn't want to re-install Windows xDnet stop audiosrv
net stop AudioEndpointBuilder
net start audiosrv
net start AudioEndpointBuilder