Contents

load(contentsOf:withName:configuration:)

Loads an AudioFileResource synchronously.

Declaration

@MainActor @preconcurrency static func load(contentsOf url: URL, withName name: String? = nil, configuration: AudioFileResource.Configuration = .init()) throws -> AudioFileResource

Discussion