Johannes Pohl

Results 209 comments of Johannes Pohl
trafficstars

> Note: The information needed to figure out what's happening is still being gathered. Relevant fields will be updated as discovery process progresses. Please reopen, when you've gathered all data....

This looks rather like the server stops sending audio. Maybe music assistant stops feeding audio to the server.

Hi, adding a `default_source` setting sounds reasonable to me. Please go ahead and create a PR. Please note that I'm not available until mid of November and will not have...

Did you try to add `-DJACK_LIBRARY=/usr/lib64/pipewire-0.3/jack/libjack.so`, as mentioned [here](https://github.com/supercollider/supercollider/issues/5678#issuecomment-1003818125)?

Thanks for the fix @aanno , but I checked how this was fixed in [supercollider](https://github.com/supercollider/supercollider/pull/5680/files) and did the same in the branch [1363-problems-building-with--dbuild_with_jackon-on-fedora-41](https://github.com/badaix/snapcast/tree/1363-problems-building-with--dbuild_with_jackon-on-fedora-41). The fix is basically to replace `pkg_search_modules(JACK...

Sounds good @gregersn . Have you called `cmake` with `-DJACK_LIBRARY=...`? Please remove your `build` directory and call `cmake` again, without any `-DJACK...` argument.

Fixed in [Snapcast v0.32.0](https://github.com/badaix/snapcast/releases/tag/v0.32.0)

Seems to be resolved / not reproducible

This code snipped looks suspicious ([client/player/oboe_player.cpp](https://github.com/badaix/snapcast/blob/develop/client/player/oboe_player.cpp)): ```c++ auto result = builder.setSharingMode(sharing_mode) ->setPerformanceMode(oboe::PerformanceMode::None) ->setChannelCount(stream_->getFormat().channels()) ->setSampleRate(stream_->getFormat().rate()) ->setFormat(oboe::AudioFormat::I16) ->setDataCallback(this) ->setErrorCallback(this) ->setDirection(oboe::Direction::Output) //->setFramesPerCallback((8 * stream->getFormat().rate) / 1000) //->setFramesPerCallback(2 * oboe::DefaultStreamValues::FramesPerBurst) //->setFramesPerCallback(960) // 2*192) ->openStream(out_stream_);...

I don't know yet when I will do the next release, but you can install the build artifact: https://github.com/badaix/snapdroid/actions/runs/9731928937 Snapdroid and Snapcast will now support 16, 24 and 32 bit...