AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Alles zum Thema DAB(+) Digitalradio.
the jazzman
Beiträge: 977
Registriert: So 2. Sep 2018, 14:19
Wohnort: Freiberg, Mittelsachsen

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von the jazzman »

Frage des Treibers.

Ich stehe vor dem umgekehrten Problem.
RTL-SDR Blog V.3
Wittenberg WB345
---
VU+ Solo²
Multytenne
fn1107
Beiträge: 44
Registriert: Di 3. Jan 2023, 17:06
Wohnort: Dresden

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von fn1107 »

Für die Software wird kein separater Treiber benötigt.
stefsch
Beiträge: 440
Registriert: Sa 1. Sep 2018, 18:16

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von stefsch »

fn1107 hat geschrieben: Do 14. Sep 2023, 16:35 Für die Software wird kein separater Treiber benötigt.
funzt denn der NOXON-Stick damit? Gibt es eine Kompatibilitätsliste?

stefsch
fn1107
Beiträge: 44
Registriert: Di 3. Jan 2023, 17:06
Wohnort: Dresden

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von fn1107 »

stefsch hat geschrieben: Do 14. Sep 2023, 17:12
fn1107 hat geschrieben: Do 14. Sep 2023, 16:35 Für die Software wird kein separater Treiber benötigt.
funzt denn der NOXON-Stick damit? Gibt es eine Kompatibilitätsliste?

stefsch
Ich hab jedenfalls zwei verschiedene Noxon Sticks damit laufen.
DAB+Freak
Beiträge: 36
Registriert: Do 28. Okt 2021, 23:59
Wohnort: Eschweiler

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von DAB+Freak »

Noxon DAB Stick ( Rev. 2 ) funktioniert einwandfrei damit, musste allerdings die Zadig Treiber installieren.
KejPi
Beiträge: 204
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

Realtek drivers that DAB Player needs are NOT compatible with AbracaDABra. You need to install Zadig to make stick working with AbracaDABra and any other application except DAB Player. Short instructions are here: https://github.com/KejPi/AbracaDABra#windows
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
fn1107
Beiträge: 44
Registriert: Di 3. Jan 2023, 17:06
Wohnort: Dresden

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von fn1107 »

fn1107 hat geschrieben: Do 14. Sep 2023, 16:35 Für die Software wird kein separater Treiber benötigt.
Die Aussage bezog sich auf die Verwendung mit macOS. Mir war gar nicht ganz klar, dass es den Player auch für Windows gibt.,
the jazzman
Beiträge: 977
Registriert: So 2. Sep 2018, 14:19
Wohnort: Freiberg, Mittelsachsen

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von the jazzman »

BTW Für Linux auch.
RTL-SDR Blog V.3
Wittenberg WB345
---
VU+ Solo²
Multytenne
andimik
Beiträge: 5773
Registriert: Sa 1. Sep 2018, 19:11
Wohnort: Arnoldstein, Bezirk Villach Land, Österreich
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von andimik »

What do you think, could your (excellent) library replace the one from Jan? Of course Jan's tools are excellent too, but not so sensitive in my opinion.

I have lots of muxes where I have no single dropout with AbracaDABra, but Jan's tools (eti-cmdline, Qt-DAB) have severe problems or cannot even lock in one case.
KejPi
Beiträge: 204
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

It is freely available so anyone can use it as he want. Nevertheless I do not see realistic to replace demodulation library I other tool by my DABSDR. Why would you do it? You can use it i AbracaDABra, it there any particular feature you are missing?
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
andimik
Beiträge: 5773
Registriert: Sa 1. Sep 2018, 19:11
Wohnort: Arnoldstein, Bezirk Villach Land, Österreich
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von andimik »

Yes, for ETI-NI generation I am using eti-cmdline, so I can use dablin_gtk or record it to an eti file (which is much smaller than xml/raw files).

For single service recording, I uncomment the debug mode

Code: Alles auswählen

$ git diff
diff --git a/gui/audiodecoder.h b/gui/audiodecoder.h
index cf7928c..8356854 100644
--- a/gui/audiodecoder.h
+++ b/gui/audiodecoder.h
@@ -56,7 +56,7 @@
 
 // debug switches
 //#define AUDIO_DECODER_RAW_OUT
-//#define AUDIO_DECODER_AAC_OUT
+#define AUDIO_DECODER_AAC_OUT
 //#define AUDIO_DECODER_MP2_OUT
 
 enum class AudioCoding
KejPi
Beiträge: 204
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

ETI decoding is not supported by library, so it would not be solution for you. Audio recording might be added if I find a way to integrate it with existing UI.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
andimik
Beiträge: 5773
Registriert: Sa 1. Sep 2018, 19:11
Wohnort: Arnoldstein, Bezirk Villach Land, Österreich
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von andimik »

Ah, then I can forget my idea ... Thanks for the info anyway!
schluri
Beiträge: 35
Registriert: Mo 11. Sep 2023, 08:13

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von schluri »

Ich habe ein MacBook mit M2 Chip und bekomme meinen Noxon Stick nicht zum laufen mit dieser Software.
Kann u.a. natürlich auch an meinem schlechten englisch liegen
KejPi
Beiträge: 204
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

I do not have M2 version, I only have M1 and it works fine.
You can switch language in Settings, but the application should start automatically in system language if it is supported.
Snímek obrazovky 2023-10-17 v 18.53.26.png
Please share the application log (Menu -> Application log) so that I can figure out what is going on.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
Antworten