Skip to content

Commit

Permalink
fix(macOS): Compilation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed Nov 3, 2024
1 parent 8a60f31 commit dee6ea8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class RecorderFileDelegate: NSObject, AudioRecordingFileDelegate, AVCaptureFileO
private var amplitude:Float = -160.0
private var stopCb: ((String?) -> ())?

init(onPause: @escaping () -> (), onStop: @escaping () -> ()) {}

func start(config: RecordConfig, path: String) throws {
try deleteFile(path: path)

Expand Down

0 comments on commit dee6ea8

Please sign in to comment.