Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

NatCorder 1.8.3

Compare
Choose a tag to compare
@olokobayusuf olokobayusuf released this 14 Jun 19:37
· 2 commits to main since this release
  • Rewrote Android implementation from scratch in C++ to improve performance and significantly reduce fatal crashes from recording errors.
  • Added WebGL support with WEBMRecorder that records videos to the .webm container format.
  • Added ScreenInput recorder input for recording the screen. This will typically have better performance than CameraInput, and can also record overlay UI canvases.
  • Added IMediaRecorder.CommitFrame overload that accepts a NativeArray<T>.
  • Added IMediaRecorder.CommitSamples overload that accepts a NativeArray<float>.
  • Added CropTextureInput texture input for recording a cropped video.
  • Added WatermarkTextureInput texture input for recording video with a watermark.
  • Fixed AndroidJNI compiler error in AudioInput on Unity 2021+.
  • Fixed WAVRecorder.CommitSamples allocating memory on every call.
  • Refactored top-level namespace from NatSuite.Recorders to NatML.Recorders.