museumsvictoria / nodel-recipes

Recipes used by Nodel hosts.
MIT License
13 stars 12 forks source link

Computer Controller: failures when no audio devices present #61

Closed justparking closed 1 year ago

justparking commented 2 years ago

When no audio devices are present on a system the ComputerController.exe fails.

It needs to handle graceful changes in hardware over time.

morimoriysmoon commented 2 years ago

The recipe updated to check if audio devices exist. 9f01480f0cec6790d436d0940884d0511d007b57

justparking commented 2 years ago

Hey @morimoriysmoon , I meant to indicate this was actually related to the Windows Computer Controller recipe.

morimoriysmoon commented 2 years ago

fixed https://github.com/museumsvictoria/nodel-recipes/pull/63

justparking commented 1 year ago

I did something similar except added graceful shutdown if the audio goes missing or changes.