AppStore release: https://apps.apple.com/us/app/snapcast-control/id1552559653
A control client and player for Snapcast
Windows · Linux · macOS · iOS · Android
This project comes with a .NET port of snapclient. That library can be used to easily port snapclient to all platforms that are able to run .NET code. See the documentation for more information.
A small tool for broadcasting to snapserver is also included. This makes it easy to stream audio from your PC to all snapclients.

The client/group name and client latency can be set in their menus. These menus are accessible by clicking on client/group name in the overview.

If you don't like the colors, change them!




msbuild /t:restore
msbuild /p:Configuration=Release;VersionAssembly=0.34.0
Requirements:
dotnet publish Snap.Net.Avalonia/Snap.Net.Avalonia.csproj -r win-x64 -p:PublishSingleFile=true --self-contained true -c Release --nologo
dotnet publish Snap.Net.Avalonia/Snap.Net.Avalonia.csproj -r linux-x64 -p:PublishSingleFile=true --self-contained true -c Release --nologo
dotnet publish Snap.Net.Avalonia//Snap.Net.Avalonia.csproj -r osx-x64 -p:PublishSingleFile=true --self-contained true -c Release -p:UseAppHost=true
266 commits
1 commits
C#
84.8%
Inno Setup
13.3%
Pascal
1.6%
AppStore release: https://apps.apple.com/us/app/snapcast-control/id1552559653
A control client and player for Snapcast
Windows · Linux · macOS · iOS · Android
This project comes with a .NET port of snapclient. That library can be used to easily port snapclient to all platforms that are able to run .NET code. See the documentation for more information.
A small tool for broadcasting to snapserver is also included. This makes it easy to stream audio from your PC to all snapclients.

The client/group name and client latency can be set in their menus. These menus are accessible by clicking on client/group name in the overview.

If you don't like the colors, change them!




msbuild /t:restore
msbuild /p:Configuration=Release;VersionAssembly=0.34.0
Requirements:
dotnet publish Snap.Net.Avalonia/Snap.Net.Avalonia.csproj -r win-x64 -p:PublishSingleFile=true --self-contained true -c Release --nologo
dotnet publish Snap.Net.Avalonia/Snap.Net.Avalonia.csproj -r linux-x64 -p:PublishSingleFile=true --self-contained true -c Release --nologo
dotnet publish Snap.Net.Avalonia//Snap.Net.Avalonia.csproj -r osx-x64 -p:PublishSingleFile=true --self-contained true -c Release -p:UseAppHost=true
266 commits
1 commits
C#
84.8%
Inno Setup
13.3%
Pascal
1.6%