clearly-broken-software / drops

Drops Really Only Plays Samples
GNU General Public License v3.0
58 stars 7 forks source link

Support for opus audio-format #26

Closed Porrumentzio closed 3 years ago

rghvdberg commented 3 years ago

I'll check if sfizz can use opus

rghvdberg commented 3 years ago

Drops uses libsndfile for loading audio files. You need libsndfile 1.0.29 or higher to load opus.

libsndfile docs state : From version 1.0.29, libsndfile can read and write Ogg/Opus.. Version 1.0.29 was released on 15 Aug 2020. Github Actions CI uses "ubuntu-latest" which is 18.04, so if you use the binaries from github you are out of luck :-/.