init(resources:)
Creates a new audio library from a dictionary.
Declaration
init(resources: [String : AudioResource] = [:])Parameters
- resources:
A dictionary of audio resources that you key by name.
Creates a new audio library from a dictionary.
init(resources: [String : AudioResource] = [:])A dictionary of audio resources that you key by name.