summaryrefslogtreecommitdiff
path: root/drivers/opus/audio_stream_opus.h
AgeCommit message (Collapse)Author
2016-10-15ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRĂ©mi Verschelde
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.
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-10-03Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe
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
2015-10-02Add support for Opus audio formatGeorge Marques