Skip to content

Fix critical audio sync issues and add auto-save for delay setting #16

Fix critical audio sync issues and add auto-save for delay setting

Fix critical audio sync issues and add auto-save for delay setting #16

Triggered via push December 26, 2025 22:55
Status Success
Total duration 1m 46s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/SendSpinClient.Core/Audio/Codecs/OpusDecoder.cs#L60
'OpusDecoder.Decode(byte[], int, int, short[], int, int, bool)' is obsolete: 'Use Span<> overrides if possible'
build: src/SendSpinClient.Core/Audio/Codecs/OpusDecoder.cs#L41
'OpusDecoder.OpusDecoder(int, int)' is obsolete: 'Use OpusCodecFactory methods which can give you native code if supported by your platform'