{"id":16674424,"url":"https://github.com/settermjd/go-audio-file-converter","last_synced_at":"2026-04-16T09:03:00.797Z","repository":{"id":229105546,"uuid":"775780365","full_name":"settermjd/go-audio-file-converter","owner":"settermjd","description":"This is a small web app built with Go (mainly using Go's standard library) that can convert audio files from one audio format to another.","archived":false,"fork":false,"pushed_at":"2024-03-22T12:23:55.000Z","size":4930,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T21:04:02.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/settermjd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-22T02:56:15.000Z","updated_at":"2024-07-26T03:13:27.000Z","dependencies_parsed_at":"2024-03-30T09:15:06.471Z","dependency_job_id":null,"html_url":"https://github.com/settermjd/go-audio-file-converter","commit_stats":null,"previous_names":["settermjd/go-audio-file-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/settermjd/go-audio-file-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fgo-audio-file-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fgo-audio-file-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fgo-audio-file-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fgo-audio-file-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/settermjd","download_url":"https://codeload.github.com/settermjd/go-audio-file-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fgo-audio-file-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31878833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T07:36:03.521Z","status":"ssl_error","status_checked_at":"2026-04-16T07:35:53.576Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-12T12:43:10.824Z","updated_at":"2026-04-16T09:03:00.781Z","avatar_url":"https://github.com/settermjd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Audio File Converter\n\n![Screenshot of the app's default route](/docs/img/audio-file-converter.png)\n\nThis is a small web app built with Go (mainly using Go's standard library) that can convert audio files from one audio format to another.\nThe list of supported codecs is limited to [AAC][aac-url], [MPEG][mpeg-url], [OGG][ogg-url], and [WAV][wav-url], for no other reason than because this is only intended to be a small application, rather than a going concern. \nHowever, if you'd like to expand on that list, feel free to do so.\n\n## Prerequisites\n\nTo use the application, you'll need the following:\n\n- [Go](https://go.dev/dl/). \n  Minimum version of 1.22.0.\n\nTo develop the application, you'll need the following, additional, dependencies:\n\n- [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).\n  This is required to install and run the frontend tooling.\n\n## Getting started\n\nTo set up the application, clone it locally, change into the cloned project directory, and install the required Go modules, by running the following commands.\n\n```bash\ngit clone git@github.com:settermjd/go-audio-file-converter.git\ncd go-audio-file-converter\ngo mod tidy\n```\n\n[aac-url]: https://en.wikipedia.org/wiki/Advanced_Audio_Coding\n[mpeg-url]: https://en.wikipedia.org/wiki/MP3\n[ogg-url]: https://en.wikipedia.org/wiki/Ogg\n[wav-url]: https://en.wikipedia.org/wiki/WAV\n\n## Credits\n\nThe sample OGG file in in _docs/audio_ was downloaded from https://file-examples.com/storage/fe7c2cbe4b65fa8179825d1/2017/11/file_example_OOG_1MG.ogg.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettermjd%2Fgo-audio-file-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsettermjd%2Fgo-audio-file-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettermjd%2Fgo-audio-file-converter/lists"}