-
Updated
Jun 24, 2020 - C
audio-streaming
Here are 153 public repositories matching this topic...
Description
At the moment is not possible to install tizonia with Flatpak.
Can you please also support Flatpak for installations? https://flatpak.org/
Additional Information
Flatpak is very used in distributions that do not prefer snaps.
-
Updated
Jun 16, 2020 - C++
-
Updated
May 14, 2020 - Shell
It was discussed in other issues that in order to facilitate error finding and provide easy way to know what's going on in app we should improve logging and give user easier access to them.
I propose to add dependency on logback which seems to be a very good logging library. I have already started integrating it and wanted to ask what do you t
-
Updated
Apr 30, 2020 - C
the "Subsonic API" actually varies with time (different releases) and space (different forks) so it would be quite interesting to see which parts are actually implemented in gonic. the supysonic server has this API implementation status page which details what they implemented and why. for example, shares are not implemented and might n
-
Updated
Jun 25, 2020 - C++
-
Updated
Jun 21, 2020 - Python
-
Updated
Apr 29, 2020 - Swift
-
Updated
Jun 15, 2020 - Java
-
Updated
May 11, 2020 - C
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
Dec 3, 2018 - Go
When calling a controllerEntity method that has a completion handler, if an error occurs before even sending the message to the network, the completion handler is called with the error status, in the same thread than the caller.
This can lead to deadlocks.
The documentation should clearly states that all completion handlers are always called from another thread.
Then the code should be change
-
Updated
Oct 30, 2017 - C
-
Updated
Apr 11, 2020 - Objective-C
-
Updated
Apr 17, 2019 - C++
-
Updated
Apr 29, 2020
-
Updated
Jul 22, 2019 - C++
-
Updated
Jun 25, 2020 - JavaScript
-
Updated
Oct 3, 2019
-
Updated
Dec 15, 2019 - Java
-
Updated
Sep 14, 2017 - C
-
Updated
Jun 14, 2020 - JavaScript
Improve this page
Add a description, image, and links to the audio-streaming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the audio-streaming topic, visit your repo's landing page and select "manage topics."
When straight up using the Makefile, the man file gets installed. However, this is not the case with CMake, and I can not find an option for it. Please also allow installing any documentation, like man files, when using CMake.