• Wolle's avatar
    Missing variables added · 1c7b1eb5
    Wolle authored
    enum : int8_t  {VORBIS_PARSE_OGG_DONE = 100,
                    ERR_VORBIS_NONE = 0,
                    ERR_VORBIS_CHANNELS_OUT_OF_RANGE = -1,
                    ERR_VORBIS_INVALID_SAMPLERATE = -2,
                    ERR_VORBIS_EXTRA_CHANNELS_UNSUPPORTED = -3,
                    ERR_VORBIS_DECODER_ASYNC = -4,
                    ERR_VORBIS_OGG_SYNC_NOT_FOUND = - 5,
                    ERR_VORBIS_BAD_HEADER = -6,
                    ERR_VORBIS_NOT_AUDIO = -7,
                    ERR_VORBIS_BAD_PACKET = -8
                };
    1c7b1eb5
vorbis_decoder.h 10.4 KB