Commit Graph

45 Commits

Author SHA1 Message Date
Nicolas Mauri 19e94cddc9 VoiceBroadcast: Play a sound to notify the user when VB is pause due to an error. 2023-05-03 14:33:01 +02:00
Nicolas Mauri 8dea553cb2 Pause the voicebroadcast recording if the homeserver is not reachable 2023-01-20 19:42:15 +01:00
Yoan Pintas d34cebc6be Voice broadcast connection error handling while recording (#7282) 2023-01-18 16:27:13 +00:00
Alfonso Grillo 9df4a5a10b Inject AvatarViewMode as EnvironmentObject 2023-01-13 12:57:21 +01:00
Phl-Pro 2958115762 Handle VoIP buttons when VB is used (#7225) 2023-01-10 14:24:46 +00:00
Yoan Pintas 43fe62b251 Delete during broadcasting (#7227) 2023-01-06 22:36:55 +01:00
Philippe Loriaux b621727a1b Update live badge layout for recorder and player VoiceBroadcast cells 2022-12-16 16:40:46 +01:00
Philippe Loriaux 1f6cd4ca4f Update Voice Broadcast recorder cell by adjusting some padding values 2022-12-15 17:01:52 +01:00
giomfo a908802360 Bug Fix : Crash on new voice broadcast if the room has avatar (#7173)
* Bug Fix : Crash if the room has avatar and voice broadcast tiles

* add logfile

* update logs
2022-12-15 16:46:09 +01:00
Philippe Loriaux b1c18b2792 Add the last sequence number in the paused/stopped state event 2022-12-02 16:26:34 +01:00
Philippe Loriaux 60893cb7ee Remove useless dependency with avatar service 2022-12-01 16:36:24 +01:00
Philippe Loriaux 40264f62ce Prompt the user before ending a voice broadcast 2022-12-01 16:36:04 +01:00
Philippe Loriaux ce758b18c9 Update on VoiceBroadcast currentRecordingState creation 2022-11-23 13:46:30 +01:00
Philippe Loriaux 071f5181ce Add Voice Broadcast left time countdown 2022-11-23 10:17:32 +01:00
Yoan Pintas 40adacd482 Add voice broadcast slider (#7010) 2022-11-14 17:16:14 +01:00
Giom Foret 9c0dae622a Voice broadcast - Disable the sleep mode during the recording until we are able to handle it
Currently go to "sleep mode" pauses the voice broadcast recording
2022-10-31 11:42:51 +01:00
Giom Foret 9d6aa2e5d6 Bug Fix : Crash if the room has avatar and voice broadcast tiles 2022-10-28 14:54:50 +02:00
giomfo eafdf53af8 Voice Broadcast - BugFix - send the last chunk (#7002)
* Voice Broadcast - BugFix - send the last chunk with the right sequence number

- we reset now and teardown the service only after the last chunk is sent
2022-10-28 12:46:08 +02:00
Yoan Pintas 3226cee25b Avoid simultaneous state changes (#6986) 2022-10-27 17:15:18 +02:00
Yoan Pintas 8d30c24a98 Add voice broadcast initial state in bubble data (#6972)
- Add voice broadcast initial state in bubble data
- Remove the local record after sending
2022-10-26 08:51:41 +02:00
Yoan Pintas ef50beda68 Avoid unnecessary send state request (#6970) 2022-10-25 16:51:03 +02:00
Yoan Pintas d53008c1ed Update voice broadcast tiles UI (#6965) 2022-10-25 15:58:06 +02:00
Giom Foret 544ebece55 Voice Broadcast - Fix the chunk sequence number index
Bug: The first chunk index was 2 instead of 1
2022-10-25 09:56:02 +02:00
manuroe f26ee722f9 VB: Move VoiceBroadcastRecorderService into a MatrixSDK
to make pure SwiftUI projects build
2022-10-20 20:10:41 +02:00
Philippe Loriaux 0aa333038e Enhance chunk sending mecanism in recorder service 2022-10-20 20:02:39 +02:00
Philippe Loriaux 3016f4af64 Clean code 2022-10-20 19:53:47 +02:00
Philippe Loriaux 00e994f485 Remove useless imports 2022-10-20 19:39:51 +02:00
Philippe Loriaux 6b9176b256 Update record UI to be in sync with other platforms 2022-10-20 19:39:51 +02:00
Philippe Loriaux b4a4411053 Fix API change for VectorHostingController 2022-10-20 19:39:51 +02:00
Philippe Loriaux 9e1964a871 Add missing update state after switching to resumed state 2022-10-20 19:39:51 +02:00
Philippe Loriaux 9d05c0d6f5 Set voice broadcast recording to pause when the app goes in background and when the RVC will disappear 2022-10-20 19:39:51 +02:00
Philippe Loriaux 1dbb3bc038 Fix a potential crash when trying to send a nil chunk file (in case of stop immediately after pause) 2022-10-20 19:39:51 +02:00
Philippe Loriaux 56a549adc4 Remove useless log in VoiceBroadcastRecorderService 2022-10-20 19:39:51 +02:00
Philippe Loriaux ff9b45ba8a Add AAC to M4A converter and now convert chunks before sending them 2022-10-20 19:39:51 +02:00
Philippe Loriaux b55a8dd34f Update sequence number associated to chunk file sending 2022-10-20 19:39:51 +02:00
Philippe Loriaux 726298ae25 Update first chunk number 2022-10-20 19:39:50 +02:00
Philippe Loriaux 8484b733c3 Update recording state after stopping voice broadcast on every cases 2022-10-20 19:39:50 +02:00
Philippe Loriaux 8baa202bd4 Send the last chunk file after stopping or pausing a record 2022-10-20 19:39:50 +02:00
Philippe Loriaux 99fa6684ad Fix UI status at record startup and depending on the recording status 2022-10-20 19:39:50 +02:00
Philippe Loriaux d093c64ae7 Fix recorder service for audio node after stopping a record 2022-10-20 19:39:50 +02:00
Philippe Loriaux 7e08fbfc04 Update recorder service 2022-10-20 19:39:50 +02:00
Philippe Loriaux 2762666f8b Add sequence value when sending chunk files 2022-10-20 19:39:50 +02:00
Philippe Loriaux 80c1219ad3 Update recorder view and content 2022-10-20 19:39:50 +02:00
Philippe Loriaux ebe3a0bff4 Fix missing parts on Voice broadcast recorder service 2022-10-20 19:39:50 +02:00
Philippe Loriaux 295580d3e8 First part of the voice broadcast recording feature 2022-10-20 19:39:50 +02:00