fluidnode

0.3.1 • Public • Published

FluidNode

FluidNode is a wrapper for the FluidSynth software synthesizer.

Installation

npm install fluidnode

Futhermore, the fluidsynth binary must be installed on your system. You can find installation instructions for your system here.

Usage

Use FluidNode in your files like this:

import "fs" from "fs/promises"
import { renderFile } from "fluidnode"

const wavBuffer = await renderFile(
  filePath, // Path to MIDI file to get rendered
  options,  // Set gain and alternative soundfont path (both optional)
)

await fs.writeFile("out.wav", wavBuffer, { encoding: "binary" })

Default soundfont is GeneralUser.

Check out the [test/main.ts] file for a complete example.

Development

Check out the makefile for available commands.

Package Sidebar

Install

npm i fluidnode

Weekly Downloads

3

Version

0.3.1

License

MIT

Unpacked Size

2.96 kB

Total Files

3

Last publish

Collaborators

  • adius