Skip to content

Commit

Permalink
Make recorded file URLs public in NodeRecorder.swift (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCulbertson committed Feb 23, 2024
1 parent 2f69d19 commit e58f4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AudioKit/Taps/NodeRecorder.swift
Expand Up @@ -63,7 +63,7 @@ open class NodeRecorder: NSObject {

private var recordedFileURL: URL?

private static var recordedFiles = [URL]()
public static var recordedFiles = [URL]()

/// Callback type
public typealias AudioDataCallback = ([Float], AVAudioTime) -> Void
Expand Down

0 comments on commit e58f4aa

Please sign in to comment.