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)
- Host: GitHub
- URL: https://github.com/sk89q/wavforge
- Owner: sk89q
- License: bsd-3-clause
- Created: 2009-04-14T00:13:50.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-04-26T07:07:40.000Z (about 17 years ago)
- Last Synced: 2025-06-04T00:54:35.577Z (about 1 year ago)
- Topics: php, php-library, sine-wave-generator, wav
- Language: PHP
- Homepage: http://www.phpclasses.org/browse/package/1932.html
- Size: 85.9 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
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.