Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreferris committed Apr 5, 2024
1 parent 89b3798 commit 7a4da0b
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,9 @@ class AudioMediaRecorder @Inject constructor(

private companion object {
fun getRecordingAudioFileName(): String =
<<<<<<< HEAD
"wire-audio-${DateTimeUtil.currentInstant().audioFileDateTime()}.m4a"
fun getRecordingAudioEffectsFileName(): String =
"wire-audio-${DateTimeUtil.currentInstant().audioFileDateTime()}-filter.m4a"
=======
"wire-audio-${DateTimeUtil.currentInstant().fileDateTime()}.m4a"
>>>>>>> aaeaffdf8 (fix: crash on GrapheneOS when downloading certificate (WPB-7407) (#2864))
fun getRecordingAudioEffectsFileName(): String =
"wire-audio-${DateTimeUtil.currentInstant().fileDateTime()}-filter.m4a"
const val SIZE_OF_1MB = 1024 * 1024
const val AUDIO_CHANNELS = 1
const val SAMPLING_RATE = 44100
Expand Down

0 comments on commit 7a4da0b

Please sign in to comment.