Rafael Diniz

Results 32 issues of Rafael Diniz

Is any of these warnings worrying? ``` /home/rafael2k/files/rhizomatica/hermes/paq8px/ContextMap.cpp:22:27: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 22 | p[1 + ((c >> 5) & 1)] = 1...

This fix the build on any other architecture apart of the one shipped by HF Signals (Debian 10 arm 32 bits).

As per ABNT NBR 15606-10, Ginga-HTML5 is a new Ginga subsystem, and it should be supported by Ginga profile D SBTVD receivers (together with Ginga-NCL subsystem).

backend

Implement back a speech synthesizer though a SSML player. Check which solution is better - gstreamer support, or direct espeak player.

Media

O Ginga não deveria alterar parâmetros globais do sistema, no caso aqui, um Debian Linux, mas sim o mixer local do software. Não sei se é um problema local, mas...

bug
PlayerVideo

First of all - thanks for this wonderful project. We are wondering if libxaac could be used for creating DRM HE-AAC super-frames for transmission. There is an effort to add...

I realized a downstream project changed Codec2 by the Opus codec: https://github.com/phase4ground/opv-cxx-demod It may be would be nice to have both codecs as a parametrized option?

Is there a way to ignore an invalid SSL certificate and allow a page to load?

help wanted
good first issue

Hi there, I'm implementing streaming output support to talked. I implemented support, for now just for "audio_only = True" use case (and tested with icecast output): https://github.com/ColmenaDev/talked Please advice on...

Hi there, In order to record multiple rooms, I should create one docker per room I want to record, right?