ik5 / go-simple-wav-example

An example of doing some Wav file writing using Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An example of doing some Wav file writing using Golang

License:Mozilla Public License 2.0


Languages

Language:Go 100.0%