wav: update package doc with encoding

This commit is contained in:
faiface
2017-07-21 01:23:06 +02:00
parent 140e7c8372
commit 651991ddd6
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
// Package wav implements audio data decoding in WAVE format through an beep.StreamSeekCloser.
package wav
import (

2
wav/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package wav implements audio data decoding and encoding in WAVE format.
package wav