Spotiamp features a builtin Shoutcast® server, so you can easily stream the music to any device supporting Shoutcast, such as Sonos.
I've installed version 5.8
Spotiamp features a builtin Shoutcast® server, so you can easily stream the music to any device supporting Shoutcast, such as Sonos.
I've installed version 5.8
| using UnityEngine; | |
| using Valve.VR; | |
| /// <summary> | |
| /// Override the material and texture of the HTC Vive controllers, with your own material after SteamVR has loaded and | |
| /// applied the original material. This is useful to help preserve interactions in the model itself. | |
| /// | |
| /// NOTE: This is only compatible with the default HTC vive controllers (see UpdateControllerMaterial() below). | |
| /// | |
| /// Modified by Patrick Nelson / chunk_split ([email protected]) from original "OverrideControllerTexture" class |
| // Creating a node graph editor for Dear ImGui | |
| // Quick sample, not production code! | |
| // This is quick demo I crafted in a few hours in 2015 showcasing how to use Dear ImGui to create custom stuff, | |
| // which ended up feeding a thread full of better experiments. | |
| // See https://github.com/ocornut/imgui/issues/306 for details | |
| // Fast forward to 2023, see e.g. https://github.com/ocornut/imgui/wiki/Useful-Extensions#node-editors | |
| // Changelog | |
| // - v0.05 (2023-03): fixed for renamed api: AddBezierCurve()->AddBezierCubic(). |