Skip to content

Commit 8761ac6

Browse files
committed
Make init public.
1 parent 7772546 commit 8761ac6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SwiftAudioFileConverter/AudioFileSettings/AudioFileSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public struct AudioFileSettings {
1717
return fileFormat == .aiff || fileFormat == .wav
1818
}
1919

20-
init(sampleRate: SampleRate, bitDepth: BitDepth, fileFormat: FileFormat, channelFormat: ChannelFormat) throws {
20+
public init(sampleRate: SampleRate, bitDepth: BitDepth, fileFormat: FileFormat, channelFormat: ChannelFormat) throws {
2121
self.sampleRate = sampleRate
2222
self.bitDepth = bitDepth
2323
self.fileFormat = fileFormat

0 commit comments

Comments
 (0)