Added example opus file, added libopus to android scripts.
This commit is contained in:
parent
dc7d81f5dc
commit
00152be845
5 changed files with 27 additions and 3 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue