mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 00:48:11 +01:00 
			
		
		
		
	bruh
This commit is contained in:
		| @@ -77,12 +77,16 @@ namespace audio { | ||||
|             return; | ||||
|         } | ||||
|         if (astr->type == STREAM_TYPE_MONO) { | ||||
|             spdlog::warn("=> Stopping monoDynSplit"); | ||||
|             astr->monoDynSplit->stop(); | ||||
|         } | ||||
|         else { | ||||
|             spdlog::warn("=> Stopping stereoDynSplit"); | ||||
|             astr->stereoDynSplit->stop(); | ||||
|         } | ||||
|         spdlog::warn("=> Stopping audio"); | ||||
|         astr->audio->stop(); | ||||
|         spdlog::warn("=> Done"); | ||||
|         astr->running = false; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user