Migrate Player from pw-play to mpv

This commit is contained in:
2026-07-07 04:47:37 +02:00
parent 0bbc1ca003
commit 02bbf5cc2e
2 changed files with 17 additions and 3 deletions

View File

@@ -57,7 +57,8 @@ class Player
public:
~Player();
void play_file(const QString& file_path, const QString& target_node = "auto");
void play_file(const QString& file_path,
const QString& target_sink = "auto", float speed = 1.0f);
void stop_all();
private: