Comment on Show HN: Petrichor – a free, open-source, offline music player for macOSComments−dvdplm1yDoes it have FLAC support (or other high res audio formats)?−leetrout1yOP should put it up front in their README.But from the code, seems it does. static let supportedExtensions = ["mp3", "m4a", "wav", "aac", "aiff", "flac"]−kushalpandyaOP1yThanks for the feedback, I'll add it to Readme, although app lists supported formats (as supported by AVFoundation) on app UI where user can add folders.
Comments
Does it have FLAC support (or other high res audio formats)?
OP should put it up front in their README.
But from the code, seems it does.
Thanks for the feedback, I'll add it to Readme, although app lists supported formats (as supported by AVFoundation) on app UI where user can add folders.