golang .wav reader and writer
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-06-19 19:06:57 +02:00
corpus found two panics with go-fuzz from Dmitry Vyukov 2015-04-30 15:30:54 +02:00
examples Added sample of demuxing 2-channel audio into a single, mono file. 2017-01-07 18:12:18 -06:00
.gitignore Initial commit 2013-12-04 12:00:06 -08:00
.travis.yml replace testing framework 2015-04-30 16:19:14 +02:00
errors.go Updated wav.Reader to allow access to more information. Added ReadSampleEvery() method. 2016-12-19 11:30:51 -06:00
fuzz.go found two panics with go-fuzz from Dmitry Vyukov 2015-04-30 15:30:54 +02:00
headers.go Updated wav.Reader to allow access to more information. Added ReadSampleEvery() method. 2016-12-19 11:30:51 -06:00
LICENSE Initial commit 2013-12-04 12:00:06 -08:00
reader.go Changed wav.Reader.ReadSampleEvery to average the amplitude sampled by picking a median. 2017-01-06 15:16:25 -06:00
reader_test.go Fixed TestParseHeaders_complete. 2017-01-06 14:30:21 -06:00
README.md wercker badge 2015-05-17 15:38:09 +02:00
rw_test.go Updated wav.Reader to allow access to more information. Added ReadSampleEvery() method. 2016-12-19 11:30:51 -06:00
wercker.yml golang wercker 2015-05-17 15:32:51 +02:00
writer.go Fix writer, byteswritten 2017-06-19 19:06:57 +02:00
writer_test.go replace testing framework 2015-04-30 16:19:14 +02:00

wav

GoDoc Build Status wercker status

golang .wav reader and writer

Todo

  • Use type WavFile for Reader
  • Implement Stereo interleaving