{"id":20267145,"url":"https://github.com/xiph/vorbis-tools","last_synced_at":"2025-08-20T10:31:46.014Z","repository":{"id":30403966,"uuid":"33956746","full_name":"xiph/vorbis-tools","owner":"xiph","description":"Command-line tools for creating and playing Ogg Vorbis files.","archived":false,"fork":false,"pushed_at":"2023-04-15T08:27:18.000Z","size":6686,"stargazers_count":72,"open_issues_count":30,"forks_count":27,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-04-14T11:24:48.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiph.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,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-14T20:59:50.000Z","updated_at":"2024-06-19T02:44:14.967Z","dependencies_parsed_at":"2024-06-19T02:43:58.809Z","dependency_job_id":null,"html_url":"https://github.com/xiph/vorbis-tools","commit_stats":{"total_commits":1013,"total_committers":41,"mean_commits":24.70731707317073,"dds":0.7581441263573544,"last_synced_commit":"71687237c07cd9d5564c73990d0de45520c5bec1"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiph%2Fvorbis-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiph%2Fvorbis-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiph%2Fvorbis-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiph%2Fvorbis-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiph","download_url":"https://codeload.github.com/xiph/vorbis-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230078838,"owners_count":18169303,"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-11-14T12:13:27.200Z","updated_at":"2024-12-19T10:09:07.456Z","avatar_url":"https://github.com/xiph.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"WHAT'S HERE:\n\nThis source distribution includes the vorbis-tools and nothing else.\nThe audio codec libraries for use with Ogg bitstreams are contained in\nother modules: vorbis, speex and flac.\n\n\nDIRECTORIES:\n\ndebian/\t\tdebian packaging stuff\ninclude/\theader files shared between the tools\nintl/\t\tGNU gettext library from gettext-0.10.40 (for i18n support)\nogg123/\t\tan ogg vorbis command line audio player\noggenc/\t\tthe ogg vorbis encoder\noggdec/\t\ta simple, portable command line decoder (to wav and raw)\nogginfo/\tprovides information (tags, bitrate, length, etc.) about\n\t\tan ogg vorbis file\npo/\t\ttranslations for non-English languages\nshare/\t\tcode shared between the tools\nvcut/\t\tcuts an ogg vorbis file into two parts at a particular point\nvorbiscomment/\tedits the comments in an ogg vorbis file\nwin32/\t\tWin32 build stuff\n\n\nDEPENDENCIES:\n\nAll of the tools require libogg and libvorbis to be installed (along\nwith the header files).  Additionally, ogg123 requires libao, libcurl,\nand a POSIX-compatible thread library.  Ogg123 can optionally compiled\nto use libFLAC, and libspeex.  Oggenc can be optionally compiled with\nlibFLAC, and libkate.  The libraries libogg, libvorbis, and libao are\nall available at\n  https://xiph.org/vorbis/\n\nThe libcurl library is packaged with most Linux distributions.  The\nsource code can also be downloaded from:\n  http://curl.haxx.se/libcurl/\n\nFLAC is available at:\n  https://xiph.org/flac/\n\nSpeex is available at:\n  https://www.speex.org/\n\nlibkate is available at:\n  http://libkate.googlecode.com/\n\n\nCONTACT:\n\nThe Ogg Vorbis homepage is located at 'https://xiph.org/vorbis/'. Up to\ndate technical documents, contact information, source code and\npre-built utilities may be found there.\n\nDeveloper information is available from http://www.xiph.org/. Check\nthere for bug reporting information, mailing lists and other resources.\n\n\nBUILDING FROM SUBVERSION (see the file HACKING for details):\n\n./autogen.sh\nmake \n\nand as root if desired :\n\nmake install\n\nThis will install the tools into /usr/local/bin and manpages into\n/usr/local/man.\n\n\nBUILDING FROM TARBALL DISTRIBUTIONS:\n\n./configure\nmake\n\nand as root if desired :\n\nmake install\n\nBUILDING RPMS:\n\nRPMs may be built by:\n\nafter autogen.sh or configure\n\nmake dist\nrpm -ta vorbis-tools-\u003cversion\u003e.tar.gz\n\n\nKNOWN BUGS:\n\n#1321\n  First noticed in non-English versions of the application, ogg123 has a major\n  bug when it comes to status messages in the shell: any output bigger than\n  the console's width will break and start spamming that message infinitely\n  until the console is resized.\n\n  Different attempts to fix this bug have ended up causing bigger problems,\n  leading to the conclusion that it simply can't be fixed without a large\n  re-write of the application, which will not happen any time soon.  If you\n  come across this issue, please augment your terminal window size.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiph%2Fvorbis-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiph%2Fvorbis-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiph%2Fvorbis-tools/lists"}