From 36933ce420cb6430d053e3c1b73bb938a8cfffe1 Mon Sep 17 00:00:00 2001 From: Paul Woitaschek Date: Sun, 7 May 2023 14:39:43 +0200 Subject: [PATCH] Remove the wma recognition as it's not supported by exoplayer. --- data/src/main/kotlin/voice/data/SupportedAudioFormats.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/data/src/main/kotlin/voice/data/SupportedAudioFormats.kt b/data/src/main/kotlin/voice/data/SupportedAudioFormats.kt index 973525ad77..4f83b25607 100644 --- a/data/src/main/kotlin/voice/data/SupportedAudioFormats.kt +++ b/data/src/main/kotlin/voice/data/SupportedAudioFormats.kt @@ -23,6 +23,5 @@ val supportedAudioFormats = arrayOf( "rtx", "wav", "webm", - "wma", "xmf", )