update the amplitude graph a bit more often

This commit is contained in:
tibbi
2020-03-30 19:46:31 +02:00
parent dde911e1de
commit 99be9390d0

View File

@ -28,7 +28,7 @@ import java.io.IOException
import java.util.*
class RecorderService : Service() {
private val AMPLITUDE_UPDATE_MS = 100L
private val AMPLITUDE_UPDATE_MS = 75L
private var currFilePath = ""
private var duration = 0