refactor: Update pipewire backend to the latest version

> support for linux config
> some cleanup around bmsw API usage
This commit is contained in:
[ ]
2023-10-19 02:49:48 +09:00
parent 6c53848ea4
commit 572cf9d12c
2 changed files with 40 additions and 53 deletions
+2
View File
@@ -26,6 +26,8 @@ public:
HRESULT on_release_buffer(uint32_t num_frames_written, DWORD dwFlags) override;
private:
int fpc_;
REFERENCE_TIME wrt_;
const WAVEFORMATEXTENSIBLE &format_;
void *client_;