mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
update the amplitude graph a bit more often
This commit is contained in:
@ -28,7 +28,7 @@ import java.io.IOException
|
|||||||
import java.util.*
|
import java.util.*
|
||||||
|
|
||||||
class RecorderService : Service() {
|
class RecorderService : Service() {
|
||||||
private val AMPLITUDE_UPDATE_MS = 100L
|
private val AMPLITUDE_UPDATE_MS = 75L
|
||||||
|
|
||||||
private var currFilePath = ""
|
private var currFilePath = ""
|
||||||
private var duration = 0
|
private var duration = 0
|
||||||
|
Reference in New Issue
Block a user