snapcast icon indicating copy to clipboard operation
snapcast copied to clipboard

Synchronous multiroom audio player

Results 127 snapcast issues
Sort by recently updated
recently updated
newest added

**Describe the bug** https://github.com/badaix/snapcast/blob/master/server/etc/plug-ins/meta_mpd.py#L27 states ``` # Dependencies: # - python-mpd2 # - musicbrainzngs ``` However both * https://pypi.org/project/dbus-python/ * https://pypi.org/project/PyGObject/ are also required as can be seen when trying...

next release

This change moves the volume processing to a dedicated class called SoftwareDsp. My goal is to provide a central point for any buffer manipulations (e.g. equalizing).

Similar to the broadcast-functionality of the Snap.Net-app, one could use WebAudio to broadcast from client to server: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia JS-Example of using WebAudio including input device selection and asking for user-permission...

feature request

@badaix First of all thanks for providing and maintaining this awesome piece of software! **Is your feature request related to a problem? Please describe.** When connecting a new snapclient, its...

feature request
next release

**Describe the bug** `Jan 05 16:28:07 host snapserver[633134]: Stream: steamname, message: python3: can't open file '/usr/share/snapserver/plug-ins/meta_mpd.py': [Errno 13] Permission denied` **Steps to Reproduce** 1. Install snapserver 0.26.0 2. Configure to...

bug
next release

``` $ ls -l ./work/stage/usr/local/share/snapserver/plug-ins/meta_mpd.py ---x--x--x 1 yuri wheel 33278 Dec 22 09:40 ./work/stage/usr/local/share/snapserver/plug-ins/meta_mpd.py ```

bug
next release

**Describe the bug** When using snapserver + librespot on alpine linux, snapserver segfaults when a spotify client connects. **Steps to Reproduce** 1. Install snapclient-server and librespot on alpine 2. Run...

bug
next release

Hello, first of all - this is an awesome project. I'm working on my own implementation of a Snapcast-Client and have been digging a little bit deeper in the code....

feature request

**Describe the bug** Airplay isn't working for me. I'm trying to stream my Windows Audio to snapcast (running on docker) via TuneBlade, which supports shairport-sync. If i try to stream...

**Describe the bug** I'm running debian 11 in a vmware vm, with snapserver installed. I'm piping sound from my windows machine via snap.net broadcast. Everything works fine, but only if...