Tobias Wellnitz
Tobias Wellnitz
Hi, out of curiosity (without having dived into the code), why is the latency so high in Openwebrx? It take between 1-2 seconds after moving the receiving slice until the...
Currently the Server has to started and stopped through the web interface. When a client disconnects, the server continues streaming. A timeout should be added to the server to automatically...
Hi, I tried to convert a `Float32Buffer` to an `IntBuffer`, resulting in silence. Problem is, that the current implementation has a flaw: https://github.com/go-audio/audio/blob/9867513453de590a60792e5c5a033f608e7f1404/float_buffer.go#L36 https://github.com/go-audio/audio/blob/9867513453de590a60792e5c5a033f608e7f1404/float_buffer.go#L107 Float audio samples use the value...
Hey, it would be great if you could also add the deletion of Files and Folders. Thanks for this handy tool!
Hey, thanks for your efforts in bringing webix to meteor! I'm wondering if you could provide a more Meteor stylish example? I'm stugeling somehow to make the CRUD example work....
Hey, I created an empty Meteor project (1.1.0.2), and simple added meteor-x-editable-bootstrap. When I execute Meteor and load the client, I get to following error message in my browser's debug...
Hi, If I understand the protobuf docs right, by today a protobuf service only supports the method rpc. However a lot of microservices these days are also using publish/subscribe mecanisms...
Hi, I added: - _basque, _catalonia, _pernefeldt, _galicia, _scotland, _united_nations and _wales to the squared flags - kosovo to squared and 4x3 flags I also updated the .gitignore to ignore...
Hi, I added support for conan: - Conan Bearer Token - Conan Proxy Repositories
Recent versions of cmake require `cmake_minimum_required(VERSION)` to be higher than 3.5. Almost all CMakeLists.txt are already at VERSION=3.12. I found two more CMakeLists.txt where `cmake_minimum_required` had to be bumped to...