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.
2 parents 858da7e + 1209c05 commit 7579888Copy full SHA for 7579888
Cookbook/Cookbook/CookbookApp.swift
@@ -20,8 +20,8 @@ struct CookbookApp: App {
20
}
21
22
if #available(macOS 15.0, *) {
23
- // Set samplerRate for macOS 15 and newer
24
- Settings.sampleRate = 48_000
+ // Set samplerRate for macOS 15 and newer (reverted back to 44_100)
+ Settings.sampleRate = 44_100
25
26
27
try AVAudioSession.sharedInstance().setPreferredIOBufferDuration(Settings.bufferLength.duration)
0 commit comments