{"id":13747850,"url":"https://github.com/citronalco/ps2-libvorbis","last_synced_at":"2025-05-09T10:32:10.291Z","repository":{"id":149684252,"uuid":"146005138","full_name":"citronalco/ps2-libvorbis","owner":"citronalco","description":"libvorbis for ps2sdk","archived":false,"fork":false,"pushed_at":"2018-09-03T15:46:21.000Z","size":10966,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-22T17:34:10.604Z","etag":null,"topics":["playstation2","ps2sdk","vorbis"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/citronalco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS"}},"created_at":"2018-08-24T14:56:56.000Z","updated_at":"2018-09-03T15:46:22.000Z","dependencies_parsed_at":"2024-01-13T01:39:39.776Z","dependency_job_id":"1447359a-c9bc-474c-8f9c-fcb2293426f7","html_url":"https://github.com/citronalco/ps2-libvorbis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citronalco%2Fps2-libvorbis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citronalco%2Fps2-libvorbis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citronalco%2Fps2-libvorbis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/citronalco%2Fps2-libvorbis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/citronalco","download_url":"https://codeload.github.com/citronalco/ps2-libvorbis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253234178,"owners_count":21875561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["playstation2","ps2sdk","vorbis"],"created_at":"2024-08-03T07:00:26.020Z","updated_at":"2025-05-09T10:32:09.148Z","avatar_url":"https://github.com/citronalco.png","language":"C","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Vorbis\n\n[![Travis Build Status](https://travis-ci.org/xiph/vorbis.svg?branch=master)](https://travis-ci.org/xiph/vorbis)\n[![Jenkins Build Status](https://mf4.xiph.org/jenkins/job/libvorbis/badge/icon)](https://mf4.xiph.org/jenkins/job/libvorbis/)\n[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/github/xiph/vorbis?branch=master\u0026svg=true)](https://ci.appveyor.com/project/rillian/vorbis)\n\nVorbis is a general purpose audio and music encoding format\ncontemporary to MPEG-4's AAC and TwinVQ, the next generation beyond\nMPEG audio layer 3. Unlike the MPEG sponsored formats (and other\nproprietary formats such as RealAudio G2 and Windows' flavor of the\nmonth), the Vorbis CODEC specification belongs to the public domain.\nAll the technical details are published and documented, and any\nsoftware entity may make full use of the format without license\nfee, royalty or patent concerns.\n\nThis package contains:\n\n- libvorbis, a BSD-style license software implementation of\n  the Vorbis specification by the Xiph.Org Foundation\n  (https://www.xiph.org/)\n\n- libvorbisfile, a BSD-style license convenience library\n  built on Vorbis designed to simplify common uses\n\n- libvorbisenc, a BSD-style license library that provides a simple,\n  programmatic encoding setup interface\n\n- example code making use of libogg, libvorbis, libvorbisfile and\n  libvorbisenc\n\n## What's here ##\n\nThis source distribution includes libvorbis and an example\nencoder/player to demonstrate use of libvorbis as well as\ndocumentation on the Ogg Vorbis audio coding format.\n\nYou'll need libogg (distributed separately) to compile this library.\nA more comprehensive set of utilities is available in the vorbis-tools\npackage.\n\nDirectory:\n\n- `lib` The source for the libraries, a BSD-license implementation of the public domain Ogg Vorbis audio encoding format.\n\n- `include` Library API headers\n\n- `debian` Rules/spec files for building Debian .deb packages\n\n- `doc` Vorbis documentation\n\n- `examples` Example code illustrating programmatic use of libvorbis, libvorbisfile and libvorbisenc\n\n- `macosx` Project files for MacOS X.\n\n- `win32` Win32 projects files and build automation\n\n- `vq` Internal utilities for training/building new LSP/residue and auxiliary codebooks.\n\n## Contact ##\n\nThe Ogg homepage is located at 'https://www.xiph.org/ogg/'.\nVorbis's homepage is located at 'https://www.xiph.org/vorbis/'.\nUp to date technical documents, contact information, source code and\npre-built utilities may be found there.\n\nThe user website for Ogg Vorbis software and audio is http://vorbis.com/\n\n## Building ##\n\n#### Building from master ####\n\nDevelopment source is under git revision control at\nhttps://git.xiph.org/vorbis.git. You will also need the\nnewest versions of autoconf, automake, libtool and pkg-config in\norder to compile Vorbis from development source. A configure script\nis provided for you in the source tarball distributions.\n\n    ./autogen.sh\n    ./configure\n    make\n\nand as root if desired:\n\n    make install\n\nThis will install the Vorbis libraries (static and shared) into\n/usr/local/lib, includes into /usr/local/include and API manpages\n(once we write some) into /usr/local/man.\n\nDocumentation building requires xsltproc and pdfxmltex.\n\n#### Building from tarball distributions ####\n\n    ./configure\n    make\n\nand optionally (as root):\n\n    make install\n\n#### Building RPM packages ####\n\nafter normal configuring:\n\n    make dist\n    rpm -ta libvorbis-\u003cversion\u003e.tar.gz\n\n## Building with CMake ##\n\nOgg supports building using [CMake](http://www.cmake.org/). CMake is a meta build system that generates native projects for each platform.\nTo generate projects just run cmake replacing `YOUR-PROJECT-GENERATOR` with a proper generator from a list [here](http://www.cmake.org/cmake/help/v3.2/manual/cmake-generators.7.html):\n\n    cmake -G YOUR-PROJECT-GENERATOR .\n\nNote that by default cmake generates projects that will build static libraries.\nTo generate projects that will build dynamic library use `BUILD_SHARED_LIBS` option like this:\n\n    cmake -G YOUR-PROJECT-GENERATOR -DBUILD_SHARED_LIBS=1 .\n\nAfter projects are generated use them as usual\n\n#### Building on Windows ####\n\nUse proper generator for your Visual Studio version like:\n\n    cmake -G \"Visual Studio 12 2013\" .\n\n#### Building on Mac OS X ####\n\nUse Xcode generator. To build framework run:\n\n    cmake -G Xcode -DBUILD_FRAMEWORK=1 .\n\n#### Building on Linux ####\n\nUse Makefile generator which is default one.\n\n    cmake .\n    make\n\n## License ##\n\nTHIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.\nUSE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS\nGOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE\nIN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.\n\nTHE OggVorbis SOURCE CODE IS COPYRIGHT (C) 1994-2018\nby the Xiph.Org Foundation https://www.xiph.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitronalco%2Fps2-libvorbis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcitronalco%2Fps2-libvorbis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitronalco%2Fps2-libvorbis/lists"}