{"id":19430354,"url":"https://github.com/davidfoerster/javaflacencoder","last_synced_at":"2025-04-24T18:33:32.470Z","repository":{"id":32954775,"uuid":"36555874","full_name":"davidfoerster/javaFlacEncoder","owner":"davidfoerster","description":"A pure Java implementation of a FLAC encoder library","archived":false,"fork":false,"pushed_at":"2017-02-04T06:04:00.000Z","size":110,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-04-12T02:41:59.640Z","etag":null,"topics":["flac","java"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"codrops/AnimatedSVGIcons","license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidfoerster.png","metadata":{"files":{"readme":"README","changelog":null,"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":"2015-05-30T11:44:48.000Z","updated_at":"2021-10-28T14:10:12.000Z","dependencies_parsed_at":"2022-07-12T20:40:34.717Z","dependency_job_id":null,"html_url":"https://github.com/davidfoerster/javaFlacEncoder","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfoerster%2FjavaFlacEncoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfoerster%2FjavaFlacEncoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfoerster%2FjavaFlacEncoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfoerster%2FjavaFlacEncoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidfoerster","download_url":"https://codeload.github.com/davidfoerster/javaFlacEncoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223963294,"owners_count":17232630,"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":["flac","java"],"created_at":"2024-11-10T14:24:37.246Z","updated_at":"2024-11-10T14:24:38.121Z","avatar_url":"https://github.com/davidfoerster.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"/*\n * Copyright (C) 2010  Preston Lacey http://javaflacencoder.sourceforge.net/\n * All Rights Reserved.\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Lesser General Public\n * License as published by the Free Software Foundation; either\n * version 2.1 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n * Lesser General Public License for more details.\n *\n * You should have received a copy of the GNU Lesser General Public\n * License along with this library; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n */\n\nThe javaFlacEncoder project provides a FLAC encoder implemented in java.\nIt is designed to enable easy addition of FLAC encoding support in java \napplications, though a command line file encoding utility is included as well. \nFor usage of the command line encoder, see the \"Console Usage\" section below.\n\nFor more information, go to http://javaflacencoder.sourceforge.net.\nSee javadocs for information on how to make use of this library in your own\napplication.\n\n\n\nConsole Usage:\n  \u003ccommandName\u003e [options] inputFilename outputFilename\n  note: \u003ccommandName\u003e will depend on how your version is packaged, if it's\n  in a tar file, it will be similar to\n  java -classpath \u003cpath/to/file.jar\u003e javaFlacEncoder/FLAC_ConsoleFileEncoder\n\noptions:\n  -bmin \u003cx\u003e     minimum block size, where \u003cx\u003e is an integer in range (16-65535)\n  -bmax \u003cx\u003e     maximum block size, where \u003cx\u003e is an integer in range (16-65535)\n  -lpcmin \u003cx\u003e   minimum LPC order, where \u003cx\u003e is an integer in range (1-32)\n  -lpcmax \u003cx\u003e   maximum LPC order, where \u003cx\u003e is an integer in range (1-32)\n  -Threads \u003cx\u003e  Specify whether to use threads. 0 turns threading off, greater\n                than 0 turns threading on\n  -sf \u003ctype\u003e    Specify which subframe type to use, where \u003ctype\u003e may be:\n      exhaustive(this is default and recommended)\n      fixed\n      lpc\n      verbatim;\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfoerster%2Fjavaflacencoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidfoerster%2Fjavaflacencoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfoerster%2Fjavaflacencoder/lists"}