Build latest Android apk

This commit is contained in:
Janez T
2026-03-01 11:20:14 +01:00
parent 98718c8476
commit e43b386029
21 changed files with 1244 additions and 48 deletions

View File

@@ -58,7 +58,7 @@ class _MessagesTabState extends State<MessagesTab> {
static const double _silenceRmsThreshold = 500.0;
static const double _silencePeakThreshold = 1400.0;
static const int _maxInteriorSilentChunks = 1;
bool get _voiceSupported => Platform.isIOS;
bool get _voiceSupported => Platform.isIOS || Platform.isAndroid;
StreamSubscription<Int16List>? _voiceStreamSub;
String? _currentVoiceSessionId;
final List<Int16List> _recordedChunks = [];