mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-19 07:15:25 +02:00
fix: Use proper sampling rate variable
This commit is contained in:
parent
1ca747d266
commit
1082612354
@ -63,7 +63,7 @@ fun SamplingRateTile() {
|
|||||||
keyboardType = KeyboardType.Number,
|
keyboardType = KeyboardType.Number,
|
||||||
),
|
),
|
||||||
type = InputTextFieldType.OUTLINED,
|
type = InputTextFieldType.OUTLINED,
|
||||||
text = (settings.audioRecorderSettings.bitRate / 1000).toString(),
|
text = settings.audioRecorderSettings.getSamplingRate().toString(),
|
||||||
validationListener = { text ->
|
validationListener = { text ->
|
||||||
val samplingRate = text?.toIntOrNull()
|
val samplingRate = text?.toIntOrNull()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user