Skip to content

Releases: gorastudio-git/SCNRecorder

2.8.1 - Xcode 14 circular reference fix.

03 Nov 09:44
e4e1b7c
Compare
Choose a tag to compare

Xcode 14 support - better late than never.

29 Sep 09:42
Compare
Choose a tag to compare

iOS 15 and SPM support

03 Oct 19:22
f318d78
Compare
Choose a tag to compare
  • Move MulticastDelegate to a separate repository and use it as a dependency;
  • Add SMP support;
  • Tested with iOS 15;

Transparency support.

03 May 16:17
Compare
Choose a tag to compare

Now SCNRecorder supports both HEVC with Alpha codec and pixel formats with premultiplied alpha.

Small AudioEngine update.

15 Apr 11:28
Compare
Choose a tag to compare

Fixes and small additions.

14 Apr 20:13
aeae764
Compare
Choose a tag to compare
  1. Fix memory leak #23.
  2. Fix freezes.
  3. Add AudioEngine to play music and add to recording at the same time.

Screenshot 2021-04-14 at 7 57 59 PM

Performance and reliability.

07 Dec 12:01
Compare
Choose a tag to compare
  • Use Metal Performance Shaders to copy and covert bytes.
    A most performant way regardless of iOS version and device model.

  • Add integration tests.
    They cover the most important parts of SCNRecorder to guarantee reliability
    Screenshot 2020-12-07 at 2 51 43 PM

  • Update internal audio settings to support mp4, m4v, 3gp from any source.

  • Cleanup.

Simpler. Faster.

06 Nov 12:42
97fc849
Compare
Choose a tag to compare
  • Drop OpenGL support.
  • Fix first time recording frame drop.
  • Move AWAssetWriter's initialization to a separate queue.
  • Remove a bunch of any more not used files.
  • Drop Filters support - with current implementation they produce wrong results, they should be redone if needed.
  • Minor performance improvements.

Fix taking photo crash in 2.1.

02 Nov 13:23
Compare
Choose a tag to compare

Simplify CleanRecordable.

02 Nov 10:47
Compare
Choose a tag to compare