Skip to content
Snippets Groups Projects
  1. Aug 09, 2022
    • Tobias Hildebrandt's avatar
      audio: add voice activity detection · 6ff875cb
      Tobias Hildebrandt authored and Adrien Béraud's avatar Adrien Béraud committed
      * rename EchoCanceller to AudioProcessor
      * enable echo cancellation and voice activity detection
      * add minimum active duration and trigger time to voice activation
      
      Gitlab: #741
      Change-Id: I98662462c17539fca1d042482e97fdb3eff86130
      6ff875cb
  2. Aug 08, 2022
  3. Aug 06, 2022
    • Sébastien Blin's avatar
      ice_transport: revert last change · 06f2a0ae
      Sébastien Blin authored
      Change-Id: Ie810524fa960832154be0319d1c4e2383e87eb90
      06f2a0ae
    • Sébastien Blin's avatar
      connectionmanager: call callbacks when account is disabled · f68be61a
      Sébastien Blin authored
      If an account is disabled during the initialization of the ICE,
      the callacks must be called to correctly clean conversation_module.
      This was not correctly done as we only check the onShutdown() after
      that the TLSSocketEndpoint is initialized.
      It was a problem when the account was disabled, because in
      connectDeviceStartIce() isDestroying_ was true at this point, so
      we didn't erase the pending callback.
      
      Change-Id: I21cdd30057d9879b6d6fef189fc43bf916d4c310
      f68be61a
  4. Aug 05, 2022
  5. Aug 04, 2022
  6. Aug 03, 2022
  7. Aug 02, 2022
  8. Aug 01, 2022
  9. Jul 30, 2022
    • Sébastien Blin's avatar
      jamiaccount: retry to resolve TURN if necessary · 3150964d
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      Because an incorrect TURN can cause long delay for connections,
      we cache the resolved address in a file which is refresh at the
      next status changes.
      However if the resolution fails it can take a long time (moreover
      on servers) to retry the resolution if it fails.
      Here, if turn is enabled but not resolved, we do the resolution
      on incoming requests to avoid to wait too long before re-using
      the TURN.
      
      Change-Id: I39a8e83b43c7342a6c296e57316bd85497360011
      3150964d
  10. Jul 29, 2022
Loading