Skip to content

Commit e6af9e2

Browse files
committed
Updated to AudioKit 5.5.4
1 parent 0377ca1 commit e6af9e2

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

Demo/STKAudioKitDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/STKAudioKitDemo/STKAudioKitDemoApp.swift

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,3 @@ struct STKAudioKitDemoApp: App {
2222
}
2323
}
2424
}
25-
26-
protocol HasAudioEngine {
27-
var engine: AudioEngine { get }
28-
}
29-
30-
extension HasAudioEngine {
31-
func start() {
32-
do { try engine.start() } catch let err { Log(err) }
33-
}
34-
35-
func stop() {
36-
engine.stop()
37-
}
38-
}

0 commit comments

Comments
 (0)