adamcichy / SwiftySound

SwiftySound is a simple library that lets you play sounds with a single line of code.
MIT License
1.25k stars 99 forks source link

is this library support .ogg audio file format? #27

Closed calvinsug closed 6 years ago

calvinsug commented 6 years ago

I'm looking for a audio library for swift which support .ogg audio file format. Just want to make sure if this library support it or not ?

adamcichy commented 6 years ago

This library uses AVFoundation under the hood, and AVFoundation has no ogg support as far as I know.