Recorder icon indicating copy to clipboard operation
Recorder copied to clipboard

Feature request: move recording logic into a separate class

Open gerchicov-bp opened this issue 7 years ago • 0 comments

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?

gerchicov-bp avatar Oct 19 '18 15:10 gerchicov-bp