Files
ts-mobile-go/go/teamspeak/voice_decoder_factory_stub.go
T

8 lines
271 B
Go
Raw 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 }