PHPackages                             fedoskin/wave - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. fedoskin/wave

ActiveLibrary[Image &amp; Media](/categories/media)

fedoskin/wave
=============

A php package to read WAV data

0.0.3(6y ago)063PHPPHP &gt;=5.3.3

Since Jun 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ptelevich/Wave)[ Packagist](https://packagist.org/packages/fedoskin/wave)[ RSS](/packages/fedoskin-wave/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Wave
====

[](#wave)

This package can view metadata from a wave file. It also reads the data chunks and seperates it into multiple channels. Each channel has its own amplitude values. This is useful if you want to render a [waveform](http://github.com/fedoskin/Waveform) for instance.

How to install
--------------

[](#how-to-install)

You can install with composer. Use a composer.json file with the following lines:

```
"minimum-stability": "dev",
"require": {
    "fedoskin/wave": "dev-master"
}
```

How to use
----------

[](#how-to-use)

First, let's make a wave object based on a wave file:

```
