mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-03-03 02:47:52 +01:00
fixing the configs name
This commit is contained in:
parent
61c39e61ac
commit
3ff8a87ce0
@ -32,7 +32,7 @@ class Mp3Recorder(val context: Context) : Recorder {
|
||||
|
||||
@SuppressLint("MissingPermission")
|
||||
private val audioRecord = AudioRecord(
|
||||
context.config.audio_source,
|
||||
context.config.audioSource,
|
||||
SAMPLE_RATE,
|
||||
AudioFormat.CHANNEL_IN_MONO,
|
||||
AudioFormat.ENCODING_PCM_16BIT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user