internal/pipewire: implement Core::Sync

Once again, already entirely supported, the offset is not yet fully verified but makes intuitive sense. Will verify this on future occurrences of the message.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-11-25 08:52:06 +09:00
parent 591637264a
commit fc3d78fe01
6 changed files with 48 additions and 0 deletions

View File

@@ -19,4 +19,9 @@ var (
sendmsg00Message02Header string
//go:embed testdata/05-sendmsg00-message02-POD
sendmsg00Message02POD string
//go:embed testdata/06-sendmsg00-message03-header
sendmsg00Message03Header string
//go:embed testdata/07-sendmsg00-message03-POD
sendmsg00Message03POD string
)