We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8578658 commit 1b2cf4aCopy full SHA for 1b2cf4a
Cookbook/Cookbook/CookbookApp.swift
@@ -19,10 +19,6 @@ struct CookbookApp: App {
19
Settings.sampleRate = 48_000
20
}
21
22
- if #available(macOS 15.0, *) {
23
- // Set samplerRate for macOS 15 and newer (reverted back to 44_100)
24
- Settings.sampleRate = 44_100
25
- }
26
27
try AVAudioSession.sharedInstance().setPreferredIOBufferDuration(Settings.bufferLength.duration)
28
try AVAudioSession.sharedInstance().setCategory(.playAndRecord,
0 commit comments