mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update audio_low_latency_input_win.cc
This commit is contained in:
parent
a1eb867194
commit
f578f35d16
1 changed files with 1 additions and 3 deletions
|
@ -14,7 +14,6 @@
|
|||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/metrics/histogram_functions.h"
|
||||
#include "base/metrics/histogram_macros.h"
|
||||
|
@ -426,9 +425,8 @@ AudioInputStream::OpenOutcome WASAPIAudioInputStream::Open() {
|
|||
}
|
||||
}
|
||||
|
||||
const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess();
|
||||
use_fake_audio_capture_timestamps_ =
|
||||
cmd_line->HasSwitch(switches::kUseFakeAudioCaptureTimestamps);
|
||||
base::FeatureList::IsEnabled(media::kUseFakeAudioCaptureTimestamps);
|
||||
if (use_fake_audio_capture_timestamps_) {
|
||||
SendLogMessage("%s => (WARNING: capture timestamps will be fake)",
|
||||
__func__);
|
||||
|
|
Loading…
Reference in a new issue