//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 }