README.md

# Wavex

[![Hex.pm](https://img.shields.io/hexpm/v/wavex.svg?style=flat-square)](https://hex.pm/packages/wavex)

Read .WAVE files.

Currently only the PCM format is supported.

## Installation

1.  Add `wavex` to your `mix.exs` dependencies:

```elixir
def deps do
  [
    {:wavex, "~> 0.1.0"}
  ]
end
```

2.  Update your dependencies:

```elixir
$ mix deps.get
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/wavex](https://hexdocs.pm/wavex).