{"id":13481685,"url":"https://github.com/kassoulet/soundconverter","last_synced_at":"2025-03-27T12:31:22.791Z","repository":{"id":388650,"uuid":"6172","full_name":"kassoulet/soundconverter","owner":"kassoulet","description":"GNOME powered sound conversion","archived":false,"fork":false,"pushed_at":"2024-10-27T10:40:43.000Z","size":5268,"stargazers_count":225,"open_issues_count":2,"forks_count":40,"subscribers_count":15,"default_branch":"main","last_synced_at":"2024-10-27T12:01:09.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://soundconverter.org","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kassoulet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.old","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":"2008-04-01T20:25:26.000Z","updated_at":"2024-10-27T10:40:48.000Z","dependencies_parsed_at":"2024-01-07T00:09:02.639Z","dependency_job_id":"b0bd6570-ea8a-4d5e-a583-80f25167a928","html_url":"https://github.com/kassoulet/soundconverter","commit_stats":{"total_commits":816,"total_committers":29,"mean_commits":"28.137931034482758","dds":0.6433823529411764,"last_synced_commit":"7ed847733c1e5af31937a6a7b7166dfdfeb47b09"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassoulet%2Fsoundconverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassoulet%2Fsoundconverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassoulet%2Fsoundconverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassoulet%2Fsoundconverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kassoulet","download_url":"https://codeload.github.com/kassoulet/soundconverter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222251851,"owners_count":16955912,"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-07-31T17:00:54.223Z","updated_at":"2024-10-30T15:31:21.201Z","avatar_url":"https://github.com/kassoulet.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"tag-audio\" href=\"#tag-audio\"\u003eAudio\u003c/a\u003e","Python","HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# SoundConverter\n\n\u003cimg align=\"left\" src=\"data/soundconverter.png\"\u003e A simple sound converter\napplication for the GNOME environment. It reads anything the GStreamer library can\nread, and writes **Ogg Vorbis**, **FLAC**, **Wave**, **MP3** and **M4A** files.\n\nThis application is somewhat less fast than various command line tools.\nNot a whole lot, however, and not enough to make me worry about\nperformance for the foreseeable future. If you want ultimate\nperformance, the command line tools are always going to be preferable.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"data/screenshot.png\" alt=\"SoundConverter Screenshot\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"data/screenshot_batch.png\" alt=\"SoundConverter Screenshot\"/\u003e\n\u003c/p\u003e\n\n## Building and Installation\n\nUbuntu and Arch packages exist in the official repositories.\n\nInstalling from source requires distutils-extra\n\n```bash\ngit clone https://github.com/kassoulet/soundconverter.git\ncd soundconverter\ngit checkout main\nsudo python3 setup.py install\nsoundconverter\n```\n\n## Help\n\nFor command line args, see\n\n```bash\nsoundconverter --help\ngst-launch-1.0 --help-gst\n```\n\nand https://gstreamer.freedesktop.org/documentation/application-development/appendix/checklist-element.html\n\n## Testing\n\nTo start unittests, use\n\n```bash\nsudo python3 setup.py install\npython3 tests/test.py\npython3 tests/test.py discoverer.DiscovererTest.test_read_tags\n```\n\n## Availability in Linux Distribution\n[![Packaging status](https://repology.org/badge/vertical-allrepos/soundconverter.svg)](https://repology.org/project/soundconverter/versions)\n\n\n## Copyright and Acknowledgements\n\nCopyright 2004 Lars Wirzenius\n\nCopyright 2005-2020 Gautier Portet\n\nCo-author Sezanzeb\n\nThanks to: Guillaume Bedot, Dominik Zabłotny, Noa Resare, Nil Gradisnik, Elias Autio, Thom Pischke, Qball Cow, Janis Blechert, Brendan Martens, Jason Martens, Wouter Stomp, Joe Wrigley, Jonh Wendell, Regis Floret, Toni Fiz, Seketeli Apelete, Cristiano Canguçu, Adolfo González Blázquez, Marc E., Tobias Kral, Hanno Böck, Pedro Alejandro López-Valencia, James Lee, Christopher Barrington-Leigh, Thomas Schwing, Remi Grolleau, Julien Gascard, Kamil Páral, Stefano Luciani, Martin Seifert, Claudio Saavedra, Ken Harris, Jon Arnold, Major Kong, Uwe Bugla\n\n\nThis program is free software; you can redistribute it and/or modify it\nunder the terms of the GNU General Public License as published by the\nFree Software Foundation; version 3 of the License.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General\nPublic License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkassoulet%2Fsoundconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkassoulet%2Fsoundconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkassoulet%2Fsoundconverter/lists"}