{"id":16032904,"url":"https://github.com/threez/flac","last_synced_at":"2025-04-01T13:16:18.338Z","repository":{"id":57592707,"uuid":"132222316","full_name":"threez/flac","owner":"threez","description":" Package flac implements a simple command line based flac encoder and decoder pipeline","archived":false,"fork":false,"pushed_at":"2018-05-11T18:12:01.000Z","size":206,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T08:12:26.052Z","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-05T06:44:53.000Z","updated_at":"2018-05-11T18:11:13.000Z","dependencies_parsed_at":"2022-09-13T09:12:20.797Z","dependency_job_id":null,"html_url":"https://github.com/threez/flac","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fflac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fflac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fflac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fflac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threez","download_url":"https://codeload.github.com/threez/flac/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246644097,"owners_count":20810687,"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-10-08T21:41:07.483Z","updated_at":"2025-04-01T13:16:18.317Z","avatar_url":"https://github.com/threez.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flac [![GoDoc](https://godoc.org/github.com/threez/flac?status.svg)](https://godoc.org/github.com/threez/flac)\n\nPackage flac implements a simple **command line** based flac **encoder** and **decoder** pipeline.\n\nEncoding (without err handling):\n\n    source, _ := os.Open(\"test.wav\")\n\tr, _ := NewEncoder(source)\n\tencoded, _ := ioutil.ReadAll(r)\n\nDecoding (without err handling):\n\n\tsource, _ := os.Open(\"test.flac\")\n\tr, _ := NewDecoder(source)\n\tdecoded, _ := ioutil.ReadAll(r)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreez%2Fflac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreez%2Fflac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreez%2Fflac/lists"}