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", )