Skip to content

Release v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 20:25
dd814c3

Changelog

Enhancement

  • Improved audio processing by basic channel up-mixing to avoid additional audio converter (e665a4a)
  • AudioConverter implementation for remixing and resampling (3182d06)
  • Updated RTCStats.cpp to Java mapping (76769e2)
  • Use new api calls which support RTCError (e665a4a)

Fixed bugs

  • Fixed CoInitialize has not been called #43 (73df466)
  • Fixed NPE on RTCPeerConnection.getConnectionState when peer-connectio n has been closed #35 (e075d60)
  • Fixed NPE in AudioProcessingConfig when no NS level was set (81164ef)
  • Fixed AudioTransportSource buffer reading (071cbe9)
  • Fixed basic channel up-mixing in AudioProcessing (4717db1)