mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
Flip the list of bitrates, start with lowest
This commit is contained in:
@ -17,7 +17,7 @@ const val TOGGLE_PAUSE = PATH + "TOGGLE_PAUSE"
|
||||
const val EXTENSION_M4A = 0
|
||||
const val EXTENSION_MP3 = 1
|
||||
|
||||
val BITRATES = arrayListOf(320000, 256000, 192000, 160000, 128000, 96000, 64000, 32000)
|
||||
val BITRATES = arrayListOf(32000, 64000, 96000, 128000, 160000, 192000, 256000, 320000)
|
||||
const val DEFAULT_BITRATE = 128000
|
||||
|
||||
const val RECORDING_RUNNING = 0
|
||||
|
Reference in New Issue
Block a user