Files

8 lines
271 B
Go
Raw Permalink Normal View History

2026-07-20 19:01:03 +08:00
//go:build !android
package teamspeak
// newPlatformVoiceDecoderFactory returns nil on platforms without the Android
// libopus bridge. ReceiveAudio's unit tests install their own fake factories.
func newPlatformVoiceDecoderFactory() voiceDecoderFactory { return nil }