Skip to content

Commit

Permalink
fix: change audio extension from .mp3 to .m4a (#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreferris authored Jul 21, 2023
1 parent d45713b commit 95baa5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class AudioMediaRecorder @Inject constructor(

private companion object {
fun getRecordingAudioFileName(): String =
"wire-audio-${DateTimeUtil.currentInstant().audioFileDateTime()}.mp3"
"wire-audio-${DateTimeUtil.currentInstant().audioFileDateTime()}.m4a"
const val SIZE_OF_1MB = 1024 * 1024
}
}

0 comments on commit 95baa5a

Please sign in to comment.