├── README.md ├── libogg ├── libogg_static.lib ├── ogg.h └── os_types.h ├── libvorbis ├── codec.h ├── libvorbis_static.lib ├── libvorbisfile_static.lib ├── vorbisenc.h └── vorbisfile.h ├── revorb.cpp ├── revorb.h ├── revorb.sln ├── revorb.vcxproj ├── revorb.vcxproj.filters └── revorb.vcxproj.user /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/README.md -------------------------------------------------------------------------------- /libogg/libogg_static.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/libogg/libogg_static.lib -------------------------------------------------------------------------------- /libogg/ogg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/libogg/ogg.h -------------------------------------------------------------------------------- /libogg/os_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/libogg/os_types.h -------------------------------------------------------------------------------- /libvorbis/codec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/libvorbis/codec.h -------------------------------------------------------------------------------- /libvorbis/libvorbis_static.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/libvorbis/libvorbis_static.lib -------------------------------------------------------------------------------- /libvorbis/libvorbisfile_static.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/libvorbis/libvorbisfile_static.lib -------------------------------------------------------------------------------- /libvorbis/vorbisenc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/libvorbis/vorbisenc.h -------------------------------------------------------------------------------- /libvorbis/vorbisfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/libvorbis/vorbisfile.h -------------------------------------------------------------------------------- /revorb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/revorb.cpp -------------------------------------------------------------------------------- /revorb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/revorb.h -------------------------------------------------------------------------------- /revorb.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/revorb.sln -------------------------------------------------------------------------------- /revorb.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/revorb.vcxproj -------------------------------------------------------------------------------- /revorb.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/revorb.vcxproj.filters -------------------------------------------------------------------------------- /revorb.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsBrank/ReVorb/HEAD/revorb.vcxproj.user --------------------------------------------------------------------------------