William Yang
William Yang
I've fixed it so it should compile using ```-march=native``` on Linux to use valid instructions for your cpu. pthreads is now linked properly in the latest commit when on Linux...
The program supports DAB+ so it should work in the Netherlands. What does your "Demodulator" tab look like? It should show information about the incoming signal.  You also need...
The nightly builds get updated quite often, so the version of SDR++ that the plugin was compiled for might be different to your version of SDR++ v1.1.0. The stable build...
Programme type information and slideshows have been added now. For radio text I'm not sure if you are referring to RDS for FM, but the programme label should be visible...
For any future macOS users you can follow the steps here: [macos.yml](https://github.com/FiendChain/SDRPlusPlus-DAB-Radio-Plugin/blob/6a4ce5587dd53fcf1ff4d1122c3f74d97798508a/.github/workflows/macos.yml#L34-L58). After building the plugin the ```dab_plugin.dylib``` file should be in your build folder. If there are any problems...
8f9491d should show various IDs in the DAB database hexadecimal. Hope this helps.   
Could you clarify what you mean, I'm not sure which id/number you are referring to? Thanks.
Ids for services and ensembles should show the correct 16bit or 32bit unique identifier as [HeisensOppings](https://github.com/HeisensOppings) pointed out. Ids should always be in hexadecimal by default.
Check to see if you cloned the repository recursively to include all the submodules. This can be done by running: ```git clone https://github.com/williamyang98/DAB-Radio.git --recurse-submodules -j8```. Alternatively if you already have...
The files are stored in other repositories and are linked to this project as submodules. # Method 1: Fresh start Try cloning the repository again into a **new** folder with...