mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 08:58:13 +01:00 
			
		
		
		
	resolve conflict in audio_sink
This commit is contained in:
		| @@ -35,8 +35,11 @@ public: | ||||
|         monoPacker.init(&s2m.out, 512); | ||||
|         stereoPacker.init(stream, 512); | ||||
|  | ||||
|         // Convert config to the new format and get selected device | ||||
|         bool modified = false; | ||||
| #if RTAUDIO_VERSION_MAJOR >= 6 | ||||
|         audio.setErrorCallback(&errorCallback); | ||||
| #endif | ||||
|  | ||||
|         bool created = false; | ||||
|         std::string device = ""; | ||||
|         // config.acquire(); | ||||
|         // if (config.conf.contains(streamName)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user