output

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2015 License: ISC Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WAIT_OBJECT_0  = 0x00000000
	WAIT_ABANDONED = 0x00000080
	WAIT_TIMEOUT   = 0x00000102
)

Variables

View Source
var (
	CreateEvent            = kernel32.MustFindProc("CreateEventW")
	WaitForMultipleObjects = kernel32.MustFindProc("WaitForMultipleObjects")

	GetDesktopWindow = user32.MustFindProc("GetDesktopWindow")
)

Functions

This section is empty.

Types

type Output

type Output interface {
	// Push puts the sample on the output buffer.
	Push(samples []float32)
	Stop()
	Start()
}

func Get

func Get(sampleRate, channels int) (Output, error)

Jump to

Keyboard shortcuts

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