{"id":15145757,"url":"https://github.com/soundcloud/vorbis","last_synced_at":"2025-10-19T16:32:11.267Z","repository":{"id":2785985,"uuid":"3785726","full_name":"soundcloud/vorbis","owner":"soundcloud","description":"Mirror of http://svn.xiph.org/trunk/vorbis/","archived":false,"fork":false,"pushed_at":"2024-02-02T02:33:29.000Z","size":10585,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":108,"default_branch":"master","last_synced_at":"2025-01-29T21:23:48.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://svn.xiph.org/trunk/vorbis/","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/soundcloud.png","metadata":{"files":{"readme":"README","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}},"created_at":"2012-03-21T11:03:05.000Z","updated_at":"2024-04-18T03:37:47.000Z","dependencies_parsed_at":"2022-08-26T19:11:28.696Z","dependency_job_id":null,"html_url":"https://github.com/soundcloud/vorbis","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/soundcloud%2Fvorbis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soundcloud%2Fvorbis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soundcloud%2Fvorbis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soundcloud%2Fvorbis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soundcloud","download_url":"https://codeload.github.com/soundcloud/vorbis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237172115,"owners_count":19266614,"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":[],"created_at":"2024-09-26T11:42:33.066Z","updated_at":"2025-10-19T16:32:10.568Z","avatar_url":"https://github.com/soundcloud.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"********************************************************************\n*                                                                  *\n* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *\n* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *\n* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *\n* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *\n*                                                                  *\n* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007             *\n* by the Xiph.org Foundation, http://www.xiph.org/                 *\n*                                                                  *\n********************************************************************\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  (http://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\nWHAT'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  \t\tThe source for the libraries, a BSD-license implementation\n\t\tof 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\tExample code illustrating programmatic use of libvorbis, \n\t\tlibvorbisfile and libvorbisenc\n\n./mac \t\tCodewarrior project files and build tweaks for MacOS.\n\n./macosx \tProject files for MacOS X.\n\n./win32\t\tWin32 projects files and build automation\n\n./vq \t\tInternal utilities for training/building new LSP/residue \n\t\tand auxiliary codebooks.\n\nCONTACT:\n\nThe Ogg homepage is located at 'http://www.xiph.org/ogg/'.\nVorbis's homepage is located at 'http://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\nBUILDING FROM TRUNK:\n\nDevelopment source is under subversion revision control at \nhttps://svn.xiph.org/trunk/vorbis/. 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  [update or checkout latest source]\n  ./autogen.sh\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\nBUILDING FROM TARBALL DISTRIBUTIONS:\n\n  ./configure\n  make\n\nand optionally (as root):\n  make install\n\nBUILDING RPMS:\n\nafter normal configuring:\n\n  make dist\n  rpm -ta libvorbis-\u003cversion\u003e.tar.gz\n\nBUILDING ON MACOS 9:\n\nVorbis on MacOS 9 is built using Metroworks CodeWarrior.  To build it, \nfirst verify that the Ogg libraries are already built following the\ninstructions in the Ogg module README.  Open vorbis/mac/libvorbis.mcp,\nswitch to the \"Targets\" pane, select everything, and make the project.\nDo the same thing to build libvorbisenc.mcp, and libvorbisfile.mcp (in\nthat order).  In vorbis/mac/Output you will now have both debug and final\nversions of Vorbis shared libraries to link your projects against.\n\nTo build a project using Ogg Vorbis, add access paths to your\nCodeWarrior project for the ogg/include, ogg/mac/Output,\nvorbis/include, and vorbis/mac/Output folders.  Be sure that\n\"interpret DOS and Unix paths\" is turned on in your project; it can\nbe found in the \"access paths\" pane in your project settings.  Now\nsimply add the shared libraries you need to your project (OggLib and\nVorbisLib at least) and #include \"ogg/ogg.h\" and \"vorbis/codec.h\"\nwherever you need to access Ogg and Vorbis functionality.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoundcloud%2Fvorbis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoundcloud%2Fvorbis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoundcloud%2Fvorbis/lists"}