首次推送
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//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 }
|
||||
Reference in New Issue
Block a user