An open API service indexing awesome lists of open source software.

https://github.com/sk89q/wavforge

🎛️ Rudimentary audio synthesizer and .WAV writer (PHP library, 2005)
https://github.com/sk89q/wavforge

php php-library sine-wave-generator wav

Last synced: about 1 year ago
JSON representation

🎛️ Rudimentary audio synthesizer and .WAV writer (PHP library, 2005)

Awesome Lists containing this project

README

          

WavForge
Copyright (c) sk89q

Requirements
------------

* PHP 5.0 or later

Introduction
------------

WavForge is a proof-of-concept class that generates some waveforms and
outputs PCM WAV files. It's also a bit slow, but this is only a proof
of concept demo.

The original version was written in 2004, but WavForge was updated in
2009 with a few more features, PHP 5 support, and cleaner code. However,
the interface has changed significantly.