README.md
# glwav
A library to control .wav file in pure Gleam-lang
[](https://hex.pm/packages/glwav)
[](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
```