1. 11 Mar, 2025 - 1 commit
  2. 10 Mar, 2025 - 1 commit
  3. 07 Mar, 2025 - 1 commit
  4. 04 Mar, 2025 - 1 commit
  5. 03 Mar, 2025 - 4 commits
    • Flore Harlé's avatar
      AEC3: disable VAD for test · b84f44c9
      Flore Harlé authored
      b84f44c9
    • Flore Harlé's avatar
      AEC3: remove AECM and old AEC presets. AEC3 preset is renamed AEC. · b31c4711
      Flore Harlé authored
      Update compile options for windows build.
      Fix build with MSVC by modifying the MatchedFilterCore_AVX2 and MatchedFilterCore_AccumulatedError_AVX2 functions.
      b31c4711
    • Flore Harlé's avatar
      AEC3: import new acoustic echo canceller AEC3 from webrtc. · d80d55ef
      Flore Harlé authored
      The accepted sampling rates are 16000, 32000 and 48000 Hz.
      The stereo mode is not implemented.
      The packets from the mic are first put into a MSBufferizer and the packets from the far-end are send into a MSFlowControlledBufferizer in order to handle the problems of delay, loss, clock drift... When a frame is ready (10 ms), it is sent to the EchoCanceller3 in a AudioBuffer.
      Get metrics.
      Add tester for AEC3 with the same tests as AEC for comparison.
      Clean and update test suite.
      Change audio files to robustify the tests.
      Fix audio file comparison.
      Update thresholds in asserts and parameters for audio comparison.
      Add similarity and energy measurement tools in audiodiff.
      d80d55ef
    • Flore Harlé's avatar
      AEC tests: add a suite to tests WebRTC AEC. · dd619f31
      Flore Harlé authored
      dd619f31
  6. 28 Feb, 2025 - 2 commits
  7. 27 Feb, 2025 - 2 commits
  8. 26 Feb, 2025 - 1 commit
  9. 25 Feb, 2025 - 3 commits
  10. 24 Feb, 2025 - 2 commits
  11. 21 Feb, 2025 - 1 commit
  12. 20 Feb, 2025 - 2 commits
  13. 19 Feb, 2025 - 1 commit
  14. 18 Feb, 2025 - 2 commits
  15. 17 Feb, 2025 - 3 commits
  16. 14 Feb, 2025 - 1 commit
    • Andrea Gianarda's avatar
      Improve resiliance of SDK clients against server errors when searching a chat stored in the RAM: · 1e19fc23
      Andrea Gianarda authored
      Ensure that linphone_core_search_chat_room_2 doesn't do a SIP address comparison as stated in the RFC. In fact, doing that leads to being too exposed to server instabilities.
      For example, if a server for whatever reason removes the conf-id parameter from the chatroom peer address, it will prevent to client to join any new chatroom as all will match the corrupted chat
      
      Add class ConferenceContext to easily compare two chatrooms or
      conference based on the parameters, local and remote address and the
      participants
      1e19fc23
  17. 13 Feb, 2025 - 1 commit
  18. 12 Feb, 2025 - 2 commits
  19. 11 Feb, 2025 - 4 commits
  20. 10 Feb, 2025 - 3 commits
  21. 08 Feb, 2025 - 1 commit
  22. 07 Feb, 2025 - 1 commit