Recorder
Recorder copied to clipboard
Feature request: move recording logic into a separate class
I don't know who is written the same Recording class but you have the same "illness":
https://github.com/jgorset/Recorder/blob/master/Sources/Recording.swift
Why did you place CADisplayLink which belongs to animation into class which works with audio recording. Why not to separate this logic?