hakurei/internal/pipewire/pipewire_test.go
Ophestra fc3d78fe01
All checks were successful
Test / Create distribution (push) Successful in 36s
Test / Sandbox (push) Successful in 2m20s
Test / Hakurei (push) Successful in 3m13s
Test / Hpkg (push) Successful in 4m13s
Test / Sandbox (race detector) (push) Successful in 4m24s
Test / Hakurei (race detector) (push) Successful in 2m59s
Test / Flake checks (push) Successful in 1m31s
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>
2025-11-25 08:52:06 +09:00

28 lines
705 B
Go

package pipewire_test
import (
_ "embed"
)
var (
//go:embed testdata/00-sendmsg00-message00-header
sendmsg00Message00Header string
//go:embed testdata/01-sendmsg00-message00-POD
sendmsg00Message00POD string
//go:embed testdata/02-sendmsg00-message01-header
sendmsg00Message01Header string
//go:embed testdata/03-sendmsg00-message01-POD
sendmsg00Message01POD string
//go:embed testdata/04-sendmsg00-message02-header
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
)