README.md

# glwav

A library to control .wav file in pure Gleam-lang

[![Package Version](https://img.shields.io/hexpm/v/glwav)](https://hex.pm/packages/glwav)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glwav/)

Further documentation can be found at <https://hexdocs.pm/glwav>.

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests

# Or with Nix

nix build
nix develop
nix-shell
nix-build
```