mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +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,
|
||||
),
|
||||
type = InputTextFieldType.OUTLINED,
|
||||
text = (settings.audioRecorderSettings.bitRate / 1000).toString(),
|
||||
text = settings.audioRecorderSettings.getSamplingRate().toString(),
|
||||
validationListener = { text ->
|
||||
val samplingRate = text?.toIntOrNull()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user