William Yang
William Yang
Here are some instructions source: https://github.com/williamyang98/DAB-Radio/tree/master/toolchains/ubuntu # Instructions 1. Clone repository: ```git clone https://github.com/williamyang98/DAB-Radio.git --recurse-submodules``` 2. Change into repository directory: ```cd ./DAB-Radio``` 3. Install dependencies: ```./toolchains/ubuntu/install_packages.sh``` 4. Configure cmake: ```cmake...
```README.md```: https://github.com/williamyang98/DAB-Radio?tab=readme-ov-file#building-programs ```toolchains/ubuntu/README.md```: https://github.com/williamyang98/DAB-Radio/blob/master/toolchains/ubuntu/README.md You can scroll down the README.md to the **Building programs** section for non Windows platforms.
Here is [opendigitalradio.org](https://www.opendigitalradio.org/) which is used for DAB transmissions. You can read the guide for it linked on their website, as well as check out their Github profile.
This might be a problem with portaudio (a crossplatform library which abstracts around different audio apis) or the audio drivers on your install. I'm not sure how to fix both...
## 1. Change software settings  - Change the gain of the RTLSDR dongle in the controls tab until you get the highest signal to noise ratio in the "FM...
# Rationale for not distributing shared libraries aside from Windows DLLs Unfortunately the plugin has to built from scratch for non Windows platforms since it links to shared libraries that...