The Computer Oracle

Is there a way to restart audio without restarting a Windows 7 computer?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle3

--

Chapters
00:00 Is There A Way To Restart Audio Without Restarting A Windows 7 Computer?
00:18 Accepted Answer Score 169
00:38 Answer 2 Score 42
00:52 Answer 3 Score 12
01:17 Answer 4 Score 1
01:38 Answer 5 Score 1
02:11 Thank you

--

Full question
https://superuser.com/questions/521955/i...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows7 #audio #volumemixer

#avk47



ACCEPTED ANSWER

Score 169


I also had to stop AudioEndpointBuilder and restart it

net stop audiosrv
net stop AudioEndpointBuilder
net start audiosrv
net start AudioEndpointBuilder

If you look at Windows' Task Manager's "services" tab, that might help you identify what services you have tied to audio.




ANSWER 2

Score 42


Open up a command prompt as administrator and run:

net stop audiosrv
net start audiosrv

This restarts the Windows service responsible for handling audio.




ANSWER 3

Score 12


For Windows 7, I used this and hope it will work for all Windows flavors:

  1. Right click on My Computer
  2. Chose Manage
  3. Select Device Manager in the left panel
  4. Expand Sound, video and game controllers
  5. Find your audio driver and right click on it.
  6. Chose Disable
  7. Right click on the audio driver again
  8. Chose Enable

It should start working now.




ANSWER 4

Score 1


Check your device manager and go to audio in and outputs. Now check the box show hidden devices (in view) and delete all the devices other than the ones that you have when you didn't show the hidden devices. Reboot.

There must have been some leftover drivers that interfered.




ANSWER 5

Score 1


Thanks for the answer, it helped me too. Something stuck in my sound card buffer and kept looping. I was not able to disable my card in Device Manager, (it wanted to restart Windows 7). But stopping the service helped, (though only that did not solve my problem alone).

So this is what I did:

net stop audiosrv
net stop AudioEndpointBuilder

Then I was bale to disable the audio device in Device Manager. Then I re-enabled it, and

net start audiosrv

This reset my card and solved my issue.