mirror of https://bitbucket.org/ausocean/av.git
exp: package level comments
This commit is contained in:
parent
892e1b92da
commit
f55ecd2a9d
|
@ -22,7 +22,7 @@ LICENSE
|
||||||
If not, see [GNU licenses](http://www.gnu.org/licenses).
|
If not, see [GNU licenses](http://www.gnu.org/licenses).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// decode-pcm is a command-line program for decoding/decompressing an adpcm file to a pcm file.
|
// Package decode-pcm is a command-line program for decoding/decompressing an adpcm file to a pcm file.
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -22,7 +22,7 @@ LICENSE
|
||||||
If not, see [GNU licenses](http://www.gnu.org/licenses).
|
If not, see [GNU licenses](http://www.gnu.org/licenses).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// encode-pcm is a command-line program for encoding/compressing a pcm file to an adpcm file.
|
// Package encode-pcm is a command-line program for encoding/compressing a pcm file to an adpcm file.
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -22,7 +22,7 @@ LICENSE
|
||||||
If not, see [GNU licenses](http://www.gnu.org/licenses).
|
If not, see [GNU licenses](http://www.gnu.org/licenses).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// resample is a command-line program for resampling a pcm file.
|
// Package resample is a command-line program for resampling a pcm file.
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -22,7 +22,7 @@ LICENSE
|
||||||
If not, see [GNU licenses](http://www.gnu.org/licenses).
|
If not, see [GNU licenses](http://www.gnu.org/licenses).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// stereo-to-mono is a command-line program for converting a mono pcm file to a stereo pcm file.
|
// Package stereo-to-mono is a command-line program for converting a mono pcm file to a stereo pcm file.
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue