ap4y / OrigamiEngine

Lightweight audio engine for iOS and OSX with flac, cue, mp3, m4a, m3u support.
http://ap4y.github.com/OrigamiEngine/
MIT License
545 stars 118 forks source link

opus audio file #84

Open vinum33 opened 7 years ago

vinum33 commented 7 years ago

{ 3g2 = CoreAudioDecoder; 3gp = CoreAudioDecoder; aa = CoreAudioDecoder; aac = CoreAudioDecoder; ac3 = CoreAudioDecoder; adts = CoreAudioDecoder; aif = CoreAudioDecoder; aifc = CoreAudioDecoder; aiff = CoreAudioDecoder; amr = CoreAudioDecoder; au = CoreAudioDecoder; caf = CoreAudioDecoder; cue = CueSheetDecoder; ec3 = CoreAudioDecoder; m4a = CoreAudioDecoder; m4b = CoreAudioDecoder; m4r = CoreAudioDecoder; mp1 = CoreAudioDecoder; mp2 = CoreAudioDecoder; mp3 = CoreAudioDecoder; mp4 = CoreAudioDecoder; mpa = CoreAudioDecoder; mpeg = CoreAudioDecoder; snd = CoreAudioDecoder; wav = CoreAudioDecoder; }

Origami engine not being able to play audio file with .opus file extension.