Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/livekit/livekit. Pull mirroring updated .
  1. Jul 31, 2021
  2. Jul 29, 2021
  3. Jul 27, 2021
  4. Jul 26, 2021
  5. Jul 25, 2021
  6. Jul 23, 2021
  7. Jul 22, 2021
  8. Jul 21, 2021
  9. Jul 19, 2021
  10. Jul 17, 2021
  11. Jul 16, 2021
  12. Jul 15, 2021
  13. Jul 14, 2021
  14. Jul 13, 2021
  15. Jul 12, 2021
  16. Jul 11, 2021
  17. Jul 09, 2021
    • David Zhao's avatar
      Update docker instruction to forward ports · 4c542349
      David Zhao authored
      4c542349
    • David Colburn's avatar
      update log keys · 50538db2
      David Colburn authored
      50538db2
    • hn8's avatar
      Enhancement: audio speakers (#44) · dcfe7eaf
      hn8 authored
      
      * refactor: active speakers
      
      1. Observe the loudest adjusted with active ratio instead of linear average of decibel values
      2. Follow RFC6465 to convert audio level from decibel to linear value.
      3. Quantize audio level for stable slice comparison
      4. Switch moving average algorithm from MMA to EMA to have the same center of mass with SMA
      5. Minor: remove seenSids map allocation
      6. Minor: minimize division arithmetic
      
      * Update pkg/rtc/audiolevel.go
      
      Co-authored-by: default avatarDavid Zhao <david@davidzhao.com>
      dcfe7eaf
Loading