repositorypackage
0.0.0-20220322103121-a9b1d06c4238
Repository: https://github.com/alextopher/sf.git
Documentation: pkg.go.dev
# README
sf
This is a Go library for parsing sound fonts I worked on for a day. I followed the soundfont specification. It was pretty easy and fun to parse the file format. Once it came time to start generating sounds and I understood the scale, I thought it would be easier to call into a project like FluidSynth with CGO or create a virtual midi device and communicate with the OS.