/go-simple-wav-example

An example of doing some Wav file writing using Golang

Primary LanguageGoMozilla Public License 2.0MPL-2.0

go-simple-wav-example

An example of doing some Wav file writing using Golang.

A partial implementation of wav specification.

The example is for creating PCM little endian wav file using pcm generator I wrote.

Please note that there great Golang implementations for .WAV format that recommended to use. This example shows how to generate a simple .WAV file rather than replacing the good pacakges.