early-access version 2950

This commit is contained in:
pineappleEA
2022-09-15 04:48:53 +02:00
parent 875eae2c07
commit 52fcc73bd4
7 changed files with 42 additions and 23 deletions

View File

@@ -220,8 +220,6 @@ protected:
u32 device_channels{2};
/// Is this stream currently paused?
std::atomic<bool> paused{true};
/// Was this stream previously playing?
std::atomic<bool> was_playing{false};
/// Name of this stream
std::string name{};