talk-android/app/src/main/java/com/nextcloud/talk/controllers
Marcel Hibbe 86290d8f80
improve voice message quality
first it was tried with sampling rate 44100 but this showed an error on safari when try to playback.

by direct comparison to 44100, 22050 has lower quality but it's totally okay compared to the quality before when no sampling rate was set. I'm not sure why it failed on safari, because the iOS app also uses 44100.

see https://github.com/nextcloud/talk-android/pull/2714

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-01-25 11:42:56 +01:00
..
base remove withNullableControllerViewBinding 2023-01-17 08:12:18 +01:00
bottomsheet make ControllerViewBindingDelegate nullable 2023-01-17 08:12:17 +01:00
util simplify ControllerViewBindingDelegate 2023-01-17 08:12:18 +01:00
AccountVerificationController.kt simplify ControllerViewBindingDelegate 2023-01-17 08:12:18 +01:00
ChatController.kt improve voice message quality 2023-01-25 11:42:56 +01:00
ContactsController.kt remove withNullableControllerViewBinding 2023-01-17 08:12:18 +01:00
ConversationInfoController.kt remove try-catch for NPEs for bindings 2023-01-17 08:37:42 +01:00
ConversationsListController.kt remove withNullableControllerViewBinding 2023-01-17 08:12:18 +01:00
GeocodingController.kt make ControllerViewBindingDelegate nullable 2023-01-17 08:12:17 +01:00
LocationPickerController.kt make ControllerViewBindingDelegate nullable 2023-01-17 08:12:17 +01:00
LockedController.kt make ControllerViewBindingDelegate nullable 2023-01-17 08:12:17 +01:00
ProfileController.kt remove try-catch for NPEs for bindings 2023-01-17 08:37:42 +01:00
RingtoneSelectionController.kt make ControllerViewBindingDelegate nullable 2023-01-17 08:12:17 +01:00
ServerSelectionController.kt remove try-catch for NPEs for bindings 2023-01-17 08:37:42 +01:00
SettingsController.kt remove try-catch for NPEs for bindings 2023-01-17 08:37:42 +01:00
SwitchAccountController.kt make ControllerViewBindingDelegate nullable 2023-01-17 08:12:17 +01:00
WebViewLoginController.kt remove try-catch for NPEs for bindings 2023-01-17 08:37:42 +01:00