8000 GitHub - tdug/sapf: Sound As Pure Form, cross-platform edition
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ sapf Public
forked from ahihi/sapf

Sound As Pure Form, cross-platform edition

License

Notifications You must be signed in to change notification settings

tdug/sapf

 
 

Repository files navigation

sapf, cross-platform edition

this is a highly work-in-progress fork of James McCartney's sapf (Sound As Pure Form) which aims to implement cross-platform alternatives for the various macOS libraries used in the original codebase. for the time being, the top priority platform is Linux.

original README

building

a Nix flake is included. simply run:

nix develop
meson setup build
meson compile -C build

and you should get a binary at ./build/sapf.

if not using Nix, you will need to install dependencies manually instead of the nix develop. the mandatory dependencies for a portable build are currently:

  • libedit
  • libsndfile
  • fftw
  • rtaudio

for installing dependencies, you can refer to the CI scripts in this repo:

About

Sound As Pure Form, cross-platform edition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%
0