summaryrefslogtreecommitdiffstats
path: root/drivers/opus/audio_stream_opus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-151-376/+0
| | | | | | | | | Took the opportunity to undo the Godot changed made to the opus source. The opus module should eventually be built in its own environment to avoid polluting others with too many include dirs and defines. TODO: Fix the platform/ stuff for opus.
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe2015-10-031-0/+2
| | | | | | audio_stream_opus.h(57) : error C2864: 'AudioStreamPlaybackOpus::osrate' : a static data member with an in-class initializer must have non-volatile const integral type See: http://stackoverflow.com/questions/2454019/why-arent-static-const-floats-allowed
* Add support for Opus audio formatGeorge Marques2015-10-021-0/+374