Added audio source

This commit is contained in:
AlexandreRouma
2023-02-21 19:38:31 +01:00
parent fe821fb830
commit 0fedcf8745
6 changed files with 327 additions and 2 deletions

View File

@ -163,6 +163,8 @@ int sdrpp_main(int argc, char* argv[]) {
defConfig["moduleInstances"]["Airspy Source"]["enabled"] = true;
defConfig["moduleInstances"]["AirspyHF+ Source"]["module"] = "airspyhf_source";
defConfig["moduleInstances"]["AirspyHF+ Source"]["enabled"] = true;
defConfig["moduleInstances"]["Audio Source"]["module"] = "audio_source";
defConfig["moduleInstances"]["Audio Source"]["enabled"] = true;
defConfig["moduleInstances"]["BladeRF Source"]["module"] = "bladerf_source";
defConfig["moduleInstances"]["BladeRF Source"]["enabled"] = true;
defConfig["moduleInstances"]["File Source"]["module"] = "file_source";