As we all know, Turntable has a notorious issue with losing sound. Through some digging, I was able to find some JS commands that usually get it back without having to refresh. Adding this to TurntablePlus may not be the best solution (i.e. fixing it on the TT side would be best ;) ), but it would be a nice stop-gap.
Since TTP grabs the obfuscated room object, it's as easy as calling
ttp.roominfo.scheduleResyncStream()
Having a button on the UI might help people who are affected by the occasional drop.
As we all know, Turntable has a notorious issue with losing sound. Through some digging, I was able to find some JS commands that usually get it back without having to refresh. Adding this to TurntablePlus may not be the best solution (i.e. fixing it on the TT side would be best ;) ), but it would be a nice stop-gap.
Since TTP grabs the obfuscated room object, it's as easy as calling ttp.roominfo.scheduleResyncStream()
Having a button on the UI might help people who are affected by the occasional drop.