wav

package module
v0.0.0-...-75de85e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2018 License: BSD-3-Clause Imports: 5 Imported by: 0

README

01-30-2012 ~Tony

wav file support for Go
build against weekly

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WavData

type WavData struct {
	ChunkID   [4]byte // B
	ChunkSize uint32  // L
	Format    [4]byte // B

	AudioFormat   uint16 // L
	NumChannels   uint16 // L
	SampleRate    uint32 // L
	ByteRate      uint32 // L
	BlockAlign    uint16 // L
	BitsPerSample uint16 // L

	Data []byte // L
}

func ReadWavData

func ReadWavData(file io.ReadSeeker) (wav WavData, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL