Added example opus file, added libopus to android scripts.

This commit is contained in:
Ferdinand Thiessen 2016-02-22 00:55:47 +01:00 committed by Lukas Dürrenberger
parent dc7d81f5dc
commit 00152be845
5 changed files with 27 additions and 3 deletions

View file

@ -90,6 +90,9 @@ int main()
// Play music from an ogg file
playMusic("orchestral.ogg");
// Play music from an opus file
playMusic("error.opus");
// Play music from a flac file
playMusic("ding.flac");