From 0cdc3599318f05a820b3c936f83c98b4b3d11567 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 3 May 2025 19:28:25 +0200 Subject: Fix audio capture not working with noisetorch if combined with another source with some audio devices. Remove the ability to set audio track name for now. If you need this, email me --- src/main.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 0be3768..4bfd94b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1383,12 +1383,6 @@ static MergedAudioInputs parse_audio_input_arg(const char *str, const AudioDevic return result; } - const char *track_name_sep_ptr = strchr(str, '/'); - if(track_name_sep_ptr) { - result.track_name.assign(str, track_name_sep_ptr - str); - str = track_name_sep_ptr + 1; - } - split_string(str, '|', [&](const char *sub, size_t size) { AudioInput audio_input; audio_input.name.assign(sub, size); -- cgit v1.2.3-70-g09d2