-
if only one channel is being used, the encoder configuration is set wrong for certain bitrates.
suggestion - update odr-audioenc.cpp as follows:
replace
```
if (*aot == AOT_NONE) {
…
-
Hi
Thank you for the great wiki!
I followed your wiki and have the easydab working.
I see all the info from the RaspDab.mux file on my Dab Radio but i do not have audio.
The ODR-Audioenc is runn…
-
As discussed and decided during November, the [odr-padenc package](https://github.com/radiorabe/centos-rpm-odr-padenc) now uses its own systemd service unit template (which can also be used without th…
-
Hi,
I'm trying to compile under Mac OS X 10.9 using X-Code command line tools (make). Looking for tips to compile successfully.
I've fetched the source using git:
`git clone https://github.com…
amuso updated
7 years ago
-
mot pad file is currently a file created before mot-encoder start. Need to create a FIFO file with mkfifo instead.
-
```
../src/aacenc.c: In function 'aacenc_is_sbr_active':
../src/aacenc.c:37:37: error: 'AOT_MP2_SBR' undeclared (first use in this function)
case AOT_SBR: case AOT_PS: case AOT_MP2_SBR: case AOT_…
-
The [`ExecStartPre=/bin/mkdir /var/log/liquidsoap`](https://github.com/radiorabe/centos-rpm-liquidsoap/blob/master/liquidsoap%40.service#L10) fails if the directory already exists (which it does afte…
-
Make failed with message
"dabplus_decoder.h:41:17: schwerwiegender Fehler: fec.h: Datei oder Verzeichnis nicht gefunden"
-
Hi,
I'm using ni2http with dab2eti with the German national DAB multiplex:
dab2eti 178352000 | ni2http -c /home/strey/Software/eti-tools/ni2http.conf
ni2http.conf contains all services of this ensem…
-
Need to call after exit :
manager.stop_encoder(None)
manager.stop_mot(None)