Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 20:29
ff9d831

Changelog

API changes

  • Switch to WebRTC branch M95/4638 (9173836)
  • Audio/VideoSource renamed to Audio/VideoTrackSource (68a61b9)

Enhancement

  • AudioDeviceModule: added stop/start methods for playout/recording (7070622)
  • AudioOptions: added more audio processing options (3faa4a8)
  • AudioProcessing implementation (6383a11)
  • Introduced AudioSink and AudioSource interfaces which can be passed to the AudioDeviceModule (8b33c7c)
  • AudioPlayer and AudioRecorder utility classes which utilize the AudioDeviceModule (caca82c)
  • AudioResampler utility class which can be used for sampling rate conversion (9e31c27)
  • Add option to provide AudioProcessing to the PeerConnectionFactory (0c51a2d)

Fixed bugs

  • Fixed workflow on Linux machines (ac2aa58)
  • Fixed action workflow saving and loading cache (9528c2d)
  • Fixed GLIBCXX_3.4.26 not found (da18d11)
  • Fixed JavaFX demo crash (89896fd)