Added speed slider. Minor improvements
This commit is contained in:
@@ -140,7 +140,7 @@ void Player::play_file(const QString& file_path,
|
||||
args << "--vo=null" << "--no-video"
|
||||
<< "--audio-pitch-correction=no"
|
||||
<< "--audio-device=" + target
|
||||
<< "--speed=" + QString::number(speed, 'f', 1)
|
||||
<< "--speed=" + QString::number(speed, 'f', 2)
|
||||
<< file_path;
|
||||
|
||||
auto process = std::make_unique<QProcess>();
|
||||
|
||||
Reference in New Issue
Block a user