{"id":17978364,"url":"https://github.com/ad-si/fluidnode","last_synced_at":"2026-03-14T01:36:42.964Z","repository":{"id":25302633,"uuid":"28729115","full_name":"ad-si/fluidnode","owner":"ad-si","description":"Node.js bindings for the FluidSynth software synthesizer.","archived":false,"fork":false,"pushed_at":"2024-04-19T15:52:24.000Z","size":70,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-23T08:00:48.091Z","etag":null,"topics":["fluidsynth","midi","soundfont","synthesizer"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ad-si.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2015-01-02T23:07:36.000Z","updated_at":"2024-06-17T17:56:25.000Z","dependencies_parsed_at":"2024-04-19T17:08:13.603Z","dependency_job_id":null,"html_url":"https://github.com/ad-si/fluidnode","commit_stats":null,"previous_names":["adius/fluidnode"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Ffluidnode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Ffluidnode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Ffluidnode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Ffluidnode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ad-si","download_url":"https://codeload.github.com/ad-si/fluidnode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222088872,"owners_count":16929039,"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":["fluidsynth","midi","soundfont","synthesizer"],"created_at":"2024-10-29T17:33:23.987Z","updated_at":"2025-12-18T03:13:13.052Z","avatar_url":"https://github.com/ad-si.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FluidNode\n\nFluidNode is a wrapper for the\n[FluidSynth](http://fluidsynth.org) software synthesizer.\n\n\n## Installation\n\n```sh\nnpm install fluidnode\n```\n\nFuthermore, the `fluidsynth` binary must be installed on your system.\nYou can find installation instructions for your system\n[here](https://github.com/FluidSynth/fluidsynth/wiki/Download).\n\n\n## Usage\n\nUse FluidNode in your files like this:\n\n```ts\nimport \"fs\" from \"fs/promises\"\nimport { renderFile } from \"fluidnode\"\n\nconst wavBuffer = await renderFile(\n  filePath, // Path to MIDI file to get rendered\n  options,  // Set gain and alternative soundfont path (both optional)\n)\n\nawait fs.writeFile(\"out.wav\", wavBuffer, { encoding: \"binary\" })\n```\n\nDefault soundfont is [GeneralUser](https://github.com/adius/GeneralUser).\n\nCheck out the [test/main.ts] file for a complete example.\n\n\n## Development\n\nCheck out the makefile for available commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad-si%2Ffluidnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fad-si%2Ffluidnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad-si%2Ffluidnode/lists"}