{"id":19012210,"url":"https://github.com/binaryify/amrtomp3","last_synced_at":"2025-07-21T04:32:32.010Z","repository":{"id":11419620,"uuid":"69557335","full_name":"Binaryify/amrToMp3","owner":"Binaryify","description":"amr转mp3模块 amr to mp3 module","archived":false,"fork":false,"pushed_at":"2022-12-07T06:55:58.000Z","size":524,"stargazers_count":85,"open_issues_count":4,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-26T06:38:17.044Z","etag":null,"topics":["arm","mp3"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Binaryify.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":"2016-09-29T10:31:01.000Z","updated_at":"2024-09-02T08:29:40.000Z","dependencies_parsed_at":"2023-01-13T16:30:06.054Z","dependency_job_id":null,"html_url":"https://github.com/Binaryify/amrToMp3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Binaryify/amrToMp3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Binaryify%2FamrToMp3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Binaryify%2FamrToMp3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Binaryify%2FamrToMp3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Binaryify%2FamrToMp3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Binaryify","download_url":"https://codeload.github.com/Binaryify/amrToMp3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Binaryify%2FamrToMp3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266240858,"owners_count":23898062,"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":["arm","mp3"],"created_at":"2024-11-08T19:17:10.238Z","updated_at":"2025-07-21T04:32:31.971Z","avatar_url":"https://github.com/Binaryify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# amrToMp3\namr to mp3 nodeJS module\n\namr音频转mp3模块\n\n\u003cp\u003e\n\u003ca href=\"https://www.npmjs.com/package/amrToMp3\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/amrToMp3.svg\" alt=\"Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/amrToMp3\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/amrToMp3.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/amrToMp3\"\u003e\u003cimg src=\"https://img.shields.io/david/dev/binaryify/amrToMp3.svg\" alt=\"devDependencies\" \u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/amrToMp3\"\u003e\u003cimg src=\"https://img.shields.io/david/binaryify/amrToMp3.svg\" alt=\"devDependencies\" \u003e\u003c/a\u003e\n\u003ca href=\"https://travis-ci.org/Binaryify/amrToMp3\"\u003e\u003cimg src=\"https://api.travis-ci.org/Binaryify/amrToMp3.svg?branch=master\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\nThis module is installed via npm:\n```\n$ npm install amrToMp3\n```\n## api\n```js\namrToMp3(sourcePath[,outputPath, outputName])  //outputPath default:./src/mp3/\n```\n\n## usage\njs\n```js\nconst amrToMp3 = require('amrToMp3')\namrToMp3('src/amr/test.amr')\n  .then(function (data) {\n    console.log(data)  // ./src/mp3/test.mp3\n    //...some code\n  })\n  .catch(function (err) {\n    console.log(err)\n  })\n```\nor\n```js\nconst amrToMp3 = require('amrToMp3')\nconst data = await amrToMp3('src/amr/test.amr') // ./src/mp3/test.mp3\nconsole.log(data)\n```\n\n## support\n* 64 bit Mac OSX\n* 64 bit Linux\n* 32 bit Linux\n* 64 bit Windows\n* 32 bit Windows\n\n## test\n```\n$ npm test\n```\n\n## build\n```\n$ npm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryify%2Famrtomp3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinaryify%2Famrtomp3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryify%2Famrtomp3/lists"}